aboutsummaryrefslogtreecommitdiff
path: root/bpf_dump.c
diff options
context:
space:
mode:
authorguy <guy>2001-01-14 07:57:47 +0000
committerguy <guy>2001-01-14 07:57:47 +0000
commitd17596dbd9966e379419c8c30a0bb294d348ca55 (patch)
treed05d38ce61fd98be783e3b555419c798a431ff6a /bpf_dump.c
parentc3c2ed00d58f23eeac3229e672ee16c1176bd3e6 (diff)
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).
Diffstat (limited to 'bpf_dump.c')
0 files changed, 0 insertions, 0 deletions