aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wlancap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theguy1-2/+2
current CVS libpcap uses 163 for the AVS radio header (127 was never used for the AVS radio header). Redo the Wiretap encapsulation values for that (and shuffle them to put the 802.11 Wiretap values together). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9904 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-04Add {0, NULL} to all the value_string arrays.gram1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9167 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-05From Solomon Peachy: signal strength is signed, not unsigned.guy1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8140 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationguy1-0/+280
header. Add overflow checks to "BYTES_ARE_IN_FRAME()", and cast all arguments to unsigned values (negative values should never be passed) to squelch compiler warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6567 f5534014-38df-0310-8fa8-9805f1628bb7