Add the actual dissector for HyperSCSI.
[metze/wireshark/wip.git] / packet-ieee80211.c
2002-11-06 Guy HarrisFrom Solomon Peachy: support for new "wlancap" 802...
2002-10-31 Guy HarrisFrom Chris Waters: put the "wlan.fc.fromds" and "wlan...
2002-10-24 Guy HarrisAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-21 Guy HarrisFrom Solomon Peachy: display "(correct)" or "(not verif...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-31 Guy HarrisFrom Chris Waters: check 802.11 FCS if present.
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-06-22 Guy HarrisFetch the WEP IV before building a subtree for the...
2002-06-22 Guy Harris"uint" is defined on all platforms; use "guint" instead.
2002-06-19 Guy HarrisFix to WEP decoding, from Solomon Peachy.
2002-06-19 Guy HarrisFix some bugs in the dissection of WEP-encrypted frames.
2002-06-18 Guy HarrisFrom Solomon Peachy: do WEP decryption before reassembly.
2002-06-18 Guy HarrisFrom Solomon Peachy: WEP cleanups, WEP decryption suppo...
2002-06-07 Guy HarrisAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-30 Guy HarrisDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-05-01 Guy HarrisFix an error in a blurb.
2002-04-24 Guy HarrisFrom Joerg Mayer: get rid of extra arguments to capture...
2002-04-22 Guy HarrisGet rid of some unused variables and arguments.
2002-04-17 Guy HarrisDon't try to reassemble short frames - but do still...
2002-04-17 Guy HarrisFix up the handling of the "fragmented" flag in the...
2002-04-17 Guy HarrisShow the "More Fragments" indicator as such, rather...
2002-04-17 Guy HarrisAdd a separate hash table to the reassembly code for...
2002-04-13 Guy HarrisFrom Jouni Malinen:
2002-04-08 Guy HarrisAdd an encapsulation type for "802.11 with radio inform...
2002-03-09 Guy HarrisFrom Jouni Malinen: fix bugs in 802.11 authentication...
2002-02-22 Guy HarrisProperly handle the "no data" data frames.
2002-02-21 Guy HarrisThe number of bytes of tagged parameters should be...
2002-01-28 Guy HarrisSome capture formats for 802.11 have fixed-length link...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-28 Guy HarrisSupport for 802.11+Prism II monitor-mode link-layer...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-09-25 Guy HarrisIf "snprintf()" can't print all the data because there...
2001-09-25 Guy HarrisThe data in a tagged field can be up to 255 bytes ...
2001-07-25 Guy HarrisAdd a "wlan.addr" field, and put two instances into...
2001-07-21 Guy HarrisI guess some bridges take Netware Ethernet_802_3 frames...
2001-06-22 Guy HarrisAllow the 802.11 management-frame protocol to be disabled.
2001-06-22 Guy HarrisDissect the payload of a management frame as a separate...
2001-06-22 Guy HarrisFix up some incorrect handling of the TO_DS and FROM_DS...
2001-06-21 Guy HarrisGet rid of an unused #define.
2001-06-21 Guy HarrisDon't use "tvb_get_ptr()" and "pletohs()" just to fetch...
2001-06-20 Guy HarrisMake sure the top-level 802.11 item covers the entire...
2001-06-20 Guy HarrisMake the type/subtype field the very first entry in...
2001-06-20 Guy HarrisAll four data frame types are now handled with identica...
2001-06-20 Guy HarrisPut the combined type/subtype into the protocol tree...
2001-06-20 Guy HarrisIf it's not a protocol, it doesn't belong at the top...
2001-06-20 Guy HarrisClean up a string.
2001-06-20 Guy HarrisFix "COOK_ADDR_SELECTOR()" to extract the 2 bits that...
2001-06-19 Guy HarrisMore signed vs. unsigned cleanups, and initialization...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-12 Guy HarrisDisplay hex numbers with a leading 0x.
2001-06-10 Guy HarrisClean up the handling of MAC addresses - set the addres...
2001-06-08 Guy HarrisUse "col_set_str()", rather than "col_add_str()", where...
2001-06-01 Guy HarrisBug fixes, and WEP support, from Javier Achirica.
2001-05-30 Guy HarrisUpdates from Johan Jorgensen.
2001-04-20 Guy HarrisFix Gerald's e-mail address - and fix it in "README...
2001-04-17 Guy HarrisMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-15 Guy HarrisDon't attempt to modify the data pointed to by the...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-01 Guy HarrisUpdates from Johan Jorgensen:
2001-01-23 Guy HarrisFix forwarded by Johan Jorgensen of Axis Communications.
2001-01-21 Guy HarrisRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-10 Guy HarrisThe frame control field is, I infer from "dissect_ieee8...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave the TR MAC and LLC dissectors register themselves...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-02 Guy HarrisAdd the relevant "CHECK_DISPLAY_AS_DATA()" call.
2000-11-30 Guy HarrisRename "proto_reg_handoff_iee380211()"[sic] to
2000-11-29 Gilbert RamirezWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-15 Guy HarrisMove the table of bit-swapped byte values to "epan...
2000-11-15 Guy HarrisIEEE 802.11 support, from Johan Jorgensen of Axis Commu...