summaryrefslogtreecommitdiff
path: root/asn1/camel
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-30 22:31:04 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-30 22:31:04 +0000
commit1c9b36ad4673501b0fd22ae867f80d60fcdb9005 (patch)
tree3e9665c94712ef82444da05d1b45394abf0b190d /asn1/camel
parentbb4b783a3a6663b2b946fd59188a4db1f069fedc (diff)
downloadwireshark-1c9b36ad4673501b0fd22ae867f80d60fcdb9005.tar.gz
gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.
svn path=/trunk/; revision=54502
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index ad7e9eacd6..5e4023d257 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -124,10 +124,11 @@ static int dissect_camel_CAMEL_AChBillingChargingCharacteristics(gboolean implic
static int dissect_camel_CAMEL_AChBillingChargingCharacteristicsV2(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
static int dissect_camel_CAMEL_CallResult(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+/* XXX - can we get rid of these and always do the SRT work? */
static gboolean gcamel_HandleSRT=FALSE;
static gboolean gcamel_PersistentSRT=FALSE;
static gboolean gcamel_DisplaySRT=FALSE;
-static gboolean gcamel_StatSRT=FALSE;
+gboolean gcamel_StatSRT=FALSE;
/* Initialize the subtree pointers */
static gint ett_camel = -1;