aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup_thin.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-isup_thin.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-isup_thin.c')
-rw-r--r--epan/dissectors/packet-isup_thin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-isup_thin.c b/epan/dissectors/packet-isup_thin.c
index 7e81fc1d42..02a570b38f 100644
--- a/epan/dissectors/packet-isup_thin.c
+++ b/epan/dissectors/packet-isup_thin.c
@@ -91,8 +91,8 @@ static const value_string isup_thin_mtp_message_name_code_vals[] = {
{ 0, NULL }
};
-dissector_handle_t isup_thin_handle;
-dissector_handle_t isup_handle;
+static dissector_handle_t isup_thin_handle;
+static dissector_handle_t isup_handle;
static int dissect_isup_thin(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);