aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soguy1-2/+2
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-2/+2
2001-03-15Don't attempt to modify the data pointed to by the result ofguy1-13/+4
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-5/+5
2001-02-01Updates from Johan Jorgensen:guy1-48/+68
2001-01-23Fix forwarded by Johan Jorgensen of Axis Communications.guy1-17/+17
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setguy1-12/+2
2001-01-10The frame control field is, I infer from "dissect_ieee80211()",guy1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-7/+14
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-02Add the relevant "CHECK_DISPLAY_AS_DATA()" call.guy1-1/+3
2000-11-30Rename "proto_reg_handoff_iee380211()"[sic] toguy1-3/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-1/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andguy1-46/+32
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.guy1-0/+1753