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