aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsync.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-rsync.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-rsync.c')
-rw-r--r--epan/dissectors/packet-rsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsync.c b/epan/dissectors/packet-rsync.c
index a9460f7dcd..41c49b91d0 100644
--- a/epan/dissectors/packet-rsync.c
+++ b/epan/dissectors/packet-rsync.c
@@ -77,7 +77,7 @@ static int hf_rsync_data = -1;
static gint ett_rsync = -1;
-dissector_handle_t rsync_handle;
+static dissector_handle_t rsync_handle;
#define TCP_PORT_RSYNC 873