From bf94988818747c2ba5968b5789f4bf64a8fc373c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 3 Jan 2001 08:26:40 +0000 Subject: Make the Zebra dissector, and a routine it uses, static, as they're not called directly from outside "packet-zebra.c". svn path=/trunk/; revision=2814 --- packet-zebra.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-zebra.c') diff --git a/packet-zebra.c b/packet-zebra.c index 9d887746a1..78df51ebc2 100644 --- a/packet-zebra.c +++ b/packet-zebra.c @@ -3,7 +3,7 @@ * * Jochen Friedrich * - * $Id: packet-zebra.c,v 1.6 2001/01/03 06:55:34 guy Exp $ + * $Id: packet-zebra.c,v 1.7 2001/01/03 08:26:40 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -191,7 +191,7 @@ static const value_string safis[] = { #define PSIZE(a) (((a) + 7) / (8)) -void +static void dissect_zebra_request(proto_tree *tree, gboolean request, tvbuff_t *tvb, int offset, guint16 len, guint8 command) { @@ -468,7 +468,7 @@ dissect_zebra_request(proto_tree *tree, gboolean request, tvbuff_t *tvb, } } -void +static void dissect_zebra(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { proto_item *ti; -- cgit v1.2.3