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