]> The Tcpdump Group git mirrors - tcpdump/commit
If -n is specified, don't look up IP protocol numbers.
authorGuy Harris <[email protected]>
Sun, 27 Aug 2017 03:06:34 +0000 (20:06 -0700)
committerDenis Ovsienko <[email protected]>
Fri, 1 Sep 2017 15:26:16 +0000 (16:26 +0100)
commit9864ea19e8a5ac83536daa328a1ea87efa28358b
tree2bd0d32a1a31b2452c1be65e27652d2bec8be85b
parentf44e86c2103b3ae996ac90055bf63537a27f88bb
If -n is specified, don't look up IP protocol numbers.

In ISAKMP, that means "add a test for the -n flag".

In CNFP, that means "if -n is specified, don't even bother doing the
lookup, don't do the lookup and then ignore the result" - the latter
just wastes resources doing the lookup.
print-cnfp.c
print-isakmp.c