aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-25 07:56:21 +0200
committerAnders Broman <a.broman58@gmail.com>2017-08-25 10:45:39 +0000
commit1e2c0ed5ea08fa32b2f89ba34c9cf63fe07de281 (patch)
treec2651fee4366bda08280780965a5913a50a008cd /epan
parent4b8fee9da8c19cb64a8ee0c6ab45883f83c764a3 (diff)
802.11: fix display of PMK-KO (R0KH-ID)
Issue reported by Spice Boy Bug: 14004 Change-Id: If49ec807ee54b8991653b7a3584baade59069894 Reviewed-on: https://code.wireshark.org/review/23197 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-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 701014192d..7c6aa2b870 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -11810,7 +11810,7 @@ dissect_fast_bss_transition(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
break;
case 3:
proto_tree_add_item(tree, hf_ieee80211_tag_ft_subelem_r0kh_id,
- tvb, offset, len, ENC_ASCII|ENC_NA);
+ tvb, offset, len, ENC_NA);
break;
case 4:
proto_tree_add_item(tree, hf_ieee80211_tag_ft_subelem_igtk_key_id,
@@ -27359,7 +27359,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_tag_ft_subelem_r0kh_id,
{"PMK-R0 key holder identifier (R0KH-ID)", "wlan.ft.subelem.r0kh_id",
- FT_STRING, BASE_NONE, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{&hf_ieee80211_tag_ft_subelem_igtk_key_id,