Question

I'm looking at pcap.net's ability to intercept packets from various devices.

Starting the process is really straightforward:

communicator.ReceivePackets(0, PacketHandler);

But after that, the process does not stop. Ever.

How do I forcibly close the packet capture?

Was it helpful?

Solution

Indeed, as you've mentioned in the comments, Break() is intended for that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top