aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-15 05:47:17 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-15 05:47:17 +0000
commit21d7c7be30422abff9bed28fce86b4e5650defeb (patch)
tree0b587abe929fa92f9b3cfdfc2369380ff3af9108 /asn1/tcap
parentdcda59e202843ae346c1fbda2f1cd13cd8e02f51 (diff)
Change tcap_private to ansi_tcap_private.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22505 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/tcap')
-rw-r--r--asn1/tcap/packet-ansi_tcap-template.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/asn1/tcap/packet-ansi_tcap-template.c b/asn1/tcap/packet-ansi_tcap-template.c
index 154523d439..c2b75e99af 100644
--- a/asn1/tcap/packet-ansi_tcap-template.c
+++ b/asn1/tcap/packet-ansi_tcap-template.c
@@ -81,7 +81,7 @@ static struct tcaphash_context_t * gp_tcap_context=NULL;
#define MAX_SSN 254
static range_t *global_ssn_range;
static range_t *ssn_range;
-struct tcap_private_t tcap_private;
+struct tcap_private_t ansi_tcap_private;
gboolean g_ansi_tcap_HandleSRT=FALSE;
extern gboolean gtcap_PersistentSRT;
@@ -101,7 +101,7 @@ static dissector_handle_t data_handle;
static dissector_table_t sccp_ssn_table;
-static void raz_tcap_private(struct tcap_private_t * p_tcap_private);
+static void raz_ansi_tcap_private(struct tcap_private_t * p_ansi_tcap_private);
static GHashTable* ansi_sub_dissectors = NULL;
static GHashTable* itu_sub_dissectors = NULL;
@@ -158,9 +158,9 @@ dissect_ansi_tcap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
}
cur_oid = NULL;
tcapext_oid = NULL;
- raz_tcap_private(&tcap_private);
+ raz_ansi_tcap_private(&ansi_tcap_private);
- pinfo->private_data = &tcap_private;
+ pinfo->private_data = &ansi_tcap_private;
gp_tcapsrt_info=tcapsrt_razinfo();
tcap_subdissector_used=FALSE;
gp_tcap_context=NULL;
@@ -173,7 +173,7 @@ dissect_ansi_tcap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
stat_tree = proto_item_add_subtree(stat_item, ett_ansi_tcap_stat);
}
p_tcap_context=tcapsrt_call_matching(tvb, pinfo, stat_tree, gp_tcapsrt_info);
- tcap_private.context=p_tcap_context;
+ ansi_tcap_private.context=p_tcap_context;
/* If the current message is TCAP only,
* save the Application contexte name for the next messages
@@ -194,9 +194,9 @@ dissect_ansi_tcap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
}
}
-static void raz_tcap_private(struct tcap_private_t * p_tcap_private)
+static void raz_ansi_tcap_private(struct tcap_private_t * p_ansi_tcap_private)
{
- memset(p_tcap_private,0,sizeof(struct tcap_private_t) );
+ memset(p_ansi_tcap_private,0,sizeof(struct tcap_private_t) );
}
void