Opening an adapter and capturing the packets
Obtain a packet capture handle (Pcap) with a specific network interface (adapter) to look at packets on the network and process it with Pcap.loop(int, PacketHandler, T args).
Last updated
Was this helpful?