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 theGuy Harris1-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). svn path=/trunk/; revision=9904
2003-12-04Add {0, NULL} to all the value_string arrays.Gilbert Ramirez1-1/+5
svn path=/trunk/; revision=9167
2003-08-05From Solomon Peachy: signal strength is signed, not unsigned.Guy Harris1-4/+4
svn path=/trunk/; revision=8140
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-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. svn path=/trunk/; revision=6567