Home | History | Annotate | Download | only in libpcap

Lines Matching full:snap

150 	OR_NET_NOSNAP,	/* relative to the network-layer header, with no SNAP header at the link layer */
780 * "off_nl" is the offset if there's a SNAP header following
783 * "off_nl_nosnap" is the offset if there's no SNAP header.
788 * (we assume no 802.3+802.2+SNAP);
919 * To check for Ethernet types, we assume that SSAP = SNAP
921 * XXX - should we generate code to check for SNAP?
927 off_nl = 21; /* FDDI+802.2+SNAP */
940 * To check for Ethernet types, we assume that SSAP = SNAP
942 * XXX - should we generate code to check for SNAP?
960 off_nl = 22; /* Token Ring+802.2+SNAP */
969 * To check for Ethernet types, we assume that SSAP = SNAP
971 * XXX - should we generate code to check for SNAP?
980 off_nl = 32; /* 802.11+802.2+SNAP */
997 off_nl = 32; /* Prism+802.11+802.2+SNAP */
1029 off_nl = 32; /* Radio+802.11+802.2+SNAP */
1055 off_nl = 32; /* 802.11+802.2+SNAP */
1073 off_nl = 8; /* 802.2+SNAP */
1089 off_nl = off_payload+8; /* 802.2+SNAP */
1122 * To check for Ethernet types, we assume that SSAP = SNAP
1124 * XXX - should we generate code to check for SNAP? RFC
1125 * 2625 says SNAP should be used.
1128 off_nl = 24; /* IPFC+802.2+SNAP */
1134 * XXX - we should set this to handle SNAP-encapsulated
1542 * than IP-over-Ethernet or IP-over-SNAP.
1576 * frames with an LLC header and a SNAP
1579 * ID of ETHERTYPE_IPX in the SNAP header.
1596 * Now we add code to check for SNAP frames with
1644 * SNAP packets with an organization code of
1649 * SNAP packets with an organization code of
1725 * than IP-over-Ethernet or IP-over-SNAP.
1753 * frames with an LLC header and a SNAP
1756 * ID of ETHERTYPE_IPX in the SNAP header.
1805 * SNAP packets with an organization code of
1810 * SNAP packets with an organization code of
2616 * Check for an LLC SNAP packet with a given organization code and
2618 * snap headers, checking for DSAP and SSAP of SNAP and a control
2620 * code and protocol type in the SNAP header.
2630 snapblock[0] = LLCSAP_SNAP; /* DSAP = SNAP */
2631 snapblock[1] = LLCSAP_SNAP; /* SSAP = SNAP */
2651 * protocol ID in a SNAP header.
2676 * XXX - are there ever SNAP frames for IPX on
2685 * SNAP packets with an organization code of
2712 * in a SNAP frame with an organization code of
2715 * XXX - if we were to check for the SNAP DSAP and
4055 * For FDDI, RFC 1188 says that SNAP encapsulation is used,
4060 * says that SNAP encapsulation is used, not LLC encapsulation
4064 * RFC 2225 say that SNAP encapsulation is used, not LLC
4768 * For FDDI, RFC 1188 says that SNAP encapsulation is used,
4773 * says that SNAP encapsulation is used, not LLC encapsulation
4777 * RFC 2225 say that SNAP encapsulation is used, not LLC
4811 * XXX - what about SNAP-encapsulated frames?
6760 * for Frame-Relay/and ATM this may get messy due to SNAP headers