aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16ieee80211: Add dissector for Arista (Mojo) vendor specific IEAdrian Granados1-0/+63
2022-08-16Corrected description of `wlan.fc.type_subtype`.Dieter Dobbelaere1-1/+1
2022-08-12check_typed_item_calls.py: check for consecutive calls to same itemMartin Mathieson1-0/+1
2022-07-22WLAN: fix IEEE802.11 dissection bugRoi Berkovich1-3/+8
2022-07-12ieee80211: Update VHT channel width interpretation as in IEEE Std 802.11-2020Adrian Granados1-10/+1
2022-06-15ieee80211: Update reason codes as in IEEE Std 802.11-2020 and 802.11ax-2021Adrian Granados1-14/+15
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-04-30IEEE80211: Fix a couple of filtersMartin Mathieson1-2/+2
2022-04-24802.11: fix TWT Setup dissectionAlexis La Goutte1-1/+0
2022-04-20ieee80211: Fix clang analyzer warning (Dead.Store)Alexis La Goutte1-3/+2
2022-04-17ieee80211: Implement more KDEs from ieee802.11-2016 and on.Richard Sharpe1-55/+414
2022-04-06ieee80211: Correct the dissection of the 802.11ax Capabilities device class.Richard Sharpe1-2/+2
2022-04-05ieee80211: Conform to ieee802.11-2016 for the Capability Info field.Richard Sharpe1-107/+62
2022-03-27ieee80211: Handle the case where a Vendor Specific response is not DPP!Richard Sharpe1-0/+5
2022-03-26ieee80211: Handle fragmented DPP Configuration in GAS Comebacks.Richard Sharpe1-2/+14
2022-03-09IEEE 802.11: Additional countrycode environment valuesJoerg Mayer1-3/+12
2022-02-26ieee80211: Handle UTF-8 SSIDs and unspecified charsetsJohn Thacker1-27/+49
2022-02-17ieee802211: Add Model and Serial Fortinet Specific VendorAlexis La Goutte1-1/+32
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-34/+34
2022-02-09ieee80211: add support of Fortinet Vendor SpecificAlexis La Goutte1-0/+95
2022-01-26ieee80211: initialize local buffers.Dario Lombardo1-0/+3
2022-01-25ieee80211: fix typo (verision => version)Alexis La Goutte1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-87/+87
2021-12-12ieee80211: BASE_HEX and BASE_CUSTOM are mutually exclusiveJohn Thacker1-6/+6
2021-12-12IEEE80211: Remove ENC_NA from string encodingJohn Thacker1-7/+7
2021-12-07ieee80211: Pass association_sanity_check to dissect_mgt_actionJohn Thacker1-6/+6
2021-11-29Fix some spelling errorsMartin Mathieson1-3/+3
2021-11-07ieee802.11: Start adding support for 802.11be.Richard Sharpe1-201/+462
2021-10-23ieee80211: Fix warnings found by Clang AnalyzerAlexis La Goutte1-4/+0
2021-10-20ieee80211: Fix warnings found by Clang AnalyzerAlexis La Goutte1-6/+0
2021-10-19MeshConnex (MCX): MCX packet decode logicSangeetha Jain1-0/+159
2021-10-11Fix some spelling errorsMartin Mathieson1-1/+1
2021-10-07Fix some field mask widths.Martin Mathieson1-7/+7
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-09-30ieee80211: Add dissector for Ruckus vendor specific IEAdrian Granados1-0/+50
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-4/+4
2021-09-11Fix spelling errors.Guy Harris1-2/+2
2021-09-03Vector BLF: WLAN frame supportedTomas Kukosa1-2/+9
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-08-12ieee80211: Add dissector for the Non-Inheritance IE ExtensionAdrian Granados1-0/+72
2021-07-30Fix some copy-paste filter names.Martin Mathieson1-3/+3
2021-07-29More fussing with masks.Martin Mathieson1-6/+6
2021-07-23ieee80211: Fix the handling of Ranging NDP Announcements.Richard Sharpe1-14/+18
2021-07-13ieee80211: Correctly handle trigger frames when there is no padding.Richard Sharpe1-3/+5
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson1-1/+1
2021-06-17Rename he_fragmentation_support to he_dynamic_fragmentation_supportAdrian Granados1-8/+8
2021-06-17Remove amendment labels from HE Capabilities and HE Operation IEs namesAdrian Granados1-2/+2
2021-06-17ieee80211: Update HE Capabilities and Operation IEsAdrian Granados1-93/+127