Move the GSM SMS dissection to a dedicated subdissector (currently still within
[obnox/wireshark/wip.git] / packet-ieee80211.c
2003-12-20 guyDo the special "if the first fragment we see is also...
2003-09-24 guyFrom David Frascone: have an 802.11 dissector that...
2003-09-23 guyGet rid of some unnecessary includes.
2003-09-20 guyFrom Richie:
2003-09-20 guyGive the tag number a value_string table, and have...
2003-09-15 guyFrom Ritchie: dissect country information tag.
2003-08-28 guyMake "process_reassembled_data()" do the check for...
2003-08-26 guyMake the CRC-32 routines take a tvbuff and a length...
2003-08-26 guyFrom Jesper Peterson:
2003-08-26 guyExtract the CRC-32 code from the 802.11 dissector into...
2003-06-24 guyFrom Motonori Shindo:
2003-06-05 geraldFrom Lars Roland: Replace bcmp() with memcmp(), add...
2003-06-03 geraldFrom Jeff Liu: Add support for WPA (Wi-Fi Protected...
2003-05-28 guyFrom Laurent Rabret: use "g_free()", not "free()",...
2003-05-25 guyThe last byte of "foo[N]" is "foo[N-1]", not "foo[N]".
2003-05-24 geraldFix instances where the return value of snprintf()...
2003-04-27 denielReplace some unchecked malloc calls by g_malloc.
2003-04-20 guyAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-01 guyFrom Solomon Peachy: add support for the latest stuff...
2003-03-04 guyWhen deciding whether we have enough data in a lower...
2003-02-18 guyFrom Martijn Schipper: fix the tag for the 802.11g...
2003-01-22 guyMake all the stuff in the capability fixed field in...
2003-01-22 guyFrom Jouni Malinen:
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-11-06 guyFrom Solomon Peachy: support for new "wlancap" 802...
2002-10-31 guyFrom Chris Waters: put the "wlan.fc.fromds" and "wlan...
2002-10-24 guyAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-21 guyFrom Solomon Peachy: display "(correct)" or "(not verif...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-31 guyFrom Chris Waters: check 802.11 FCS if present.
2002-07-17 guyFrom Joerg Mayer:
2002-06-22 guyFetch the WEP IV before building a subtree for the...
2002-06-22 guy"uint" is defined on all platforms; use "guint" instead.
2002-06-19 guyFix to WEP decoding, from Solomon Peachy.
2002-06-19 guyFix some bugs in the dissection of WEP-encrypted frames.
2002-06-18 guyFrom Solomon Peachy: do WEP decryption before reassembly.
2002-06-18 guyFrom Solomon Peachy: WEP cleanups, WEP decryption suppo...
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-30 guyDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-05-01 guyFix an error in a blurb.
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...
next