summaryrefslogtreecommitdiff
path: root/packet-ethertype.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-13 19:38:55 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-13 19:38:55 +0000
commit6a1c248625b669b42b9cedb732f5d39938cd0b74 (patch)
treec76e60b79ab01cf35855d144771501c0eedb2806 /packet-ethertype.c
parentdb187f965c6ca47932a009f3cb011770a687e289 (diff)
downloadwireshark-6a1c248625b669b42b9cedb732f5d39938cd0b74.tar.gz
Re-insert 4 #include lines to get capture_*() function prototypes.
svn path=/trunk/; revision=1849
Diffstat (limited to 'packet-ethertype.c')
-rw-r--r--packet-ethertype.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c
index 6a4fb20a49..5a30edc555 100644
--- a/packet-ethertype.c
+++ b/packet-ethertype.c
@@ -1,7 +1,7 @@
/* ethertype.c
* Routines for calling the right protocol for the ethertype.
*
- * $Id: packet-ethertype.c,v 1.1 2000/04/13 18:18:45 gram Exp $
+ * $Id: packet-ethertype.c,v 1.2 2000/04/13 19:38:55 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
@@ -35,6 +35,10 @@
#include <glib.h>
#include "packet.h"
+#include "packet-ip.h"
+#include "packet-ipx.h"
+#include "packet-vlan.h"
+#include "packet-vines.h"
#include "etypes.h"
static dissector_table_t ethertype_dissector_table;