Hi,
I got a strange error from tcpdump which I cannot reproduce and I can't seem to find anything about it online.
The exact command I ran was this:
Code:
tcpdump -c 10 -vvnnSi bond0
Error I received:
Code:
Unknown TLV (0x00), length: 0
Dissector error: print_unknown_data called with negative length
Even though I had the output limited to 10 packets only, the error was constantly being outputted to the terminal, forcing me to break it with CTRL+C.
I ran the command again to see if I can reproduce the error, but it ran fine and displayed 10 packets as instructed.
The machine is a
SLES 11 SP1 x86_64 with
tcpdump 3.9.8-1.21.
Does anyone have any clue what the above error means? Should I be concerned about this?