EHT PhyType support for wlan_radio dissector

11be frames are getting classified as Unknown PhyType.
Adding support for correctly classifying 11be frames.
Closes#19706.
This commit is contained in:
Kripa Varma 2024-04-03 00:05:58 -07:00
parent 755fc1dbd3
commit 74827d33dd
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ static const value_string phy_vals[] = {
{ PHDR_802_11_PHY_11AD, "802.11ad (DMG)" },
{ PHDR_802_11_PHY_11AH, "802.11ah (S1G)" },
{ PHDR_802_11_PHY_11AX, "802.11ax (HE)" },
{ PHDR_802_11_PHY_11BE, "802.11be (EHT)" },
{ 0, NULL }
};