aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 55dd02969a..82bc8bd273 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -31771,17 +31771,17 @@ proto_register_ieee80211(void)
{&hf_ieee80211_tag_extended_capabilities_b77,
{"TWT Requester Support", "wlan.extcap.b77",
- FT_BOOLEAN, 16, NULL, 0x20,
+ FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{&hf_ieee80211_tag_extended_capabilities_b78,
{"TWT Responder Support", "wlan.extcap.b78",
- FT_BOOLEAN, 16, NULL, 0x40,
+ FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{&hf_ieee80211_tag_extended_capabilities_b79,
{"OBSS Narrow Bandwidth RU in UL OFDMA Tolerance Support", "wlan.extcap.b79",
- FT_BOOLEAN, 16, NULL, 0x80,
+ FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},