aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-23From Jouni Malinen: handle 802.11i RSN IE, and add new status and resultGuy Harris1-3/+203
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris1-2/+5
2004-02-18From Pavel Kankovsky: deal with yet another gross non-standard 802.11Guy Harris1-13/+54
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris1-6/+22
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs1-21/+24
2003-12-20Do the special "if the first fragment we see is also the final fragment,Guy Harris1-3/+3
2003-09-24From David Frascone: have an 802.11 dissector that byte-swaps the frameGuy Harris1-20/+50
2003-09-23Get rid of some unnecessary includes.Guy Harris1-76/+61
2003-09-20From Richie:Guy Harris1-64/+60
2003-09-20Give the tag number a value_string table, and have common code, ratherGuy Harris1-69/+30
2003-09-15From Ritchie: dissect country information tag.Guy Harris1-14/+49
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-30/+4
2003-08-26Make the CRC-32 routines take a tvbuff and a length as arguments.Guy Harris1-2/+2
2003-08-26From Jesper Peterson:Guy Harris1-2/+2
2003-08-26Extract the CRC-32 code from the 802.11 dissector into a separate file,Guy Harris1-78/+3
2003-06-24From Motonori Shindo:Guy Harris1-10/+13
2003-06-05From Lars Roland: Replace bcmp() with memcmp(), add a missing quote to theGerald Combs1-7/+7
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs1-2/+131
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris1-2/+2
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris1-2/+2
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs1-3/+4
2003-04-27Replace some unchecked malloc calls by g_malloc.Laurent Deniel1-6/+4
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-7/+9
2003-04-01From Solomon Peachy: add support for the latest stuff defined in theGuy Harris1-3/+15
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-2/+2
2003-02-18From Martijn Schipper: fix the tag for the 802.11g ERP Information fieldGuy Harris1-2/+2
2003-01-22Make all the stuff in the capability fixed field in a management frameGuy Harris1-34/+34
2003-01-22From Jouni Malinen:Guy Harris1-3/+57
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-3/+3
2002-10-31From Chris Waters: put the "wlan.fc.fromds" and "wlan.fc.tods" fieldsGuy Harris1-5/+9
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-10-21From Solomon Peachy: display "(correct)" or "(not verified)" for the WEPGuy Harris1-5/+17
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-12/+4
2002-07-31From Chris Waters: check 802.11 FCS if present.Guy Harris1-3/+36
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-22Fetch the WEP IV before building a subtree for the WEP parameters, so weGuy Harris1-9/+16
2002-06-22"uint" is defined on all platforms; use "guint" instead.Guy Harris1-2/+2
2002-06-19Fix to WEP decoding, from Solomon Peachy.Guy Harris1-8/+5
2002-06-19Fix some bugs in the dissection of WEP-encrypted frames.Guy Harris1-26/+40
2002-06-18From Solomon Peachy: do WEP decryption before reassembly.Guy Harris1-104/+107
2002-06-18From Solomon Peachy: WEP cleanups, WEP decryption support and otherGuy Harris1-171/+558
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-64/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+4
2002-05-01Fix an error in a blurb.Guy Harris1-2/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-04-22Get rid of some unused variables and arguments.Guy Harris1-2/+1
2002-04-17Don't try to reassemble short frames - but do still pass them through atGuy Harris1-3/+1