监控tcp数据
我需要监控通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Libpcap 可以做到这一点。它具有 C++ 和 C# 绑定。
Libpcap can do this. It has both C++ and C# bindings.