TCP segment of a reassembled PDU

Source: Internet
Author: User

Article Source: http://www.wireshark.org/lists/wireshark-users/200806/msg00045.html

Wireshark-users: [wireshark-users] TCP segment of a reassembled PDU

Hello:Ethereal is showing lot of packets with "TCP segment of a reassembledPDU" in Info field.Which of the following is true:- Is the received packet IP-fragmented? I don't think so as IPflags/fragment-offset is all 0s.- Is this an TCP fragmented packet? I don't pkts coming out of order,so don't think so.- Or is this part of a bigger application packet that has multiple TCPpkts (and all with the same Info:..TCP segment of a reassembled PDU).Can someone please help.Thanks!


On Thu, Jun 05, 2008 at 08:19:40PM -0700, Vishal Study wrote:> > Ethereal is showing lot of packets with "TCP segment of a reassembled> PDU" in Info field.> > Which of the following is true:> > - Is the received packet IP-fragmented? I don't think so as IP> flags/fragment-offset is all 0s.Indeed, the message "TCP segment of a reassembled PDU" has nothing to do with IP fragmentation (however, this TCP segment may in its turn beIP fragmented)> - Is this an TCP fragmented packet? I don't pkts coming out of order,> so don't think so.Out-of-order packets are not related to TCP segmentation. The reassembly does not refer to putting the received segments in theright order before passing the data to the upper layer. But...> - Or is this part of a bigger application packet that has multiple TCP> pkts (and all with the same Info:..TCP segment of a reassembled PDU).YES! The message means that TCP handed of the dissection to a higherlayer protocol dissector. This dissector told the TCP dissector tocollect multiple TCP segment to construct one PDU. If all goes well,the packet that contains the lasat part of the application PDU willhave full dissection of the application protocol. If this doesnot happen, please file a bug on http://bugs.wireshark.org andattach the capture file of that particular tcp session.You can disable the reassembly of TCP segments by unchecking the"Allow subdissector to desegment TCP streams" in the TCP protocolpreferences. That way, all parts of the application PDU will be displayed on their own.Hope this helps,Cheers,    Sake

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.