aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-12/+4
2002-07-31From Chris Waters: check 802.11 FCS if present.Guy Harris1-3/+36
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-22Fetch the WEP IV before building a subtree for the WEP parameters, so weGuy Harris1-9/+16
2002-06-22"uint" is defined on all platforms; use "guint" instead.Guy Harris1-2/+2
2002-06-19Fix to WEP decoding, from Solomon Peachy.Guy Harris1-8/+5
2002-06-19Fix some bugs in the dissection of WEP-encrypted frames.Guy Harris1-26/+40
2002-06-18From Solomon Peachy: do WEP decryption before reassembly.Guy Harris1-104/+107
2002-06-18From Solomon Peachy: WEP cleanups, WEP decryption support and otherGuy Harris1-171/+558
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-64/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+4
2002-05-01Fix an error in a blurb.Guy Harris1-2/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-04-22Get rid of some unused variables and arguments.Guy Harris1-2/+1
2002-04-17Don't try to reassemble short frames - but do still pass them through atGuy Harris1-3/+1
2002-04-17Fix up the handling of the "fragmented" flag in the "packet_info"Guy Harris1-13/+26
2002-04-17Show the "More Fragments" indicator as such, rather than as a "this isGuy Harris1-4/+4
2002-04-17Add a separate hash table to the reassembly code for reassembledGuy Harris1-34/+255
2002-04-13From Jouni Malinen:Guy Harris1-3/+11
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-5/+59
2002-03-09From Jouni Malinen: fix bugs in 802.11 authentication frame dissection.Guy Harris1-3/+3
2002-02-22Properly handle the "no data" data frames.Guy Harris1-2/+20
2002-02-21The number of bytes of tagged parameters should be computed by seeingGuy Harris1-9/+9
2002-01-28Some capture formats for 802.11 have fixed-length link-layer headersGuy Harris1-6/+52
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-20/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+3
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+13
2001-09-25If "snprintf()" can't print all the data because there's not enoughGuy Harris1-5/+12
2001-09-25The data in a tagged field can be up to 255 bytes (the length is anGuy Harris1-2/+2
2001-07-25Add a "wlan.addr" field, and put two instances into it for all framesGuy Harris1-3/+29
2001-07-21I guess some bridges take Netware Ethernet_802_3 frames, which are 802.3Guy Harris1-4/+49
2001-06-22Allow the 802.11 management-frame protocol to be disabled.Guy Harris1-1/+21
2001-06-22Dissect the payload of a management frame as a separate protocol, soGuy Harris1-419/+416
2001-06-22Fix up some incorrect handling of the TO_DS and FROM_DS flags byGuy Harris1-25/+34
2001-06-21Get rid of an unused #define.Guy Harris1-5/+30
2001-06-21Don't use "tvb_get_ptr()" and "pletohs()" just to fetch a 16-bitGuy Harris1-102/+48
2001-06-20Make sure the top-level 802.11 item covers the entire frame.Guy Harris1-4/+16
2001-06-20Make the type/subtype field the very first entry in the protocol tree,Guy Harris1-12/+13
2001-06-20All four data frame types are now handled with identical code, so,Guy Harris1-70/+1
2001-06-20Put the combined type/subtype into the protocol tree, so you can lookGuy Harris1-72/+49
2001-06-20If it's not a protocol, it doesn't belong at the top level of theGuy Harris1-18/+18
2001-06-20Clean up a string.Guy Harris1-2/+2
2001-06-20Fix "COOK_ADDR_SELECTOR()" to extract the 2 bits that determine theGuy Harris1-47/+35