Pergunta

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!

Foi útil?

Solução

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.

Outras dicas

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/

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top