| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Solomon Peachy: fix the decoding of the Association ID in | Guy Harris | 2004-07-09 | 1 | -2/+4 |
* | From Henry Ptasinski: support for 802.11e WME/QoS info. | Guy Harris | 2004-07-07 | 1 | -5/+308 |
* | In "packet-ieee80211.c", use the same scheme for displaying the data | Guy Harris | 2004-07-06 | 1 | -5/+7 |
* | From Jouni Malinen: add columns for the 802.11 data rate and signal | Guy Harris | 2004-07-05 | 1 | -1/+14 |
* | From Jouni Malinen: add alternative parsing for WEP IV field when the | Guy Harris | 2004-07-04 | 1 | -68/+124 |
* | From Jouli Malinen: add parsing of PMKID for IEEE 802.11i (both in RSN | Guy Harris | 2004-07-02 | 1 | -7/+39 |
* | Use the "crc16.c" CRC-16 routine in the PPP dissector. | Guy Harris | 2004-06-26 | 1 | -3/+3 |
* | Add a "force_separators" parameter to hex_str_to_bytes so that it's | Gerald Combs | 2004-06-06 | 1 | -2/+5 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -7/+7 |
* | 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 |