Uses of Interface
org.jnetpcap.PcapHandler
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHandler in org.jnetpcap
Modifier and TypeInterfaceDescriptionstatic interface
A native pcap callback which is called with packets captured using thePcap.loop(int, org.jnetpcap.PcapDumper)
orPcap.dispatch(int, org.jnetpcap.PcapDumper)
calls.static interface
A safe packet handler which receives copies of packets in a byte array.static interface
A safeByteBuffer
packet handler.static interface
An advanced low level, no copy, packet handler.