aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-22 05:45:00 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-22 05:45:00 +0000
commit776dceaa204092d02070bf418d9fd967d28439f3 (patch)
tree967c3de6fcc55f7f74790594fee675ad72aa1c99 /asn1
parent6056ef61ca9b7fe306f0f88a2cdccbae9eea478e (diff)
More header_field_info cleanup.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28800 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi-tcap/packet-ansi_tcap-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ansi-tcap/packet-ansi_tcap-template.c b/asn1/ansi-tcap/packet-ansi_tcap-template.c
index f7ae0b39cf..6b10749375 100644
--- a/asn1/ansi-tcap/packet-ansi_tcap-template.c
+++ b/asn1/ansi-tcap/packet-ansi_tcap-template.c
@@ -405,7 +405,7 @@ proto_register_ansi_tcap(void)
{ "Session Id",
"ansi_tcap.srt.session_id",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "", HFILL }
+ NULL, HFILL }
},
{ &hf_ansi_tcapsrt_BeginSession,
{ "Begin Session",
@@ -429,7 +429,7 @@ proto_register_ansi_tcap(void)
{ "Request Duplicate",
"ansi_tcap.srt.duplicate",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "", HFILL }
+ NULL, HFILL }
},
#include "packet-ansi_tcap-hfarr.c"
};