windows过滤平台。网络包装器?
是否有适用于 Windows 过滤平台的 .NET 包装器?我希望使用 WFP 来观察我的 C# 应用程序中的应用程序级别网络流量观察。
谢谢!
Is there a .NET wrapper for the windows filtring platfrom? Im looking to use WFP to observe application level network traffic observations in my c# app.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,我不相信有,尽管很多人似乎都想要一个。我认为你必须退回到 Win32 API。
No, I don't believe there is, although lots of people seem to want one. I think you have to fall back to hitting the Win32 API.
我正在使用 P/Invoke Interop Assistant 为 WFP 编写自己的 .net 包装器。这是我用来让它工作的线程。
http://social. msdn.microsoft.com/Forums/en-US/wfp/thread/a65bf197-937b-401e-b15f-0e1c3decdb14/
I'm writing my own .net wrapper for WFP using P/Invoke Interop Assistant. Here's the thread I used to get it working.
http://social.msdn.microsoft.com/Forums/en-US/wfp/thread/a65bf197-937b-401e-b15f-0e1c3decdb14/
您可以使用 nuget 包 vanara.PInvoke 来执行此操作
看看他的 GitHub
实现可以受到单元测试的“启发”
You can do this with the nuget package vanara.PInvoke
Have a look at his GitHub
Implementations can be "inspired" by the unit tests