aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-27 05:45:48 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-27 05:45:48 +0000
commit03e58907613b5f73236fcde0d81668a1f3f920bc (patch)
tree1c012da6f25dc346b070ab8b31eab89569645d32 /packet-wtp.c
parent6bb9d7eaf87f015bf7600d430229a26f5383c36e (diff)
Label the data source for various forms of reassembled data with the
protocol that fragmented them, rather than just calling them "Reassembled". Do the same with uncompressed WCP data. svn path=/trunk/; revision=4822
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 da2ab4f712..c3dab19aec 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.27 2002/02/18 01:08:37 guy Exp $
+ * $Id: packet-wtp.c,v 1.28 2002/02/27 05:45:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -526,7 +526,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
fd_head->len);
tvb_set_child_real_data_tvbuff(tvb, wsp_tvb);
add_new_data_source(pinfo->fd, wsp_tvb,
- "Reassembled");
+ "Reassembled WTP");
pinfo->fragmented = FALSE;
call_dissector(wsp_handle, wsp_tvb, pinfo, tree);
}