aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 22:53:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 22:53:16 +0000
commit245c4eaab54271bb881d5a0a52564117a286de14 (patch)
treec8532731900da17a24d9529fb203a39c853775e3 /packet-udp.h
parent96766c3057886a37707326451d5e0eaaf9bc07b6 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1837 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-udp.h')
-rw-r--r--packet-udp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-udp.h b/packet-udp.h
index 3bf5b1de96..1187497e17 100644
--- a/packet-udp.h
+++ b/packet-udp.h
@@ -1,6 +1,6 @@
/* packet-udp.h
*
- * $Id: packet-udp.h,v 1.1 2000/02/15 21:03:24 gram Exp $
+ * $Id: packet-udp.h,v 1.2 2000/04/12 22:53:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+extern void decode_udp_ports(const u_char *, int, frame_data *,
+ proto_tree *, int, int);
void dissect_udp(const u_char *, int, frame_data *, proto_tree *);