aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-25 18:38:47 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-25 18:38:47 +0000
commit1642e8dc2adfa444214bb2bc8fc2dcef70c392ef (patch)
treefea6e5590eba1bc54f4acee73f5ada0aa4e792e6 /asn1/nbap
parent7da9ab924cda87470eef26312ca70bf81c1572f6 (diff)
Avoid a conflict in global symbols by declaring some variables static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16310 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/nbap')
-rw-r--r--asn1/nbap/packet-nbap-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/nbap/packet-nbap-template.c b/asn1/nbap/packet-nbap-template.c
index 981c7393eb..4d411b002c 100644
--- a/asn1/nbap/packet-nbap-template.c
+++ b/asn1/nbap/packet-nbap-template.c
@@ -66,10 +66,10 @@ static int ett_nbap_UnsuccessfulOutcomeValue = -1;
#include "packet-nbap-ett.c"
/* Global variables */
-proto_tree *top_tree;
-guint32 ProcedureCode;
-guint32 ProtocolIE_ID;
-guint32 ddMode;
+static proto_tree *top_tree;
+static guint32 ProcedureCode;
+static guint32 ProtocolIE_ID;
+static guint32 ddMode;
#define BYTE_ALIGN_OFFSET(offset) \
if(offset&0x07){ \