Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 pcap.net 拦截来自各种设备的数据包的能力。
开始这个过程非常简单:
communicator.ReceivePackets(0, PacketHandler);
但在那之后,这个过程并没有停止。曾经。
如何强制关闭抓包?
实际上,正如您在评论中提到的那样, Break() 就是为此而设计的。