aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the 802.11 management-frame protocol to be disabled.Guy Harris2001-06-221-1/+21
* Dissect the payload of a management frame as a separate protocol, soGuy Harris2001-06-221-419/+416
* Fix up some incorrect handling of the TO_DS and FROM_DS flags byGuy Harris2001-06-221-25/+34
* Get rid of an unused #define.Guy Harris2001-06-211-5/+30
* Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bitGuy Harris2001-06-211-102/+48
* Make sure the top-level 802.11 item covers the entire frame.Guy Harris2001-06-201-4/+16
* Make the type/subtype field the very first entry in the protocol tree,Guy Harris2001-06-201-12/+13
* All four data frame types are now handled with identical code, so,Guy Harris2001-06-201-70/+1
* Put the combined type/subtype into the protocol tree, so you can lookGuy Harris2001-06-201-72/+49
* If it's not a protocol, it doesn't belong at the top level of theGuy Harris2001-06-201-18/+18
* Clean up a string.Guy Harris2001-06-201-2/+2
* Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine theGuy Harris2001-06-201-47/+35
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-2/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-52/+52
* Display hex numbers with a leading 0x.Guy Harris2001-06-121-4/+4
* Clean up the handling of MAC addresses - set the addresses in theGuy Harris2001-06-101-62/+41
* Use "col_set_str()", rather than "col_add_str()", wherever possible.Guy Harris2001-06-081-114/+109
* Bug fixes, and WEP support, from Javier Achirica.Guy Harris2001-06-011-65/+221
* Updates from Johan Jorgensen.Guy Harris2001-05-301-102/+129
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-2/+2
* 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