aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-16 22:59:37 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-16 22:59:37 +0000
commit83a275737e3a5c00e3b81ef2f6e91d89bb559368 (patch)
tree33fd7acb0a51beb5066ca67dfc30d1ae6de3f869 /packet-vlan.c
parent9aa7670a4eb9e7aac604180b00ca4fa751d68ea7 (diff)
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
Diffstat (limited to 'packet-vlan.c')
-rw-r--r--packet-vlan.c4
1 files changed, 2 insertions, 2 deletions
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 <gerald@zing.org>
@@ -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;