Wireshark: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== What does it mean? == :[https://osqa-ask.wireshark.org/questions/58186/tcp-segment-of-a-reassembled-pdu/ TCP segment of a reassembled PDU?] It means tha…“)
 
(kein Unterschied)

Aktuelle Version vom 16. Februar 2022, 15:46 Uhr

What does it mean?

TCP segment of a reassembled PDU?

It means that

Wireshark/TShark thinks it knows what protocol is running atop TCP in that TCP segment; that TCP segment doesn't contain all of a "protocol data unit" (PDU) for that higher-level protocol, i.e. a packet or protocol message for that higher-level protocol, and doesn't contain the last part of that PDU, so it's trying to reassemble the multiple TCP segments containing that higher-level PDU. For example, an HTTP response with a lot of data in it won't fit in a single TCP segment on most networks, so it'll be split over multiple TCP segments; all but the last TCP segment will be marked as "TCP segment of a reassembled PDU".