• TCP segment of a reassembled PDU


    TCP segment of a reassembled PDU

    Wireshark Q&A https://osqa-ask.wireshark.org/questions/58186/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".

  • 相关阅读:
    Hammer.js--转载自李林峰的园子
    nodejs--模块
    gruntjs
    玩转github----1
    模块化开发--sea.js
    事件委托
    css兼容问题
    轮播图
    Spring整合Hibernate 二
    Spring整合Hibernate 一
  • 原文地址:https://www.cnblogs.com/rsapaper/p/16093105.html
Copyright © 2020-2023  润新知