aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-17Fix up the handling of the "fragmented" flag in the "packet_info"Guy Harris1-13/+26
2002-04-17Show the "More Fragments" indicator as such, rather than as a "this isGuy Harris1-4/+4
2002-04-17Add a separate hash table to the reassembly code for reassembledGuy Harris1-34/+255
2002-04-13From Jouni Malinen:Guy Harris1-3/+11
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-5/+59
2002-03-09From Jouni Malinen: fix bugs in 802.11 authentication frame dissection.Guy Harris1-3/+3
2002-02-22Properly handle the "no data" data frames.Guy Harris1-2/+20
2002-02-21The number of bytes of tagged parameters should be computed by seeingGuy Harris1-9/+9
2002-01-28Some capture formats for 802.11 have fixed-length link-layer headersGuy Harris1-6/+52
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-20/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+3
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2