From d61e373bb49307253210cb19f7996ef1cce1e815 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 7 Dec 2006 20:34:08 +0000 Subject: =?UTF-8?q?As=20ponted=20out=20by=20Stig=20Bj=C3=B8rlykke=20change?= =?UTF-8?q?=20a=20whole=20bunch=20of=20dissector=5Fhandle=5Ft=20to=20stati?= =?UTF-8?q?c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=20062 --- epan/dissectors/packet-isup_thin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-isup_thin.c') 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); -- cgit v1.2.3