aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 04:39:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 04:39:07 +0000
commitc766c6c8bd2e2d90ba69f8fa3755b67d93f32a00 (patch)
treece0eb0c4bc8e0857d36c76bebe8e1d4a27685283 /packet-wtp.c
parent4a812d4ad5e61143d7a18b52f1f32a2a369784f6 (diff)
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-wtp.c')
-rw-r--r--packet-wtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wtp.c b/packet-wtp.c
index 4d67675278..334778365b 100644
--- a/packet-wtp.c
+++ b/packet-wtp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WTP component of WAP traffic.
*
- * $Id: packet-wtp.c,v 1.15 2001/07/03 09:53:22 guy Exp $
+ * $Id: packet-wtp.c,v 1.16 2001/07/20 04:39:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -430,7 +430,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* Called directly from UDP.
* Put "WTP+WSP" into the "Protocol" column.
*/
-static void
+void
dissect_wtp_fromudp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
if (check_col(pinfo->fd, COL_PROTOCOL))