aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 21:06:56 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 21:06:56 +0000
commitacb940488bd322ef83ae503cbe56864ac479c898 (patch)
tree73b2c73268beb0b5b3934cf3a0fce580a5675454
parent1ed0657e502dd2cc24bc5669a90963f49d8db6cd (diff)
Make a few variables static
svn path=/trunk/; revision=30451
-rw-r--r--asn1/gsmmap/packet-gsmmap-template.c4
-rw-r--r--epan/dissectors/packet-gsm_map.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/gsmmap/packet-gsmmap-template.c b/asn1/gsmmap/packet-gsmmap-template.c
index b6ca46a9c3..e87cef8146 100644
--- a/asn1/gsmmap/packet-gsmmap-template.c
+++ b/asn1/gsmmap/packet-gsmmap-template.c
@@ -185,8 +185,8 @@ static guint32 errorCode;
static proto_tree *top_tree;
static int application_context_version;
static guint ProtocolId;
-guint AccessNetworkProtocolId;
-const char *obj_id = NULL;
+static guint AccessNetworkProtocolId;
+static const char *obj_id = NULL;
static int gsm_map_tap = -1;
#define SMS_ENCODING_NOT_SET 0
diff --git a/epan/dissectors/packet-gsm_map.c b/epan/dissectors/packet-gsm_map.c
index 99712d8e90..3b486f5a57 100644
--- a/epan/dissectors/packet-gsm_map.c
+++ b/epan/dissectors/packet-gsm_map.c
@@ -2049,8 +2049,8 @@ static guint32 errorCode;
static proto_tree *top_tree;
static int application_context_version;
static guint ProtocolId;
-guint AccessNetworkProtocolId;
-const char *obj_id = NULL;
+static guint AccessNetworkProtocolId;
+static const char *obj_id = NULL;
static int gsm_map_tap = -1;
#define SMS_ENCODING_NOT_SET 0