如何在C中直接发送wireshark导出的帧(windows和linux都可以)?

发布于 2024-11-02 06:45:10 字数 51 浏览 4 评论 0原文

由于帧已经包含了各层的所有开销,所以不能再从应用层发送,而应该直接从链路层发送。可以吗?

As the frame already includes all overhead of various layers,it can't be sent from the application layer again,instead,should be sent directly from the link-layer.Is that possible?

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

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

发布评论

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

评论(1

枯叶蝶 2024-11-09 06:45:10

如果您有 Wireshark 创建的 pcap 文件,您应该能够使用 tcpreplay 来操作和重播它。

If you have a pcap file created by Wireshark, you should be able to use tcpreplay to manipulate and replay it.

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