diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-08-19 19:23:08 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-08-19 19:23:08 -0700 |
commit | 020b16ec4fe7661e2e0f503d232e715fd18b7791 (patch) | |
tree | 084507c2582c83a08d564e017cf36171748fdc30 /CREDITS | |
parent | aad7d3d1b10801d5aa746eaebef17af8235af334 (diff) | |
download | tcpdump-020b16ec4fe7661e2e0f503d232e715fd18b7791.tar.gz |
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.
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ Additional people who have contributed patches: Peter Jeremy <peter dot jeremy at alcatel dot com dot au> <pfhunt at users dot sourceforge dot net> Peter Volkov <pva at gentoo dot org> + <pwo at users dot sourceforge dot net> Phil Wood <cpw at lanl dot gov> Rafal Maszkowski <rzm at icm dot edu dot pl> Randy Sofia <rsofia at users dot sourceforge dot net> |