]> The Tcpdump Group git mirrors - libpcap/commit
Add "ipx", which checks for the LLC SAP for IPX as well as, on Ethernet,
authorguy <guy>
Sun, 14 Jan 2001 07:57:47 +0000 (07:57 +0000)
committerguy <guy>
Sun, 14 Jan 2001 07:57:47 +0000 (07:57 +0000)
commitd17596dbd9966e379419c8c30a0bb294d348ca55
treed05d38ce61fd98be783e3b555419c798a431ff6a
parentc3c2ed00d58f23eeac3229e672ee16c1176bd3e6
Add "ipx", which checks for the LLC SAP for IPX as well as, on Ethernet,
for "Novell 802.3" frames, which are 802.3 frames (i.e., the type/length
field is a length field, i.e. it's <= ETHERMTU) with 0xFFFF as the first
2 bytes.  We don't yet check for ETHERTYPE_IPX as well.

When checking for OSI packets on Linux cooked captures, check for 802.2
frames by testing the packet type for LINUX_SLL_P_802_2 rather than by
checking whether the type field is <= ETHERMTU (it's always a type field
in DLT_LINUX_SLL captures).
gencode.c
gencode.h
grammar.y
scanner.l