aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-11Fix two typo'd words.dariusd01-1/+1
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-1/+1
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-1/+1
2024-01-23ieee80211: Add decode as Wi-Fi for UDP payloadChaitanya Tata1-0/+1
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-3/+3
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-21Fix some spelling errorsMartin Mathieson1-5/+5
2023-12-19ieee80211: Allow RPS IE dissector to parse multiple raw assignmentsLiam Kearney1-61/+83
2023-12-18ieee80211: Fix RPS IE (802.11ah / S1G) dissector for RAW slot definition.Liam Kearney1-3/+8
2023-12-08check_typed_item_calls.py: Improve checks around items in bitmask callsMartin Mathieson1-2/+2
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-28ieee80211: Fix two issuesWFA-achuang1-6/+12
2023-11-22Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-51/+51
2023-11-20Remove init of proto variablesStig Bjørlykke1-4603/+4603
2023-11-14docs: Add wsug chapter on 802.11 Decryption Keys, link UAT helpJohn Thacker1-1/+1
2023-11-13dot11decrypt: Explain why key parsing failedJohn Thacker1-3/+6
2023-11-13dot11decrypt: Don't keep copying and converting strings and bytesJohn Thacker1-45/+25
2023-11-07Fix (or ignore) more consecutive item filtersMartin Mathieson1-1/+1
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-1/+1
2023-11-03WLAN: Fix header field registrations using 0 rather than NULLJaap Keuter1-83/+83
2023-10-23ieee80211: Update the naming of description and display filterWFA-achuang1-8/+8
2023-10-18ieee80211: Add different display filter for each WMM ACWFA-achuang1-41/+207
2023-10-18ieee80211: Add dissection of ETAG FILS Request ParameterAlexis La Goutte1-0/+181
2023-10-06ieee80211: Update the naming of display filter in EHT multi-link fieldsWFA-achuang1-50/+65
2023-09-27proto.c: `proto_tree_add_mac48_detail()` functionDavid Perry1-254/+306
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-09-23IEEE80211: fix dead code ext_request expert (CID 1541037)Jaap Keuter1-0/+1
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+1
2023-09-14ieee80211: Use expert_add_info_format() when adding an expert info to an itemWFA-achuang1-43/+29
2023-09-11ieee80211: Add new fields in ML and TWT element. Also update some elements.WFA-achuang1-81/+287
2023-09-06ieee80211: Fix typos in EHT IE namesAdrian Granados1-4/+4
2023-09-05Fix a couple of value_string issuesMartin Mathieson1-0/+1
2023-09-04ieee80211: Add/update some elements and fix some warningsAlbert Chuang1-162/+431
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-3/+2
2023-08-29ieee80211: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-3/+0
2023-08-28Fix some spelling errorsMartin Mathieson1-1/+1
2023-08-25ieee80211: Update description of two Multi-Link fieldsWFA-achuang1-2/+2
2023-08-25ieee80211: Fix build errorWFA-achuang1-2/+4
2023-08-25ieee80211: Add EHT Action and Protected EHT Action frames dissectorWFA-achuang1-33/+1666
2023-08-17ieee80211: fix mask is all setAlexis La Goutte1-2/+2
2023-08-17ieee80211: fix wrong item type/length and bitmaskAlexis La Goutte1-12/+12
2023-08-16Fix some spelling errorsMartin Mathieson1-10/+10
2023-08-16ieee80211: Add five EXT element dissectorsWFA-achuang1-2/+655
2023-08-15ieee80211: Update 5 EHT element to verson D3.0Albert Chuang1-266/+1315
2023-07-29Fix typo for field wlan.wfa.ie.wpau.cs.ouiVan Ly Vu1-1/+1
2023-07-28ieee802.11be draft2.0:Fix mlo assoc response && EHT NDP AnnouncementIvan Tan1-27/+73
2023-07-22WLAN: Fix some more inconsistent fields[] for add_bitmask() callsMartin Mathieson1-6/+8
2023-06-22Convert epan/crypt to C99 typesGerald Combs1-1/+1
2023-06-15ieee80211: Add OPS, MAX CHAN SW Time and OCI elements. Update TWT element.WFA-achuang1-115/+480