aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* Fix to WEP decoding, from Solomon Peachy.Guy Harris2002-06-191-8/+5
* Fix some bugs in the dissection of WEP-encrypted frames.Guy Harris2002-06-191-26/+40
* From Solomon Peachy: do WEP decryption before reassembly.Guy Harris2002-06-181-104/+107
* From Solomon Peachy: WEP cleanups, WEP decryption support and otherGuy Harris2002-06-181-171/+558
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-64/+16
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-2/+4
* Fix an error in a blurb.Guy Harris2002-05-011-2/+2
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Get rid of some unused variables and arguments.Guy Harris2002-04-221-2/+1
* Don't try to reassemble short frames - but do still pass them through atGuy Harris2002-04-171-3/+1
* Fix up the handling of the "fragmented" flag in the "packet_info"Guy Harris2002-04-171-13/+26
* Show the "More Fragments" indicator as such, rather than as a "this isGuy Harris2002-04-171-4/+4
* Add a separate hash table to the reassembly code for reassembledGuy Harris2002-04-171-34/+255
* From Jouni Malinen:Guy Harris2002-04-131-3/+11
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-081-5/+59
* From Jouni Malinen: fix bugs in 802.11 authentication frame dissection.Guy Harris2002-03-091-3/+3
* Properly handle the "no data" data frames.Guy Harris2002-02-221-2/+20
* The number of bytes of tagged parameters should be computed by seeingGuy Harris2002-02-211-9/+9
* Some capture formats for 802.11 have fixed-length link-layer headersGuy Harris2002-01-281-6/+52
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+5
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-20/+17
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris2001-11-281-1/+3
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-4/+13
* If "snprintf()" can't print all the data because there's not enoughGuy Harris2001-09-251-5/+12
* The data in a tagged field can be up to 255 bytes (the length is anGuy Harris2001-09-251-2/+2
* Add a "wlan.addr" field, and put two instances into it for all framesGuy Harris2001-07-251-3/+29
* I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3Guy Harris2001-07-211-4/+49
* Allow the 802.11 management-frame protocol to be disabled.Guy Harris2001-06-221-1/+21
* Dissect the payload of a management frame as a separate protocol, soGuy Harris2001-06-221-419/+416
* Fix up some incorrect handling of the TO_DS and FROM_DS flags byGuy Harris2001-06-221-25/+34
* Get rid of an unused #define.Guy Harris2001-06-211-5/+30
* Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bitGuy Harris2001-06-211-102/+48
* Make sure the top-level 802.11 item covers the entire frame.Guy Harris2001-06-201-4/+16
* Make the type/subtype field the very first entry in the protocol tree,Guy Harris2001-06-201-12/+13
* All four data frame types are now handled with identical code, so,Guy Harris2001-06-201-70/+1
* Put the combined type/subtype into the protocol tree, so you can lookGuy Harris2001-06-201-72/+49
* If it's not a protocol, it doesn't belong at the top level of theGuy Harris2001-06-201-18/+18
* Clean up a string.Guy Harris2001-06-201-2/+2
* Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine theGuy Harris2001-06-201-47/+35
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-2/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-52/+52
* Display hex numbers with a leading 0x.Guy Harris2001-06-121-4/+4
* Clean up the handling of MAC addresses - set the addresses in theGuy Harris2001-06-101-62/+41
* Use "col_set_str()", rather than "col_add_str()", wherever possible.Guy Harris2001-06-081-114/+109
* Bug fixes, and WEP support, from Javier Achirica.Guy Harris2001-06-011-65/+221