aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-06IEEE 802.11: Add a option for disable FCS checkAlexis La Goutte1-11/+21
2015-05-21802.11: Remove duplicate RIC Descriptor displayAlexis La Goutte1-2/+2
2015-05-11Get rid of now-empty and unneeded structure.Guy Harris1-5/+1
2015-05-11Pull the MIMO control code into the beamforming report code.Guy Harris1-63/+46
2015-05-10Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin1-1/+1
2015-05-09Fix some more constants to be unsigned.Guy Harris1-4/+4
2015-05-08Fix indentation.Guy Harris1-7/+7
2015-05-08IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol1-6/+45
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-6/+9
2015-04-18802.11 fix unchecked return value (CID 1293628)Alexis La Goutte1-1/+3
2015-04-09802.11: use switch for Aruba typeAlexis La Goutte1-9/+7
2015-04-09802.11: don't return when Wrong Tag LengthAlexis La Goutte1-9/+9
2015-04-08[IEEE 802.11] fix two potential endless loopsMartin Kaiser1-0/+4
2015-04-08802.11: Not showing all 11k subelement fieldsAlexis La Goutte1-1/+55
2015-04-07ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix disse...Bill Meier1-3/+4
2015-04-07802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-0/+1
2015-04-03802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-1/+132
2015-04-03802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-0/+30
2015-04-02802.11: EAPOL 4-way handshake information wrongAlexis La Goutte1-3/+8
2015-03-14802.11: Fix MAC header Address mappingCedric Izoard1-56/+64