Make the AODV dissector a new-style dissector, so it can just reject a
[obnox/wireshark/wip.git] / packet-ieee80211.c
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
2002-04-22 guyGet rid of some unused variables and arguments.
2002-04-17 guyDon't try to reassemble short frames - but do still...
2002-04-17 guyFix up the handling of the "fragmented" flag in the...
2002-04-17 guyShow the "More Fragments" indicator as such, rather...
2002-04-17 guyAdd a separate hash table to the reassembly code for...
2002-04-13 guyFrom Jouni Malinen:
2002-04-08 guyAdd an encapsulation type for "802.11 with radio inform...
2002-03-09 guyFrom Jouni Malinen: fix bugs in 802.11 authentication...
2002-02-22 guyProperly handle the "no data" data frames.
2002-02-21 guyThe number of bytes of tagged parameters should be...
2002-01-28 guySome capture formats for 802.11 have fixed-length link...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-28 guySupport for 802.11+Prism II monitor-mode link-layer...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-20 guyMake the capture routines take an additional argument...
2001-09-25 guyIf "snprintf()" can't print all the data because there...
2001-09-25 guyThe data in a tagged field can be up to 255 bytes ...
2001-07-25 guyAdd a "wlan.addr" field, and put two instances into...
2001-07-21 guyI guess some bridges take Netware Ethernet_802_3 frames...
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...