aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pflog.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-21 18:45:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-21 18:45:56 +0000
commit85c8e31574f8f4a8272416a56f696ec8a28fe665 (patch)
tree8601da6e42eca73e3a8d1243bbd7f8a7ef83e2d7 /epan/dissectors/packet-pflog.c
parent983175d9cfe9a537ef3e2133c23ad13e36632faa (diff)
From Kovarththanan Rajaratnam via bug 3548:
More header_field_info cleanup. From me: Don't fix the empty name for hf_nisplus_dummy. svn path=/trunk/; revision=28792
Diffstat (limited to 'epan/dissectors/packet-pflog.c')
-rw-r--r--epan/dissectors/packet-pflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pflog.c b/epan/dissectors/packet-pflog.c
index edcb00a17b..f58a6587c4 100644
--- a/epan/dissectors/packet-pflog.c
+++ b/epan/dissectors/packet-pflog.c
@@ -239,7 +239,7 @@ proto_register_pflog(void)
"Reason for logging the packet", HFILL }},
{ &hf_pflog_ifname,
{ "Interface", "pflog.ifname", FT_STRING, BASE_NONE, NULL, 0x0,
- "Interface", HFILL }},
+ NULL, HFILL }},
{ &hf_pflog_ruleset,
{ "Ruleset", "pflog.ruleset", FT_STRING, BASE_NONE, NULL, 0x0,
"Ruleset name in anchor", HFILL }},