summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-11 14:32:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-11 14:32:36 +0000
commite0fbe7624b9786ef40234b71138f0f9959582fa0 (patch)
treedabf2106ef8269a7bc17cccd0620e3a5005451f0
parent4f2332256cc9ef05e4865346e9114e5146707cc8 (diff)
downloadwireshark-e0fbe7624b9786ef40234b71138f0f9959582fa0.tar.gz
Make ett_nt_unicode_string static.
svn path=/trunk/; revision=30507
-rw-r--r--epan/dissectors/packet-dcerpc-nt.c2
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.c b/epan/dissectors/packet-dcerpc-nt.c
index ec28b45316..07f91bc4ab 100644
--- a/epan/dissectors/packet-dcerpc-nt.c
+++ b/epan/dissectors/packet-dcerpc-nt.c
@@ -46,7 +46,7 @@ static int hf_lsa_String_name_len = -1;
static int hf_lsa_String_name_size = -1;
-gint ett_nt_unicode_string = -1; /* FIXME: make static */
+static gint ett_nt_unicode_string = -1;
static gint ett_lsa_String = -1;
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 988e8d8300..b9551b85ed 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -27,11 +27,6 @@
#define __PACKET_DCERPC_NT_H
/*
- * ett_ value for Unicode strings.
- */
-extern gint ett_nt_unicode_string;
-
-/*
* Platform ID values, used by several dissectors.
*/
extern const value_string platform_id_vals[];