ieee80211: fix filter "wlan.fixed.publicact" appears consecutively

/packet-ieee80211.c: - filter "wlan.fixed.publicact" appears consecutively - labels are "Public Action"" and "Protected Public Action""
This commit is contained in:
Alexis La Goutte 2022-10-31 13:56:07 +00:00 committed by AndersBroman
parent 2e98ceb0d1
commit e0c4172681
1 changed files with 2 additions and 1 deletions

View File

@ -40033,13 +40033,14 @@ proto_register_ieee80211(void)
{"Compressed Beamforming Feedback Matrices", "wlan.mimo.csimatrices.cbf",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{&hf_ieee80211_ff_public_action,
{"Public Action", "wlan.fixed.publicact",
FT_UINT8, BASE_HEX|BASE_EXT_STRING, &ff_pa_action_codes_ext, 0,
"Public Action Code", HFILL }},
{&hf_ieee80211_ff_protected_public_action,
{"Protected Public Action", "wlan.fixed.publicact",
{"Protected Public Action", "wlan.fixed.protectedpublicact",
FT_UINT8, BASE_HEX|BASE_EXT_STRING, &ff_ppa_action_codes_ext, 0,
"Protected Public Action Code", HFILL }},