aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-06 22:19:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-06 22:19:04 +0000
commitac3a2d4e2109fbe3d22f1668557a82971e29c1b3 (patch)
tree28764a77ef3bfe32e88468c9c3776cc6e7c816fd /epan/packet.h
parentf11409eb84e6a900527f22cc7d6c0a364e119421 (diff)
Old-style (non-tvbuffified) dissectors haven't been supported since
0.9.0 was released; get rid of the typedef for "old_dissector_t". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4703 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/packet.h b/epan/packet.h
index ad7b86da0c..59f421df38 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.49 2002/01/05 04:12:16 gram Exp $
+ * $Id: packet.h,v 1.50 2002/02/06 22:19:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -91,7 +91,6 @@ struct dissector_table;
typedef struct dissector_table *dissector_table_t;
/* types for sub-dissector lookup */
-typedef void (*old_dissector_t)(const u_char *, int, frame_data *, proto_tree *);
typedef void (*dissector_t)(tvbuff_t *, packet_info *, proto_tree *);
typedef void (*DATFunc) (gchar *table_name, gpointer key, gpointer value, gpointer user_data);