aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 05:45:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 05:45:48 +0000
commit7e0fd124764ea35250c4c4bf47db359b7d160930 (patch)
tree1c012da6f25dc346b070ab8b31eab89569645d32 /packet-wtp.c
parent3b897c9a32aa4cb09f168eb54ba8ed8af475ead9 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4822 f5534014-38df-0310-8fa8-9805f1628bb7
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);
}