aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-29 22:10:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-29 22:10:18 +0000
commit22ee2a4c7a08c79835e555c9644aabdbf7272bd0 (patch)
treea01bbdd38540c430b61833f191958851506bcd77 /packet-wtp.c
parent84f614e19a8f8af02ecdd8e451fd3fa6c7260f5c (diff)
Put "WTP" into the Info column for segmented invoke/result PDUs on which
we don't try to do reassembly, just as it's put in for other PDUs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8101 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 fa827279cd..301f3ab92c 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.50 2003/07/29 22:02:38 guy Exp $
+ * $Id: packet-wtp.c,v 1.51 2003/07/29 22:10:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -655,7 +655,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
if (check_col(pinfo->cinfo, COL_INFO))
col_add_fstr(pinfo->cinfo, COL_INFO,
- "%s (%u)",
+ "WTP %s (%u)",
(pdut == SEGMENTED_INVOKE ?
"Segmented Invoke" : "Segmented Result"),
psn);