6

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!

Dacto
  • 2,901
  • 9
  • 45
  • 54

2 Answers2

1

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.

Tim Barrass
  • 4,813
  • 2
  • 29
  • 55
1

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/

Dan H
  • 1,828
  • 2
  • 21
  • 38