aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.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-cigi.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-cigi.c')
-rw-r--r--epan/dissectors/packet-cigi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index ecfcd0a4ab..725e83ff21 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -129,7 +129,7 @@ static gint cigi3_add_image_generator_message(tvbuff_t*, proto_tree*, gint);
static gfloat tvb_get_fixed_point(tvbuff_t*, int, gint);
/* CIGI Handle */
-dissector_handle_t cigi_handle;
+static dissector_handle_t cigi_handle;
/* Initialize the protocol and registered fields */
static int proto_cigi = -1;