| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -4/+13 |
* | If "snprintf()" can't print all the data because there's not enough | Guy Harris | 2001-09-25 | 1 | -5/+12 |
* | The data in a tagged field can be up to 255 bytes (the length is an | Guy Harris | 2001-09-25 | 1 | -2/+2 |
* | Add a "wlan.addr" field, and put two instances into it for all frames | Guy Harris | 2001-07-25 | 1 | -3/+29 |
* | I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3 | Guy Harris | 2001-07-21 | 1 | -4/+49 |
* | Allow the 802.11 management-frame protocol to be disabled. | Guy Harris | 2001-06-22 | 1 | -1/+21 |
* | Dissect the payload of a management frame as a separate protocol, so | Guy Harris | 2001-06-22 | 1 | -419/+416 |
* | Fix up some incorrect handling of the TO_DS and FROM_DS flags by | Guy Harris | 2001-06-22 | 1 | -25/+34 |
* | Get rid of an unused #define. | Guy Harris | 2001-06-21 | 1 | -5/+30 |
* | Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bit | Guy Harris | 2001-06-21 | 1 | -102/+48 |
* | Make sure the top-level 802.11 item covers the entire frame. | Guy Harris | 2001-06-20 | 1 | -4/+16 |
* | Make the type/subtype field the very first entry in the protocol tree, | Guy Harris | 2001-06-20 | 1 | -12/+13 |
* | All four data frame types are now handled with identical code, so, | Guy Harris | 2001-06-20 | 1 | -70/+1 |
* | Put the combined type/subtype into the protocol tree, so you can look | Guy Harris | 2001-06-20 | 1 | -72/+49 |
* | If it's not a protocol, it doesn't belong at the top level of the | Guy Harris | 2001-06-20 | 1 | -18/+18 |
* | Clean up a string. | Guy Harris | 2001-06-20 | 1 | -2/+2 |
* | Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine the | Guy Harris | 2001-06-20 | 1 | -47/+35 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -2/+3 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -52/+52 |
* | Display hex numbers with a leading 0x. | Guy Harris | 2001-06-12 | 1 | -4/+4 |
* | Clean up the handling of MAC addresses - set the addresses in the | Guy Harris | 2001-06-10 | 1 | -62/+41 |
* | Use "col_set_str()", rather than "col_add_str()", wherever possible. | Guy Harris | 2001-06-08 | 1 | -114/+109 |
* | Bug fixes, and WEP support, from Javier Achirica. | Guy Harris | 2001-06-01 | 1 | -65/+221 |