aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+3
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+13
2001-09-25If "snprintf()" can't print all the data because there's not enoughGuy Harris1-5/+12
2001-09-25The data in a tagged field can be up to 255 bytes (the length is anGuy Harris1-2/+2
2001-07-25Add a "wlan.addr" field, and put two instances into it for all framesGuy Harris1-3/+29
2001-07-21I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3Guy Harris1-4/+49
2001-06-22Allow the 802.11 management-frame protocol to be disabled.Guy Harris1-1/+21
2001-06-22Dissect the payload of a management frame as a separate protocol, soGuy Harris1-419/+416
2001-06-22Fix up some incorrect handling of the TO_DS and FROM_DS flags byGuy Harris1-25/+34
2001-06-21Get rid of an unused #define.Guy Harris1-5/+30
2001-06-21Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bitGuy Harris1-102/+48
2001-06-20Make sure the top-level 802.11 item covers the entire frame.Guy Harris1-4/+16
2001-06-20Make the type/subtype field the very first entry in the protocol tree,Guy Harris1-12/+13
2001-06-20All four data frame types are now handled with identical code, so,Guy Harris1-70/+1
2001-06-20Put the combined type/subtype into the protocol tree, so you can lookGuy Harris1-72/+49
2001-06-20If it's not a protocol, it doesn't belong at the top level of theGuy Harris1-18/+18
2001-06-20Clean up a string.Guy Harris1-2/+2
2001-06-20Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine theGuy Harris1-47/+35
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-2/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-52/+52
2001-06-12Display hex numbers with a leading 0x.Guy Harris1-4/+4
2001-06-10Clean up the handling of MAC addresses - set the addresses in theGuy Harris1-62/+41
2001-06-08Use "col_set_str()", rather than "col_add_str()", wherever possible.Guy Harris1-114/+109
2001-06-01Bug fixes, and WEP support, from Javier Achirica.Guy Harris1-65/+221
2001-05-30Updates from Johan Jorgensen.Guy Harris1-102/+129
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-2/+2
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-2/+2
2001-03-15Don't attempt to modify the data pointed to by the result ofGuy Harris1-13/+4
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-5/+5
2001-02-01Updates from Johan Jorgensen:Guy Harris1-48/+68
2001-01-23Fix forwarded by Johan Jorgensen of Axis Communications.Guy Harris1-17/+17
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris1-12/+2
2001-01-10The frame control field is, I infer from "dissect_ieee80211()",Guy Harris1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-7/+14
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-02Add the relevant "CHECK_DISPLAY_AS_DATA()" call.Guy Harris1-1/+3
2000-11-30Rename "proto_reg_handoff_iee380211()"[sic] toGuy Harris1-3/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-1/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-46/+32
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-0/+1753