aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wifi-p2p.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 20:41:16 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-27 01:44:00 +0000
commit44693468b255f4005d006b88238c99c0ec315f08 (patch)
treeb05306749ec2b83e801362c1ef3ce6e4ab5a6972 /epan/dissectors/packet-wifi-p2p.c
parentc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (diff)
Fix a number of dup hf[] filter-names probably mostly resulting from cut/paste errs
Change-Id: Id658b9e1803b2f5b92e711a3ce981ff602333d98 Reviewed-on: https://code.wireshark.org/review/5513 Reviewed-by: Bill Meier <wmeier@newsguy.com>
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",