aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 09:22:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 09:22:05 +0000
commit8fa32699a07250f37543c4e9c4ff912d2e31f55c (patch)
treefa884a076c7f15818ace8ed5ed7145deaad5530b /packet-wsp.c
parent80722d15cf1d313563fb4f0303151866f1f1b575 (diff)
Fix a comment.
svn path=/trunk/; revision=3751
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 19bdcd1a2f..21f728d71f 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.29 2001/07/20 09:10:16 guy Exp $
+ * $Id: packet-wsp.c,v 1.30 2001/07/20 09:22:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1237,7 +1237,7 @@ static void
dissect_wsp_fromwap_cl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
/*
- * XXX - what about WTLS->WTP->WSP?
+ * XXX - what about WTLS->WSP?
*/
dissect_wsp_common(tvb, pinfo, tree, dissect_wtp_fromudp, TRUE);
}