aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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