aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to modify the data pointed to by the result ofGuy Harris2001-03-151-13/+4
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-5/+5
* Updates from Johan Jorgensen:Guy Harris2001-02-011-48/+68
* Fix forwarded by Johan Jorgensen of Axis Communications.Guy Harris2001-01-231-17/+17
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-12/+2
* The frame control field is, I infer from "dissect_ieee80211()",Guy Harris2001-01-101-2/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-7/+14
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Add the relevant "CHECK_DISPLAY_AS_DATA()" call.Guy Harris2000-12-021-1/+3
* Rename "proto_reg_handoff_iee380211()"[sic] toGuy Harris2000-11-301-3/+3
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+7
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris2000-11-151-46/+32
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-0/+1753