summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel1-60/+27
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-8/+8
2015-10-30Add some "protocol placeholders" to remove confusion with Decode As.Michael Mann1-3/+5
2015-10-30Add a comment giving details on the Centrino stuff.Guy Harris1-1/+29
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-5/+5
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+1
2015-10-09airpdcap: add free_key_string function, fix memleaksPeter Wu1-4/+6
2015-10-03COMPOSE_FRAME_TYPE(fcf) is stored in frame_type_subtype.Guy Harris1-2/+2
2015-10-03Expand some comments.Guy Harris1-16/+38
2015-10-02More formatting cleanups (no space between "no" and comma).Guy Harris1-1/+1
2015-10-02Clean up formatting.Guy Harris1-4/+4
2015-10-02Conversation filter address types for IEEE 802.11 should include WLAN Address...Michael Mann1-3/+3
2015-09-30[ieee80211] Fix: "DSCP Range description user priority" off by 1Bill Meier1-2/+2
2015-08-31Add a hidden item that allows to allow filtering on the station address.Joerg Mayer1-0/+37
2015-08-28Get rid of trailing blanks.Guy Harris1-1/+1
2015-08-28Don't check the radio information when testing for an HT Control header.Guy Harris1-236/+184
2015-08-26ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handl...tkc1-3/+3
2015-08-25Explain why the MSDU length field in an A-MSDU is big-endian.Guy Harris1-0/+10
2015-08-25Get subset TVBs correctly.Guy Harris1-2/+2
2015-08-25Remove the search back up the proto tree for the capture frequency that wasRichard Sharpe1-34/+3
2015-08-25Use one variable that was set but not previously used and delete another.Jeff Morriss1-7/+5
2015-08-24Some beamforming stuff from 802.11ac.Guy Harris1-5/+64
2015-08-20Add the WLAN statistics dialog.Gerald Combs1-4/+12
2015-08-08Fix another typo.Guy Harris1-1/+1
2015-08-08IEEE802.11: Fix typoAlexis La Goutte1-1/+1
2015-08-07[ieee80211] Rework QoS Capability and QoS info code.Bill Meier1-169/+75
2015-08-07[ieee80211] Change one ENC_LITTLE_ENDIAN MAC address to ENC_NA; byte order do...Bill Meier1-1/+1
2015-08-06Fix some encoding arguments.Guy Harris1-103/+103
2015-08-06Fix a bunch of typoes in variable and field names.Guy Harris1-9/+9
2015-08-06Cleanup a bunch of 802.11ad stuff.Guy Harris1-189/+211
2015-07-29[ieee80211] Don't call expert_...() under 'if (tree)'Bill Meier1-9/+6
2015-07-25Fix an error where we expect the tagged parameters field to be present evenRichard Sharpe1-2/+9
2015-07-18Enable decryption by defaultJoerg Mayer1-2/+2
2015-07-10IEEE 802.11: tap all packetsPascal Quantin1-5/+4
2015-07-10Use tfs_defined_not_definedMichael Mann1-6/+1
2015-07-08Revert "[ieee80211] Cleanup"Bill Meier1-1212/+1339
2015-07-08[ieee80211] CleanupBill Meier1-1339/+1212
2015-07-06[ieee80211] Fix proto_tree_add_item() reversed offset,length argsBill Meier1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris1-160/+0
2015-06-30Set the PHY value when providing our own metadata structure.Guy Harris1-0/+6
2015-06-27Handle the VHT flavor of the HT Control field.Guy Harris1-57/+266
2015-06-27Handle a "should not happen" case, to squelch compiler warnings.Guy Harris1-0/+4
2015-06-27Use the PHY type in the radio information to recognize HT packets.Guy Harris1-23/+33
2015-06-22IEEE 802.11: add an expert info when tag length value is bigger than remainin...Pascal Quantin1-0/+4
2015-06-22ieee80211: fix memleakPeter Wu1-1/+5
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-61/+65
2015-06-18Pass the 802.11 pseudo-header as an argument.Guy Harris1-33/+47