]> The Tcpdump Group git mirrors - tcpdump/commit
Correctly check for various values of the ICMP type field.
authorGuy Harris <[email protected]>
Fri, 20 Aug 2010 02:23:08 +0000 (19:23 -0700)
committerGuy Harris <[email protected]>
Fri, 20 Aug 2010 02:23:08 +0000 (19:23 -0700)
commit020b16ec4fe7661e2e0f503d232e715fd18b7791
tree084507c2582c83a08d564e017cf36171748fdc30
parentaad7d3d1b10801d5aa746eaebef17af8235af334
Correctly check for various values of the ICMP type field.

clang+llvm warnings pointed out some incorrect code - you can't, in C,
check for multiple values for a variable that way.
CREDITS
print-icmp6.c