diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-09-03 12:12:23 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-09-03 12:12:23 -0700 |
commit | 8dda56aa5a0d503ad04c297e5e9b576b35a7c579 (patch) | |
tree | 78d76887615e356c24365cb1548b1e46834e1ce8 /CHANGES | |
parent | 069b2e39201dc1e07c2a9de0337d635fd43209cd (diff) | |
download | tcpdump-8dda56aa5a0d503ad04c297e5e9b576b35a7c579.tar.gz |
We also turn of *all* protocol name resolution with -n.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |