如何在C中直接发送wireshark导出的帧(windows和linux都可以)?
由于帧已经包含了各层的所有开销,所以不能再从应用层发送,而应该直接从链路层发送。可以吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 Wireshark 创建的 pcap 文件,您应该能够使用 tcpreplay 来操作和重播它。
If you have a pcap file created by Wireshark, you should be able to use tcpreplay to manipulate and replay it.