0

我尝试使用 SharpPcap 并使用 SharpPcap 中的示例从 pcap 文件(libpcap)发送数据包:

http://sourceforge.net/p/sharppcap/code/ci/SharpPcap_4_1_0/tree/Examples/Example10.SendQueue/Example10.SendQueues.cs

现在我的问题在第 124 行:var winPcapDevice = device as WinPcapDevice;

device是我的网卡适配器,在选择此设备后它设置为空,但在命令之后var winPcapDevice = device as WinPcapDevice;变量winPcapDevice为空可能是因为类型不是预期的,因此 SendQueue 无法传输。这个例子取自项目页面,也许熟悉这个项目的人可以告诉我如何解决它?

4

0 回答 0