Get rid of unused global variables.

svn path=/trunk/; revision=16601
This commit is contained in:
Guy Harris 2005-11-26 03:09:40 +00:00
parent b95c767299
commit 3784eec708
3 changed files with 7 additions and 17 deletions

View File

@ -67,11 +67,6 @@ static gint ett_dtid = -1;
static range_t *global_ssn_range;
static range_t *ssn_range;
static packet_info *g_pinfo = NULL;
static proto_tree *g_tcap_tree = NULL;
static gboolean g_tcap_ends_def_len = FALSE;
dissector_handle_t tcap_handle;
static dissector_table_t ber_oid_dissector_table=NULL;
static const char * cur_oid;

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* .\packet-tcap.c */
/* ./packet-tcap.c */
/* ../../tools/asn2eth.py -X -b -e -p tcap -c tcap.cnf -s packet-tcap-template tcap.asn */
/* Input file: packet-tcap-template.c */
@ -257,11 +257,6 @@ static gint ett_tcap_ErrorCode = -1;
static range_t *global_ssn_range;
static range_t *ssn_range;
static packet_info *g_pinfo = NULL;
static proto_tree *g_tcap_tree = NULL;
static gboolean g_tcap_ends_def_len = FALSE;
dissector_handle_t tcap_handle;
static dissector_table_t ber_oid_dissector_table=NULL;
static const char * cur_oid;
@ -2488,11 +2483,11 @@ proto_register_tcap(void)
"Component/returnResultNotLast", HFILL }},
{ &hf_tcap_invokeID,
{ "invokeID", "tcap.invokeID",
FT_UINT32, BASE_DEC, NULL, 0,
FT_INT32, BASE_DEC, NULL, 0,
"", HFILL }},
{ &hf_tcap_linkedID,
{ "linkedID", "tcap.linkedID",
FT_UINT32, BASE_DEC, NULL, 0,
FT_INT32, BASE_DEC, NULL, 0,
"Invoke/linkedID", HFILL }},
{ &hf_tcap_opCode,
{ "opCode", "tcap.opCode",
@ -2516,7 +2511,7 @@ proto_register_tcap(void)
"Reject/invokeIDRej", HFILL }},
{ &hf_tcap_derivable,
{ "derivable", "tcap.derivable",
FT_UINT32, BASE_DEC, NULL, 0,
FT_INT32, BASE_DEC, NULL, 0,
"Reject/invokeIDRej/derivable", HFILL }},
{ &hf_tcap_not_derivable,
{ "not-derivable", "tcap.not_derivable",
@ -2768,7 +2763,7 @@ proto_register_tcap(void)
"RejectPDU/parameterrj", HFILL }},
{ &hf_tcap_national,
{ "national", "tcap.national",
FT_UINT32, BASE_DEC, NULL, 0,
FT_INT32, BASE_DEC, NULL, 0,
"OperationCode/national", HFILL }},
{ &hf_tcap_private,
{ "private", "tcap.private",
@ -2776,7 +2771,7 @@ proto_register_tcap(void)
"OperationCode/private", HFILL }},
{ &hf_tcap_nationaler,
{ "nationaler", "tcap.nationaler",
FT_UINT32, BASE_DEC, NULL, 0,
FT_INT32, BASE_DEC, NULL, 0,
"ErrorCode/nationaler", HFILL }},
{ &hf_tcap_privateer,
{ "privateer", "tcap.privateer",

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* .\packet-tcap.h */
/* ./packet-tcap.h */
/* ../../tools/asn2eth.py -X -b -e -p tcap -c tcap.cnf -s packet-tcap-template tcap.asn */
/* Input file: packet-tcap-template.h */