How to sniff local outgoing network traffic in .NET without using PCap?

Posted by SeveQ on Stack Overflow See other posts from Stack Overflow or by SeveQ
Published on 2010-06-01T21:43:51Z Indexed on 2010/06/01 22:23 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

Hi there,

I'd like to somehow hook into the local system's network stack to capture outgoing network packets without using Winpcap. Unfortunately it tends to crash my system every now and then.

Is there a way to "sniff" outgoing traffic of the local system from a user space process written in a .NET language?

Thanks a lot!

Hendrik

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET