From 22ee2a4c7a08c79835e555c9644aabdbf7272bd0 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 29 Jul 2003 22:10:18 +0000 Subject: [PATCH] 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 --- packet-wtp.c | 4 ++-- 1 file 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 @@ -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); -- 2.34.1