aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
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