From c766c6c8bd2e2d90ba69f8fa3755b67d93f32a00 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 20 Jul 2001 04:39:07 +0000 Subject: Dissect WSP redirects, and set up a conversation and conversation dissector so that the redirected traffic is dissected as WAP traffic. svn path=/trunk/; revision=3743 --- packet-wap.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'packet-wap.h') diff --git a/packet-wap.h b/packet-wap.h index 5011e46d1c..142fb8326e 100644 --- a/packet-wap.h +++ b/packet-wap.h @@ -2,7 +2,7 @@ * * Declarations for WAP packet disassembly * - * $Id: packet-wap.h,v 1.2 2001/02/13 00:17:54 guy Exp $ + * $Id: packet-wap.h,v 1.3 2001/07/20 04:39:07 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -80,6 +80,14 @@ guint tvb_get_guintvar (tvbuff_t *, guint , guint *); /* Character set encoding */ extern const value_string vals_character_sets[]; +/* + * WTP-over-UDP dissector; the WSP dissector may need to associate it with + * a conversation if it sees a redirect. + * + * XXX - this is ugly; there needs to be a better way of doing this. + */ +extern void dissect_wtp_fromudp(tvbuff_t *, packet_info *, proto_tree *); + /* * Misc TODO: * -- cgit v1.2.3