diff --git a/epan/dissectors/packet-ieee80211-radio.c b/epan/dissectors/packet-ieee80211-radio.c index 5daefaf85c..53f928928e 100644 --- a/epan/dissectors/packet-ieee80211-radio.c +++ b/epan/dissectors/packet-ieee80211-radio.c @@ -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 } };