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