ieee80211: Use FT_STRING for HS 2.0 OSU NAI

Fix 18610
This commit is contained in:
Alexis La Goutte 2022-11-07 23:09:07 +01:00 committed by Uli Heilmeier
parent 085cbd27e1
commit 7f2006e744
1 changed files with 2 additions and 2 deletions

View File

@ -10086,7 +10086,7 @@ dissect_hs20_osu_provider(proto_tree *tree, tvbuff_t *tvb,
if (osu_nai_len > 0) {
proto_tree_add_item(prov_tree, hf_ieee80211_hs20_osu_nai, tvb, offset,
osu_nai_len, ENC_NA);
osu_nai_len, ENC_ASCII);
offset += osu_nai_len;
}
@ -41495,7 +41495,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_hs20_osu_nai,
{"OSU_NAI", "wlan.hs20.osu_nai",
FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }},
{&hf_ieee80211_hs20_osu_service_desc_len,
{"OSU Service Description Length", "wlan.hs20.osu_service_desc_len",