如何在 Windows 上捕获并打印来自 Internet 的数据包?

发布于 2024-08-23 12:04:32 字数 60 浏览 3 评论 0原文

我怎样才能捕捉到它们? 有没有模块/lib 可以做到这一点?

如果是的话,请发布一个例子

How can I capture them?
Is there any module/lib to do it?

Please if it do, post an example

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

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

发布评论

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

评论(1

最后的乘客 2024-08-30 12:04:32

如果您可以安装Wireshark,则可以从 Python 中以编程方式使用它。 (根据 bug 3500。)


您还有 PyCap,一个 Python 数据包捕获和注入库,看起来平台独立。


另一个数据包嗅探模块是 Scapy,我认为它不适用于 Windows,但幸运的是误会了。

If you can install Wireshark, you can use it programaticaly from Python. (This isn't yet supported on Windows, as per bug 3500.)


You also have PyCap, a Python Packet Capture and Injection Library that seems to be platform independent.


Yet another packet sniffing module is Scapy, that I though didn't work on Windows, but was fortunately mistaken.

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