aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08ieee80211: Add a field for WLAN FlagsStig Bjørlykke1-0/+9
2023-03-06Add Wi-SUN IEEE 802.11 KDE dissectorMathis Marion1-1/+169
2023-03-06Support Wi-SUN EAPOL Key Data dissectionMathis Marion1-1/+8
2023-03-06ieee80211: Save AKM_KEY for tag number 221Stig Bjørlykke1-0/+1
2023-02-20ieee80211: Fix Short SSID encodingsJosh Schmelzle1-2/+2
2023-01-31More fussing with items and calls.Martin Mathieson1-24/+24
2022-12-20WLAN: fix a couple of warnings from check_typed_item_calls.pyMartin Mathieson1-2/+2
2022-12-19WLAN: fix a conflicting entry for value_stringMartin Mathieson1-1/+1
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-11/+11
2022-12-14ieee80211: fix typo for encodingAlexis La Goutte1-4/+4
2022-12-14ieee80211: fix trailing whitespaceAlexis La Goutte1-1/+1
2022-12-14ieee80211: Add Location Civic (Measurement Report)Alexis La Goutte1-1/+123
2022-12-14ieee80211: Add Location Civic (Measurement Request)Alexis La Goutte1-1/+37
2022-12-14ieee80211: Add Usage Rules/Policy SubelementAlexis La Goutte1-0/+62
2022-12-14ieee80211: Add Measurement Request LCI Report dissectionAlexis La Goutte1-1/+152
2022-12-14ieee80211: Update Measurement Request/Report value_stringAlexis La Goutte1-12/+30
2022-12-14ieee80211: Add Measurement Request LCI Request dissectionAlexis La Goutte1-1/+19
2022-12-09ieee80211: Fix SAE Confirm dissectingChien Wong1-2/+1
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-1/+1
2022-11-25802.11: Remove artificial string truncationJoão Valverde1-2/+2
2022-11-23ieee80211: Fix an CLang warning about dead code in my recent MR.Richard Sharpe1-5/+0
2022-11-21Zieee80211: Provide compressed feedback matrices for VHT as well as HE.Richard Sharpe1-93/+38
2022-11-21ieee80211: Beamforming fixesRichard Sharpe1-12/+0
2022-11-10IEEE 802.11: random addresses in conversations and endpointsChuck Craft1-5/+19
2022-11-09ieee80211: Use FT_STRING for HS 2.0 OSU NAIAlexis La Goutte1-2/+2
2022-11-02Fix some spelling errorsMartin Mathieson1-1/+1
2022-11-02ieee80211: add a dissector for the protected EHT EML OP MODE notifEmmanuel Grumbach1-0/+125
2022-10-31ieee80211: remove duplicate entryAlexis La Goutte1-3/+0
2022-10-31ieee80211: fix item type is FT_UINTY but call has len XAlexis La Goutte1-5/+5
2022-10-31ieee80211: fix mask has odd number of digitsAlexis La Goutte1-2/+2
2022-10-31ieee80211: fix filter "wlan.fixed.publicact" appears consecutivelyAlexis La Goutte1-1/+2
2022-10-25IEEE 802.11: Fix a length check.Gerald Combs1-2/+1
2022-10-24IEEE 802.11: Fix DSCP string handlingGerald Combs1-6/+6
2022-10-24IEEE 802.11: Fix SCIDX string handlingGerald Combs1-12/+9
2022-10-21ieee802.11: Update doc link and revisionAlexis La Goutte1-2/+3
2022-10-20ieee80211: Use greek leters in Beamforming matrices.Richard Sharpe1-2/+2
2022-10-18ieee80211: Improve the handling of Beamforming matrices.Richard Sharpe1-8/+14
2022-10-14ieee80211: Correct the number of bits for phi & psi in beamforming matricesRichard Sharpe1-6/+6
2022-10-11ieee80211: Use gint(8) for Beamforming Report AVG SNRAlexis La Goutte1-3/+3
2022-09-30ieee80211: Fix EAPOL dissector for Wi-SUNJérôme Pouiller1-2/+15
2022-09-30IEEE 802.11: Add Operating Class Indication Lookupmsweant1-3/+3
2022-09-29ieee80211: Fix Ruckus, Mist, and Aerohite vendor-specific dissectorsAdrian Granados1-11/+4
2022-09-29ieee80211: Add dissector for Alcatel-Lucent vendor specific IEAdrian Granados1-0/+48
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-11/+11
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-20ieee80211: Improve A-MSDU dissectingChien Wong1-4/+27
2022-08-20ieee80211: Add Transition Disable KDE dissectingChien Wong1-0/+71