Put the IGMP type field value into the PIM tree, as is done for other
[obnox/wireshark/wip.git] / packet-ieee80211.c
2001-06-22 guyAllow the 802.11 management-frame protocol to be disabled.
2001-06-22 guyDissect the payload of a management frame as a separate...
2001-06-22 guyFix up some incorrect handling of the TO_DS and FROM_DS...
2001-06-21 guyGet rid of an unused #define.
2001-06-21 guyDon't use "tvb_get_ptr()" and "pletohs()" just to fetch...
2001-06-20 guyMake sure the top-level 802.11 item covers the entire...
2001-06-20 guyMake the type/subtype field the very first entry in...
2001-06-20 guyAll four data frame types are now handled with identica...
2001-06-20 guyPut the combined type/subtype into the protocol tree...
2001-06-20 guyIf it's not a protocol, it doesn't belong at the top...
2001-06-20 guyClean up a string.
2001-06-20 guyFix "COOK_ADDR_SELECTOR()" to extract the 2 bits that...
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-12 guyDisplay hex numbers with a leading 0x.
2001-06-10 guyClean up the handling of MAC addresses - set the addres...
2001-06-08 guyUse "col_set_str()", rather than "col_add_str()", where...
2001-06-01 guyBug fixes, and WEP support, from Javier Achirica.
2001-05-30 guyUpdates from Johan Jorgensen.
2001-04-20 guyFix Gerald's e-mail address - and fix it in "README...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-15 guyDon't attempt to modify the data pointed to by the...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-01 guyUpdates from Johan Jorgensen:
2001-01-23 guyFix forwarded by Johan Jorgensen of Axis Communications.
2001-01-21 guyRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-10 guyThe frame control field is, I infer from "dissect_ieee8...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave the TR MAC and LLC dissectors register themselves...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-02 guyAdd the relevant "CHECK_DISPLAY_AS_DATA()" call.
2000-11-30 guyRename "proto_reg_handoff_iee380211()"[sic] to
2000-11-29 gramWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-15 guyMove the table of bit-swapped byte values to "epan...
2000-11-15 guyIEEE 802.11 support, from Johan Jorgensen of Axis Commu...