aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isns.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-12-07 20:34:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-12-07 20:34:08 +0000
commitd61e373bb49307253210cb19f7996ef1cce1e815 (patch)
treea537d4342ed0c265a415292c1dfa69812c33a1c2 /epan/dissectors/packet-isns.c
parentc980cede98fada00249cc6d7218ef519302926f4 (diff)
As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t to static.
svn path=/trunk/; revision=20062
Diffstat (limited to 'epan/dissectors/packet-isns.c')
-rw-r--r--epan/dissectors/packet-isns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-isns.c b/epan/dissectors/packet-isns.c
index 632979a5d0..46ec72a9d7 100644
--- a/epan/dissectors/packet-isns.c
+++ b/epan/dissectors/packet-isns.c
@@ -65,8 +65,8 @@
#define ISNS_SCN_PORT 2
-dissector_handle_t isns_tcp_handle;
-dissector_handle_t isns_udp_handle;
+static dissector_handle_t isns_tcp_handle;
+static dissector_handle_t isns_udp_handle;
static gint ett_isns_flags = -1;
static gint ett_isns_payload = -1;