From cf31cb477de12dd31cda254b544290173b76fd13 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 12 Apr 2000 22:53:16 +0000 Subject: Jeff Foster's SOCKS dissector, support for associating dissectors with conversations and having TCP and UDP check whether a packet is part of a conversation with a dissector and, if so, using that dissector on the conversation, and "ethertype()"-style support for allowing a dissector to call a sub-dissector via the same path that the TCP and UDP dissectors use, based on port numbers supplied by that dissector. svn path=/trunk/; revision=1837 --- packet-tcp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packet-tcp.h') diff --git a/packet-tcp.h b/packet-tcp.h index ee77c53248..d57793e0ec 100644 --- a/packet-tcp.h +++ b/packet-tcp.h @@ -1,6 +1,6 @@ /* packet-tcp.h * - * $Id: packet-tcp.h,v 1.2 2000/04/08 03:32:10 guy Exp $ + * $Id: packet-tcp.h,v 1.3 2000/04/12 22:53:15 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -25,4 +25,7 @@ /* Urgent pointer value for the current packet. */ extern guint16 tcp_urgent_pointer; +extern void decode_tcp_ports(const u_char *, int, frame_data *, + proto_tree *, int, int); + void dissect_tcp(const u_char *, int, frame_data *, proto_tree *); -- cgit v1.2.3