aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vlan.h
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.h
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.h')
-rw-r--r--packet-vlan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-vlan.h b/packet-vlan.h
index 9c4785fa44..b7321e6a15 100644
--- a/packet-vlan.h
+++ b/packet-vlan.h
@@ -1,6 +1,6 @@
/* packet-vlan.h
*
- * $Id: packet-vlan.h,v 1.1 2000/02/15 21:03:26 gram Exp $
+ * $Id: packet-vlan.h,v 1.2 2000/04/16 22:59:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,3 @@
*/
void capture_vlan(const u_char *, int, packet_counts *);
-void dissect_vlan(const u_char *, int, frame_data *, proto_tree *);