tcpdump/tests/ipv6_frag6_negative_len.pcap
Francois-Xavier Le Bail 067f7dd17d frag6: Fix invalid 32-bit versus 64-bit printouts
Print "[length < 0] (invalid)" when fragment length is negative.

In this case, e.g. when IPv6 payload length is zero, the 32-bit and
64-bit printouts were different.

Example:
32-bit:
frag (0x80000074:1280|4294967288)
---
64-bit:
frag (0x80000074:1280|18446744073709551608)

Add a test file.
2024-05-06 19:10:03 +00:00

110 B