summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-03 12:12:23 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-03 12:12:23 -0700
commit8dda56aa5a0d503ad04c297e5e9b576b35a7c579 (patch)
tree78d76887615e356c24365cb1548b1e46834e1ce8 /CHANGES
parent069b2e39201dc1e07c2a9de0337d635fd43209cd (diff)
downloadtcpdump-8dda56aa5a0d503ad04c297e5e9b576b35a7c579.tar.gz
We also turn of *all* protocol name resolution with -n.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
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.