监控tcp数据

发布于 2024-12-24 17:33:13 字数 197 浏览 1 评论 0原文

我需要监控通过 TCP 连接传输到 IP 地址的数据包。同时我需要监控从同一个ip转发的数据包。

目前我正在使用 smsniff 来执行此操作

如何在 Windows 中的 C++ 或 C# 中执行此操作。

I need to monitor the packets transferred to a ip address via a tcp connection. At the same time I need to monitor the packets transferred from the same ip.

Currently I am using smsniff to do this

How to do this in C++ or C# in windows.

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

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

发布评论

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

评论(1

谁与争疯 2024-12-31 17:33:13

Libpcap 可以做到这一点。它具有 C++ 和 C# 绑定。

Libpcap can do this. It has both C++ and C# bindings.

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