aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-21 20:16:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-21 20:16:01 +0000
commitcc183d66074384bf1ff08cd8d1615545c53a589f (patch)
tree69b67bb42bc27af52a358934494429ba9377e4c5 /packet-tr.h
parent1dc66d7e3fc19f3a71de7c0657962e2e01fb014b (diff)
Always call the Ethernet and Token Ring dissectors through a dissector
handle, and make them static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2925 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-tr.h')
-rw-r--r--packet-tr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-tr.h b/packet-tr.h
index 9cb5283b63..d436d2a856 100644
--- a/packet-tr.h
+++ b/packet-tr.h
@@ -1,6 +1,6 @@
/* packet-tr.h
*
- * $Id: packet-tr.h,v 1.3 2000/08/11 13:33:58 deniel Exp $
+ * $Id: packet-tr.h,v 1.4 2001/01/21 20:16:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,6 +26,5 @@
#define __PACKET_TR_H__
void capture_tr(const u_char *, int, packet_counts *);
-void dissect_tr(tvbuff_t *, packet_info *, proto_tree *);
#endif