aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19Remove unnecessary volatile qualifiersAhmad Fatoum1-1/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-2/+5
2017-04-27IEEE80211: Support of PHI, PSI Angle Decode in VHT Compressed Beamforming ReportRadhashyam Behera1-2/+52
2017-04-27ieee802.11: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-04-25ieee80211: fix stack-use-after-returnPeter Wu1-3/+2
2017-04-12ieee80211: fix "INVALID" label in Endpoints dialogPeter Wu1-4/+4
2017-04-11Fix is_broadcast_bssid() for GCC.Jakub Zawadzki1-2/+1
2017-04-01ieee80211: Fix parsing of supported operating classes IEMikael Kanstrup1-18/+24
2017-03-27packet-ieee80211.c: Use dynamic memory for AIRPDCAP_KEYS_COLLECTIONMichael Mann1-11/+11
2017-03-12ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+2
2017-03-12ieee80211: fix declaration of 'ieee80211_tag_...' shadows a global declarationAlexis La Goutte1-8/+8
2017-03-12802.11: Use proto_tree_add_bitmaskAlexis La Goutte1-857/+1066
2017-03-10Add decoding of EDCA IEJoerg Mayer1-64/+72
2017-03-09IEEE80211: Support of MU Exclusive Beamforming Report decoding under VHT Comp...Radhashyam Behera1-23/+216
2017-03-06ieee80211: fix this statement may fall through [-Werror=implicit-fallthrough=...Alexis La Goutte1-0/+1
2017-03-05ieee80211: fix indent (missing spaces)Alexis La Goutte1-1/+1
2017-03-03ieee80211: fix minimum TCLAS lengthMarcin Rokicki1-2/+2
2017-02-28IEEE 802.11: Handle Atheros paddingJaap Keuter1-3/+7
2017-02-18Fix ieee80211_tag_ssidMichael Mann1-3/+3
2017-02-17Dissector: Add IEEE802.11 mesh awake window dissectorMasashi Honma1-2/+33
2017-02-17Convert IEEE802.11 tagged fields into a dissector tableMichael Mann1-2402/+2557
2017-02-05ieee802.11: fix indentAlexis La Goutte1-1/+1
2017-02-05iee80211: fix typo on some tag defineAlexis La Goutte1-6/+6
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Add format_text_wmem.Michael Mann1-5/+7