]> The Tcpdump Group git mirrors - tcpdump/commit
Check the AF_ value rather than the IP header on packets; the packets
authorguy <guy>
Wed, 5 Feb 2003 02:28:45 +0000 (02:28 +0000)
committerguy <guy>
Wed, 5 Feb 2003 02:28:45 +0000 (02:28 +0000)
commit8cb3096bf915e914780a189fe3bb0767bc1a44d7
treec059a8037c1ff08e8f9d84ef100fe22ddf478dca
parent163f717ba6b65d259149dfd0e34c8b0666cd46b3
Check the AF_ value rather than the IP header on packets; the packets
aren't necessarily IP packets.  Support several different versions of
AF_INET6 from various BSDs.

Handle OSI, AppleTalk, and IPX.

Handle unknown AF_ values the way unknown protocol types are handled in
other print routines - print the raw packet payload.
print-null.c