如何嗅出在.NET本地传出网络流量,而无需使用PCAP?网络流量、嗅出、NET、PCAP

由网友(遺夨dē濄去)分享简介:我想以某种方式挂接到本地系统的网络协议栈,而无需使用Winpcap的捕获传出的网络数据包。不幸的是,往往会死机我的系统飘飞。 I'd like to somehow hook into the local system's network stack to capture outgoing network packe...

我想以某种方式挂接到本地系统的网络协议栈,而无需使用Winpcap的捕获传出的网络数据包。不幸的是,往往会死机我的系统飘飞。

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.

有没有一种方法来嗅从编写.NET语言用户空间程序在本地系统中传出的流量?

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

非常感谢!

亨德里克

推荐答案

你想要的是网络监视器API 。更多的这里和这里。

What you want is the Network Monitor API. More here and here.

阅读全文

相关推荐

最新文章