aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-18 11:47:21 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-18 11:47:21 +0000
commitea00ad9f58f27422fb9729195262d018bf4978f2 (patch)
tree759eb42c963318be99b6557eeeba21b7396b902d /epan/conversation.h
parent6bab5c02f0affb5a69dcae34ca67b9c9605b7e74 (diff)
Nobody calls "old_try_conversation_dissector()" or
"old_dissector_try_heuristic()" any more, as their users have all been tvbuffified - get rid of them. svn path=/trunk/; revision=2660
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index 6e1878e8cd..a92340b51f 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -1,7 +1,7 @@
/* conversation.h
* Routines for building lists of packets that are part of a "conversation"
*
- * $Id: conversation.h,v 1.3 2000/10/21 09:54:12 guy Exp $
+ * $Id: conversation.h,v 1.4 2000/11/18 11:47:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -71,10 +71,6 @@ void old_conversation_set_dissector(conversation_t *conversation,
void conversation_set_dissector(conversation_t *conversation,
dissector_t dissector);
gboolean
-old_try_conversation_dissector(address *src, address *dst, port_type ptype,
- guint32 src_port, guint32 dst_port, const u_char *pd, int offset,
- frame_data *fd, proto_tree *tree);
-gboolean
try_conversation_dissector(address *src, address *dst, port_type ptype,
guint32 src_port, guint32 dst_port, tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree);