aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp.c
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 /epan/dissectors/packet-ncp.c
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 'epan/dissectors/packet-ncp.c')
-rw-r--r--epan/dissectors/packet-ncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ncp.c b/epan/dissectors/packet-ncp.c
index 2c860dbb39..397ae30b25 100644
--- a/epan/dissectors/packet-ncp.c
+++ b/epan/dissectors/packet-ncp.c
@@ -109,7 +109,7 @@ struct ncp_common_header *ncp_hdr;
/* Tables for reassembly of fragments. */
GHashTable *nds_fragment_table = NULL;
GHashTable *nds_reassembled_table = NULL;
-dissector_handle_t nds_data_handle;
+static dissector_handle_t nds_data_handle;
/* desegmentation of NCP over TCP */
static gboolean ncp_desegment = TRUE;