]> 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)
committerGuy Harris <[email protected]>
Sun, 27 Aug 2017 03:06:50 +0000 (20:06 -0700)
commit516d11ec82618d1bfaf19a693b1171eaac42397e
treed668f250bf8517df1fc1473c88cf5cf92813fca3
parent2db5b35a8d7944ef882ead93c7f83dda70476975
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