From 83a275737e3a5c00e3b81ef2f6e91d89bb559368 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 16 Apr 2000 22:59:37 +0000 Subject: Make various dissectors static if they can be, and get rid of any header files that no longer contain any information as a result of that change. svn path=/trunk/; revision=1871 --- packet-vlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-vlan.c') diff --git a/packet-vlan.c b/packet-vlan.c index 6096ff40e6..874873ce1d 100644 --- a/packet-vlan.c +++ b/packet-vlan.c @@ -1,7 +1,7 @@ /* packet-vlan.c * Routines for VLAN 802.1Q ethernet header disassembly * - * $Id: packet-vlan.c,v 1.9 2000/04/13 18:18:52 gram Exp $ + * $Id: packet-vlan.c,v 1.10 2000/04/16 22:59:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -68,7 +68,7 @@ capture_vlan(const u_char *pd, int offset, packet_counts *ld ) { } } -void +static void dissect_vlan(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) { proto_tree *ti, *vlan_tree = NULL; guint16 tci,encap_proto; -- cgit v1.2.3