Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top