aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-07 20:34:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-07 20:34:08 +0000
commitcaa164ca535f7e55b4a0b5d843c60803b5fefed0 (patch)
treea537d4342ed0c265a415292c1dfa69812c33a1c2 /asn1/gsmmap
parentc7d6d645c699cf0d73d0fc4f171356160f05d652 (diff)
As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t to static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20062 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/gsmmap')
-rw-r--r--asn1/gsmmap/gsm_map-exp.cnf2
-rw-r--r--asn1/gsmmap/packet-gsm_map-template.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/gsmmap/gsm_map-exp.cnf b/asn1/gsmmap/gsm_map-exp.cnf
index c0a61e1d29..4b60d2b3cc 100644
--- a/asn1/gsmmap/gsm_map-exp.cnf
+++ b/asn1/gsmmap/gsm_map-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\gsm_map-exp.cnf
+# ./gsm_map-exp.cnf
# ../../tools/asn2wrs.py -b -e -p gsm_map -c gsmmap.cnf -s packet-gsm_map-template GSMMAP.asn
#.MODULE
diff --git a/asn1/gsmmap/packet-gsm_map-template.c b/asn1/gsmmap/packet-gsm_map-template.c
index 0f89e7fdf7..68f6417be3 100644
--- a/asn1/gsmmap/packet-gsm_map-template.c
+++ b/asn1/gsmmap/packet-gsm_map-template.c
@@ -156,15 +156,15 @@ static gint ett_gsm_map_RadioResourceInformation =-1;
#include "packet-gsm_map-ett.c"
static dissector_table_t sms_dissector_table; /* SMS TPDU */
-static dissector_handle_t data_handle;
-static dissector_handle_t ranap_handle;
+static dissector_handle_t data_handle;
+static dissector_handle_t ranap_handle;
+static dissector_handle_t map_handle;
/* Preferenc settings default */
gboolean old_gsm_map_version = FALSE;
#define MAX_SSN 254
static range_t *global_ssn_range;
static range_t *ssn_range;
-dissector_handle_t map_handle;
/* Global variables */
static guint32 opcode=0;