Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解 IPV4 标头并使用 Wireshark 查看一些数据包。
总长度(头长度+数据长度)为76字节。报头长度为 20 字节,数据长度为 24 字节。总长度字段中的其他 32 个字节是从哪里来的?
我认为您缺少 TCP 标头。数据负载确实是 24 字节,IPv4 头是 20 字节,TCP 头必须是 (76 - 24 - 20) = 32 b。