如何解码地址解析数据包 (ARP)

发布于 2024-11-02 12:52:13 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆之渊 2024-11-09 12:52:13

该帧长 60 字节...最小值为 64 字节,大多数 NIC 的驱动程序不会在帧末尾向您发送 4 字节 CRC...因此这是一个有效的以太网 ARP 帧;请记住,以太网帧必须至少为 64 字节(从目标 mac 地址到 CRC 末尾测量),如果上层协议(即 ARP)不使用最小以太网有效负载,它们将被填充到该值。使用 wireshark 对其进行解码。

That frame is 60 bytes long... the minimum is 64 bytes, and the drivers for most NICs will not send you the 4-byte CRC at the end of the frame... so that is a valid ethernet ARP frame; remember that ethernet frames are required to be a minimum of 64 bytes (measured from destination mac addr to the end of the CRC), and they get padded to that value if the upper protocols (i.e. ARP) don't use the minimum ethernet payload. Use wireshark to decode the it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文