Replaced the column string [Reassembled TCP] by [TCP segment of a reassembled PDU...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Aug 2004 11:11:13 +0000 (11:11 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Aug 2004 11:11:13 +0000 (11:11 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11785 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-tcp.c

index 8826486109fbee9ae8f6e864be9cce17399a32a2..a4f56445eb7fe87b0349dbff9c1feb16fa4bdb5c 100644 (file)
@@ -1902,7 +1902,7 @@ desegment_tcp(tvbuff_t *tvb, packet_info *pinfo, int offset,
                                col_set_str(pinfo->cinfo, COL_PROTOCOL, "TCP");
                        }
                        if (check_col(pinfo->cinfo, COL_INFO)){
-                               col_set_str(pinfo->cinfo, COL_INFO, "[Reassembled TCP]");
+                               col_set_str(pinfo->cinfo, COL_INFO, "[TCP segment of a reassembled PDU]");
                        }
                }
 
@@ -3112,7 +3112,7 @@ proto_register_tcp(void)
 
                { &hf_tcp_reassembled_in,
                { "Reassembled PDU in frame", "tcp.reassembled_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
-                       "The PDU that starts but doesn't end in this segment is reassembled in this frame", HFILL }},
+                       "The PDU that doesn't end in this segment is reassembled in this frame", HFILL }},
 
                { &hf_tcp_option_mss,
                  { "TCP MSS Option", "tcp.options.mss", FT_BOOLEAN,