Packet Handling

pcap.dispatch(100, (user, packet) -> { ... }, context);
pcap.loop(100, packet -> { ... });

Last updated