]> The Tcpdump Group git mirrors - libpcap/commit
Rename OR_NET and OR_NET_NOSNAP to OR_LINKPL and OR_LINKPL_NOSNAP.
authorGuy Harris <[email protected]>
Mon, 9 Feb 2015 11:09:31 +0000 (03:09 -0800)
committerGuy Harris <[email protected]>
Mon, 9 Feb 2015 11:09:31 +0000 (03:09 -0800)
commit200b7a457a2d2a96da119a1a1ab14764a357e381
treeb1284ceb969514a59e2e1f5e9432022660fd77aa
parent46f32405e667c4a183673f4b2ec2e53c9a656100
Rename OR_NET and OR_NET_NOSNAP to OR_LINKPL and OR_LINKPL_NOSNAP.

It really means "payload of the link layer", where "link layer" includes
any 802.2 LLC headers, and is used for fields not at the "network
layer".  The old OR_LINKPL was no longer used - either OR_LLC is used,
for testing fields in the 802.2 LLC header, or OR_MPLSPL is used.
gencode.c