aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-22ieee80211: Add FTM Request & Report dissectorKrunal Soni1-0/+250
2019-04-10ieee80211: fix bitmask on HE Capabilities fieldAlexis La Goutte1-6/+6
2019-04-10ieee80211: Add length tag check for Mesh Configuration IEAlexis La Goutte1-0/+9
2019-04-10ieee80211: One to one mapping between conversations and associationsMikael Kanstrup1-0/+27
2019-04-10ieee80211: Handle variable MIC length for FT IEMikael Kanstrup1-95/+126
2019-04-09ieee80211: Add missing bitmask field for Mesh ConfigurationAlexis La Goutte1-0/+21
2019-04-09ieee80211: Remove zero-length array usageMikael Kanstrup1-7/+4
2019-04-09ieee80211: fix wrong offset for mesh configuration capability bitmaskAlexis La Goutte1-1/+1
2019-04-08ieee80211: fix typo on BSS Available Admission CapabilityAlexis La Goutte1-1/+1
2019-04-05ieee80211: Add Reserved entry for VHT OP Channel WidthAlexis La Goutte1-0/+1
2019-04-05ieee80211: Add space on description for some Extended Capabilities fieldAlexis La Goutte1-2/+2
2019-04-04ieee80211: Add defines for AKMSMikael Kanstrup1-13/+33
2019-04-04ieee80211: FT over IEEE 802.1X (SHA384) is an FT AKMSMikael Kanstrup1-1/+17
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-69/+69
2019-04-01IEEE 802.11: Fix an infinite loop.Gerald Combs1-2/+8
2019-03-28IEEE802.11: Fix src and dst address handling for AMSDUsOlaf Flaschel1-8/+14
2019-03-23ieee80211: Add version and subtype field for Aerohive IEAlexis La Goutte1-8/+18
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup1-3/+1
2019-03-06ieee80211: add expert info for invalid control_id.Dario Lombardo1-1/+6
2019-03-06ieee80211: check offset before using it.Dario Lombardo1-4/+13
2019-02-19ieee80211: Dissect MESH specific bit of QoS ControlCedric Izoard1-10/+53
2019-02-18ieee80211: Always include Mesh Control dissectionCedric Izoard1-2/+2
2019-02-17ieee80211: Add dissector for Mist vendor specific IEAdrian Granados1-0/+51
2019-02-17ieee80211: Fix parsing of Mesh Peering Management elementCedric Izoard1-11/+28
2019-02-17ieee80211: Stop element parsing after MIC elementCedric Izoard1-0/+13
2019-02-17ieee80211: Add parsing for MIC elementCedric Izoard1-0/+23
2019-01-18IEEE 802.11 dissector: Fixed description for reason code 12Mister X1-1/+1
2019-01-16ieee80211: calculate the number of tones for RU allocationEmmanuel Grumbach1-6/+97
2019-01-14ieee80211: print the TSF in decimalEmmanuel Grumbach1-1/+1
2019-01-11dissectors: remove unused assignments.Dario Lombardo1-2/+0
2019-01-03ieee80211: print the RU Allocation in decimalEmmanuel Grumbach1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-13IEEE802.11: Prevent BoundsError for packets with captured len < packet lenOlaf Flaschel1-2/+2
2018-12-13IEEE802.11: Fixed dissector bug with wlan.ext_tag.ess_report.ess_info.threshOlaf Flaschel1-6/+9
2018-12-06ieee80211: Fix the handling of A-Control and improve AP Tx Power.Richard Sharpe1-24/+68
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-14ieee80211: Avoid decrypting packets two timesMikael Kanstrup1-34/+42
2018-11-14ieee80211: Decrypt and dissect EAPOL keydataMikael Kanstrup1-3/+96
2018-11-10ieee80211: Fix Vendor Specific Fixed Field dissection.Richard Sharpe1-3/+2
2018-11-09ieee80211: Dissect RSN GTK and IGTK IEMikael Kanstrup1-6/+88
2018-11-06ieee80211ah: Start adding support for S1G.Richard Sharpe1-0/+51
2018-10-29Do bounds checking on scidx arrays.Guy Harris1-37/+70
2018-10-20ieee80211: automatically determine MIC length for OWEJoeri de Ruiter1-3/+67
2018-10-18ieee80211: Extend FILS support (802.11ai)Joeri de Ruiter1-125/+480
2018-10-12ieee80211: extend parsing of SAE messagesJoeri de Ruiter1-1/+42
2018-10-06ieee80211: Update RSN cipher and key suiteAlexis La Goutte1-3/+14
2018-10-04ieee80211: register some etts.Jeff Morriss1-0/+6
2018-10-01ieee80211: Display always tag when it is ELEMENT_ID_EXTENSIONAlexis La Goutte1-1/+2
2018-10-01ieee80211: fix addresses for ToDS=1|FromDS=1 casePeter Wu1-31/+70