cb[]
(array of values) is not printed correctly when dumping the full skb
#295
Labels
bug
Something isn't working
When running pwru with
--output-skb
, we dump the full content of the socket buffer. However, the value forcb
(char cb[48]
) seems incorrect. I saw only the first value from the array (corresponding the firstchar
), the following ones were not displayed.I think
cb
is the only array in the skb, but this would probably related to the way we handle arrays in general.context
The text was updated successfully, but these errors were encountered: