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