From: Guy Harris Date: Sun, 3 Sep 2017 19:17:08 +0000 (-0700) Subject: We also turn of *all* protocol name resolution with -n. X-Git-Tag: tcpdump-4.9.2~128 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/07953b6a4d5f46af83c53a85a6ee7e5d3d51c0b8 We also turn of *all* protocol name resolution with -n. --- diff --git a/CHANGES b/CHANGES index e0966308..de490740 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ Summary for 4.9.2 tcpdump release - Do not use getprotobynumber() for protocol name resolution. + Do not use getprotobynumber() for protocol name resolution. Do not do + any protocol name resolution if -n is specified. Improve errors detection in the test scripts. Fix a segfault with OpenSSL 1.1 and improve OpenSSL usage. Clean up IS-IS printing.