aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nat-pmp.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-nat-pmp.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-nat-pmp.c')
-rw-r--r--epan/dissectors/packet-nat-pmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nat-pmp.c b/epan/dissectors/packet-nat-pmp.c
index 2ccbaefcc0..5467928207 100644
--- a/epan/dissectors/packet-nat-pmp.c
+++ b/epan/dissectors/packet-nat-pmp.c
@@ -706,7 +706,7 @@ void proto_register_nat_pmp(void)
{ "Option", "portcontrol.option", FT_NONE, BASE_NONE,
NULL, 0x0, NULL, HFILL } },
{ &hf_option_code,
- { "Option", "portcontrol.option", FT_UINT8, BASE_DEC,
+ { "Option", "portcontrol.option.code", FT_UINT8, BASE_DEC,
VALS(pcp_option_vals), 0x0, NULL, HFILL } },
{ &hf_option_reserved,
{ "Reserved", "portcontrol.option.reserved", FT_UINT8, BASE_DEC,