diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-22 05:45:00 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-22 05:45:00 +0000 |
commit | 1a96cef8e9ad97828be3f3a315e8f5ee9583ebc6 (patch) | |
tree | 967c3de6fcc55f7f74790594fee675ad72aa1c99 /asn1 | |
parent | 7614d925c261871bb70cff50bbd07895ed182e1d (diff) | |
download | wireshark-1a96cef8e9ad97828be3f3a315e8f5ee9583ebc6.tar.gz wireshark-1a96cef8e9ad97828be3f3a315e8f5ee9583ebc6.tar.bz2 wireshark-1a96cef8e9ad97828be3f3a315e8f5ee9583ebc6.zip |
More header_field_info cleanup.
svn path=/trunk/; revision=28800
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/ansi-tcap/packet-ansi_tcap-template.c | 4 |
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" }; |