aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pflog.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-21 18:45:56 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-21 18:45:56 +0000
commitad07b016d4a222dfd091327ad719d9f38ae53ec3 (patch)
tree8601da6e42eca73e3a8d1243bbd7f8a7ef83e2d7 /epan/dissectors/packet-pflog.c
parent2deadf8d380c64d610a7288da2f9d824058c62a9 (diff)
From Kovarththanan Rajaratnam via bug 3548:
More header_field_info cleanup. From me: Don't fix the empty name for hf_nisplus_dummy. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28792 f5534014-38df-0310-8fa8-9805f1628bb7
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 }},