aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-11ieee80211: Fix reserved bit positions 18 & 19 when HE Support not set.Richard Sharpe1-7/+7
2018-01-31ieee80211: various fixes to the 802.11ax support.Adrian Granados1-59/+57
2018-01-29ieee80211: Implement two more extended IE from IEEE STD 802.11.Richard Sharpe1-0/+135
2018-01-22packet-ieee80211: fix dead store/ dead increment and assignment.Jakub Zawadzki1-2/+6
2018-01-22ieee80211: 802.11ax support.Richard Sharpe1-37/+2165
2018-01-16ieee80211: Add support for EAPOL Key MIC lengths other than 16.Richard Sharpe1-3/+21
2018-01-11Add message number for wlan eapol 4-way key exchangeJaap Keuter1-5/+30
2017-12-24ieee80211: Fix an unused variable error I introduced yesterday.Richard Sharpe1-5/+1
2017-12-24ieee80211: hide unused value_string variableMartin Mathieson1-0/+4
2017-12-24ieee80211: More support for IEEE802.11 2016 around Extended Capabilities.Richard Sharpe1-47/+171
2017-12-20ieee80211: Make Extended Capabilities bits more in line with 802.11 2016.Richard Sharpe1-20/+60
2017-12-18ieee80211: Remove notices about D3.1 of IEEE802.11ac.Richard Sharpe1-2/+2
2017-12-17ieee80211: Bring VHT Capabilities IE into conformance with IEEE802.11-2016Richard Sharpe1-15/+15
2017-12-15ieee80211: Add handling of the ANQP Neighbor Report.Richard Sharpe1-2/+16
2017-12-12ieee80211: Add additional ANQP IEs defined in IEEE802.11-2016.Richard Sharpe1-16/+66
2017-11-18ieee80211: Complete fixed size fields for SAE authenticationCedric Izoard1-2/+200
2017-11-18IEEE 802.11: fix an infinite loopPascal Quantin1-1/+1
2017-11-17ieee80211: Add dissection of BSS Transition QueryAlexis La Goutte1-0/+66
2017-11-11ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2017-11-10ieee802.11: Fix the display of the Cisco Aironet DTPC value.Richard Sharpe1-2/+11
2017-11-09802.11: Correctly handle Wi-Fi Alliance Multi-AP subtype decoding.Richard Sharpe1-2/+2
2017-11-07packet-ieee80211: all frames have address 1 = RASimon Barber1-96/+52
2017-11-06ieee802.11: Add support for the Measurement Pilot Interval IE andRichard Sharpe1-3/+40
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-27Device provisioning protocol: Fix a last issue with DPP and ConfigurationRichard Sharpe1-2/+2
2017-10-15Add support for BASE_OUIMichael Mann1-27/+21
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+2
2017-10-12IEEE 802.11: fix a segmentation fault introduced in gd6eda2a3Pascal Quantin1-1/+2
2017-10-11IEEE 802.11: add missing breaksPascal Quantin1-0/+6
2017-10-11Decode SNR in Compressed MIMO Beamforming report per ieee80211at_2013 section...Jason Uher1-8/+30
2017-09-17ieee802.11: Add Element ID Extension dissector frameworkMasashi Honma1-5/+125
2017-09-17ieee802.11: Add FILS authentication algorithm numberMasashi Honma1-0/+3
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-08-25802.11: fix display of PMK-KO (R0KH-ID)Alexis La Goutte1-2/+2
2017-08-24Extract the "long name" out of the manuf file and use it for some resolutionMichael Mann1-1/+1
2017-08-20802.11: Add Neighbor Sublement ID dissectionAlexis La Goutte1-1/+26
2017-08-20802.11: Update subelement IDs for Neighbor reportAlexis La Goutte1-0/+8
2017-08-20802.11: Add new flags on BSSID Info in neighbor report field (from 802.11-2016)Alexis La Goutte1-1/+15
2017-08-20802.11: Add always Data of Subelement (on Neighbor Report)Alexis La Goutte1-1/+9
2017-08-17802.11: Add dissection of BSS Transition candidate List entriesAlexis La Goutte1-2/+21
2017-08-14ieee802.11: Replace an incorrect fall through with a break.Richard Sharpe1-1/+1
2017-08-14ieee80211: fix dpp doesn't match PROTOABBREV of ieee80211Alexis La Goutte1-1/+1
2017-08-14ieee80211: fix typo specfic => specificAlexis La Goutte1-1/+1
2017-08-14ieee80211 : Implement Wi-Fi DPP specRichard Sharpe1-31/+95
2017-08-14ieee80211: Make a few dissector tables for vendor specific functionalityMichael Mann1-53/+98
2017-08-14packet-ieee80211.c: Add dissector table for vendor specific actionsMichael Mann1-18/+22
2017-07-17802.11: fix SNR Report for 802.11ad is not decoded correctlyAlexis La Goutte1-2/+2
2017-07-12Correct the dissection of zero-length SSIDs to show them as Wildcard SSIDs asRichard Sharpe1-2/+16
2017-07-06Ensure expert info fields have a summary.D. Ulis1-2/+2
2017-06-20IEEE 802.11: Use correct mask for 'SMK message'Robert Sauter1-1/+1