]> The Tcpdump Group git mirrors - tcpdump/commit
Only do "-x" printing in the top-level interface print routine; don't do
authorguy <guy>
Wed, 29 May 2002 10:06:24 +0000 (10:06 +0000)
committerguy <guy>
Wed, 29 May 2002 10:06:24 +0000 (10:06 +0000)
commit06181bc3ee49e68339905317c5cf5b5e17c11259
treeec012eb8cb9df4df06b369eb4ee9e3517e10f69b
parentf72fe0d0de6eb91663b005b7d061ecebb555d667
Only do "-x" printing in the top-level interface print routine; don't do
it in the routines, called by the top-level routines, to dissect
Ethernet, FDDI, or Token Ring packets, as those routines might also be
called for bridged frames over ATM, and the interface print routine for
ATM will also do "-x" printing.
interface.h
print-ether.c
print-fddi.c
print-token.c