aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-21 20:16:01 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-21 20:16:01 +0000
commit987c7dc2a3efd14fc7e564aeffa24980ab2aeba2 (patch)
tree69b67bb42bc27af52a358934494429ba9377e4c5 /packet-eth.h
parent23e7ce209ac1e84e58529de43263f671b0cd753e (diff)
Always call the Ethernet and Token Ring dissectors through a dissector
handle, and make them static. svn path=/trunk/; revision=2925
Diffstat (limited to 'packet-eth.h')
-rw-r--r--packet-eth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-eth.h b/packet-eth.h
index f6a1230046..b3c1569aad 100644
--- a/packet-eth.h
+++ b/packet-eth.h
@@ -1,6 +1,6 @@
/* packet-eth.h
*
- * $Id: packet-eth.h,v 1.3 2000/08/11 13:34:13 deniel Exp $
+ * $Id: packet-eth.h,v 1.4 2001/01/21 20:16:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,7 +26,6 @@
#define __PACKET_ETH_H__
void capture_eth(const u_char *, int, packet_counts *);
-void dissect_eth(tvbuff_t *, packet_info *, proto_tree *);
#endif