aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-04-04 15:00:27 +0000
committerMichael Mann <mmann78@netscape.net>2013-04-04 15:00:27 +0000
commitf39b47420b4051fb2726c85f0ca9264368b183ac (patch)
treeef58c13ac32463e6539689f18d99890ba5041d7b /epan
parent719dca47976f385a32af934d723161b820c1480a (diff)
Fix checkAPI.pl complaints
svn path=/trunk/; revision=48730
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-enip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-enip.c b/epan/dissectors/packet-enip.c
index 9e5dadc32b..b7cf5adda8 100644
--- a/epan/dissectors/packet-enip.c
+++ b/epan/dissectors/packet-enip.c
@@ -3439,19 +3439,19 @@ proto_register_enip(void)
{ &hf_dlr_advgatewayprecedence,
{ "Gateway Precedence", "enip.dlr.advgatewayprecedence",
FT_UINT8, BASE_DEC, NULL, 0,
- "Gateway Precedence", HFILL }
+ NULL, HFILL }
},
/* Advertise Interval */
{ &hf_dlr_advadvertiseinterval,
{ "Advertise Interval", "enip.dlr.advadvertiseinterval",
FT_UINT32, BASE_DEC, NULL, 0,
- "Advertise Interval", HFILL }
+ NULL, HFILL }
},
/* Advertise Timeout */
{ &hf_dlr_advadvertisetimeout,
{ "Advertise Interval", "enip.dlr.advadvertisetimeout",
FT_UINT32, BASE_DEC, NULL, 0,
- "Advertise Interval", HFILL }
+ NULL, HFILL }
},
/* Learning Update Enable */
{ &hf_dlr_advlearningupdateenable,