diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-20 04:39:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-20 04:39:07 +0000 |
commit | c766c6c8bd2e2d90ba69f8fa3755b67d93f32a00 (patch) | |
tree | ce0eb0c4bc8e0857d36c76bebe8e1d4a27685283 /packet-wap.h | |
parent | 4a812d4ad5e61143d7a18b52f1f32a2a369784f6 (diff) | |
download | wireshark-c766c6c8bd2e2d90ba69f8fa3755b67d93f32a00.tar.gz wireshark-c766c6c8bd2e2d90ba69f8fa3755b67d93f32a00.tar.bz2 wireshark-c766c6c8bd2e2d90ba69f8fa3755b67d93f32a00.zip |
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
Diffstat (limited to 'packet-wap.h')
-rw-r--r-- | packet-wap.h | 10 |
1 files changed, 9 insertions, 1 deletions
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 <gerald@zing.org> @@ -81,6 +81,14 @@ guint tvb_get_guintvar (tvbuff_t *, guint , guint *); 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: * * WMLC Dissector |