aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wifi-p2p.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wifi-p2p.c')
-rw-r--r--epan/dissectors/packet-wifi-p2p.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wifi-p2p.c b/epan/dissectors/packet-wifi-p2p.c
index 561c4eb564..7fd7e11573 100644
--- a/epan/dissectors/packet-wifi-p2p.c
+++ b/epan/dissectors/packet-wifi-p2p.c
@@ -1238,7 +1238,7 @@ proto_register_p2p(void)
{ "Device Name attribute type", "wifi_p2p.dev_info.dev_name_type",
FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }},
{ &hf_p2p_attr_dev_info_dev_name_len,
- { "Device Name attribute length", "wifi_p2p.dev_info.dev_name",
+ { "Device Name attribute length", "wifi_p2p.dev_info.dev_name_len",
FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_p2p_attr_dev_info_dev_name,
{ "Device Name", "wifi_p2p.dev_info.dev_name",
@@ -1399,7 +1399,7 @@ proto_register_p2p(void)
{ "Device Name attribute type", "wifi_p2p.group_info.dev_name_type",
FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }},
{ &hf_p2p_attr_gi_dev_name_len,
- { "Device Name attribute length", "wifi_p2p.group_info.dev_name",
+ { "Device Name attribute length", "wifi_p2p.group_info.dev_name_len",
FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_p2p_attr_gi_dev_name,
{ "Device Name", "wifi_p2p.group_info.dev_name",