aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-12-20 21:21:35 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2022-12-20 21:21:35 +0000
commit7f5668e8ec504d3271bce6fd8ebfaa01be5fdcb4 (patch)
treeec83a957590c407dbc88d5568f5f475a08120cdb /epan/dissectors/packet-ieee80211.c
parent5ccde702c1f57acfc13cbb1387428cc854f97662 (diff)
WLAN: fix a couple of warnings from check_typed_item_calls.py
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 4d944b7cde..f164a6c11f 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -45868,7 +45868,7 @@ proto_register_ieee80211(void)
NULL, HFILL }},
{&hf_ieee80211_tag_measure_request_civic_location_type,
- {"Civic Location Type", "wlan.measure.req.location_subject",
+ {"Civic Location Type", "wlan.measure.req.location_type",
FT_UINT8, BASE_DEC, VALS(ieee80211_tag_measure_request_civic_location_type), 0,
NULL, HFILL }},
@@ -51662,7 +51662,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_s1g_sector_id_snr,
{"SNR", "wlan.s1g.sector_id_index.snr",
FT_UINT16, BASE_CUSTOM, CF_FUNC(s1g_sector_id_index_snr_custom),
- 0x00F1, NULL, HFILL }},
+ 0x00F8, NULL, HFILL }},
{&hf_ieee80211_s1g_sector_id_receive_sector_bitmap,
{"Receive Sector Bitmap", "wlan.s1g.sector_id_index.receive_sector_bitmap",