投射电容替代方案
除了驱动程序之外,是否有 PCAP DLL 的替代品来捕获数据包?
Are there any alternatives to PCAP DLL for capturing packets, that are not drivers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
除了驱动程序之外,是否有 PCAP DLL 的替代品来捕获数据包?
Are there any alternatives to PCAP DLL for capturing packets, that are not drivers?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我不这么认为,Windows API 本身并没有公开此类信息。 winPCAP驱动程序是进入内核所必需的。 即使像wireshark这样更现代的网络分析软件仍然需要驱动程序(至少在Windows上)。
I don't think so, the windows API as it stands doesn't expose that kind of information. The winPCAP driver is necessary to get into the kernel. Even the more modern network analysis software like wireshark still requires the driver (on windows, at least).
远离原始帖子,您现在拥有与 NDIS 6 兼容的 NPCap
https://nmap.org/npcap/
此信息可以帮助很多网络专家。 NPCap 与 WireShark 兼容。
Far away from the original post, you now have NPCap which is compatible NDIS 6
https://nmap.org/npcap/
This information could help a lot of network experts. NPCap is compatible with WireShark.