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-wtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-wtp.c') 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 @@ -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)) -- cgit v1.2.3