tcpdump
tcpdump copied to clipboard
ip cksum zero
tcpdump will not print ip checksum when it is zero. However, it is possible that a sender compose a packet with ip checksum = 0. In some case, checksum value is incorrect with value 0. We should print 'incorrect' for this case.
See also #855 for another edge case.
submit a PR #1018 for this issue