aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-30 01:09:17 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-30 01:09:17 +0000
commit162857e4be3791475697274775d665004df30bad (patch)
tree04da1534f5debd12dcc523b6db11eda8a4dcb17d /epan/dissectors
parent3aeb440465ab2433e6469590a2901a55ebdeda5e (diff)
Fixed checkAPIs.pl warning, which I forgot to run earlier. Ugh.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34705 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asf.c b/epan/dissectors/packet-asf.c
index 94faad9bf0..0883bf561a 100644
--- a/epan/dissectors/packet-asf.c
+++ b/epan/dissectors/packet-asf.c
@@ -296,7 +296,7 @@ proto_register_asf(void)
{ &hf_asf_iana, {
"IANA Enterprise Number", "asf.iana",
FT_UINT32, BASE_DEC|BASE_EXT_STRING, &sminmpec_values_ext, 0,
- "IANA Enterprise Number", HFILL }},
+ NULL, HFILL }},
{ &hf_asf_type, {
"Message Type", "asf.type",
FT_UINT8, BASE_HEX, VALS(asf_type_vals), 0,