mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 10:04:05 +08:00
3465ec4a0c
It's a follow-up to c8623960f0
.
The support is now enabled by default. No more "#ifdef GUESS_TSO".
Output example:
length 2016 [was 0, presumed TSO]
Add a test file with presumed TSO.
(From http://cloudshark.org/captures/25e40f73bc1c, found via
https://osqa-ask.wireshark.org/questions/16279/)
Use ND_ICHECKMSG_U() to test an invalid total length < header length.
Output example:
[total length 19 < 20] (invalid)
Add a test file for this case.
Move ND_TCHECK_SIZE(ip) after the new tests.
Add a const qualifier for the ip_print() parameter 'length'.
Update the man page.
2.0 KiB
2.0 KiB