我可以使用 Winsock 发送非 IP 数据包吗?

发布于 2024-11-16 22:33:12 字数 222 浏览 3 评论 0原文

我正在尝试创建一个小型 PPPoE 访问集中器来了解 PPPoE 的内部工作原理。 这要求我发送非 IP 数据包,我需要能够设置 ETHER_TYPE 并最终设置以太网帧标头中的目标 mac 字段,但据我所知,原始 WinSock 套接字使我能够提供自己的IP 标头,但不是以太网标头。

这是真的吗?如果是这样,有什么办法可以规避这个问题吗?

我很了解 WinPcap,并且只会将其用作最后的手段。

I'm trying to create a small PPPoE Access Concentrator to learn the inner workings of PPPoE.
This requires me to send non-IP packets, I need to be able to set the ETHER_TYPE and eventualy the destination mac fields in the ethernet frame header, but as far as I can tell, raw WinSock sockets give me the ability to supply my own IP header, but not the ethernet header.

Is this true? And if so, is there any way of circumventing this?

I am well aware of WinPcap, and will use it ONLY as a last resort.

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

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

发布评论

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

评论(1

梨涡 2024-11-23 22:33:12

我相信你是对的。 Winsock 将允许原始 IP 套接字,但不允许您进入第 3 层并发送非 IP 数据包。为此,我相信您需要选择 WinPcap/TDI 选项。更多信息

I believe that you are correct. Winsock will allow a raw IP socket but does not allow you to get beneath layer 3 and send non-IP packets. For this I believe you would need to pursue the WinPcap / TDI option . More information.

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