]> The Tcpdump Group git mirrors - libpcap/commit
Rename some LINKTYPE_ values to make it clearer what they are.
authorGuy Harris <[email protected]>
Fri, 13 Apr 2012 00:31:29 +0000 (17:31 -0700)
committerGuy Harris <[email protected]>
Fri, 8 Jun 2012 18:05:33 +0000 (11:05 -0700)
commitb04e3edd27cbd102668e27340e8716f5482487dc
tree29d98f63e25723c35eaae3a2d9488bdb6da28d6c
parent4c74e8c3407a05e7bdbdf7653e0cece6b9f43074
Rename some LINKTYPE_ values to make it clearer what they are.

Rename LINKTYPE_TOKEN_RING to LINKTYPE_IEEE802_5 to clarify that it
applies to IEEE 802.5 token ring, not to other token rings.

Give all the 802.11+radio metadata LINKTYPE_ values names that begin
with LINKTYPE_IEEE802_11, and rename LINKTYPE_IEEE802_11_RADIO to
LINKTYPE_IEEE802_11_RADIOTAP to clarify that it's radiotap.

At this point, the radiotap header is what's being adopted for most if
not all 802.11 adapters; get rid of the bit about the AVS header being
used for that purpose.
pcap-common.c