- All Known Subinterfaces:
PcapHandler.NativeCallback
,PcapHandler.OfArray<U>
,PcapHandler.OfByteBuffer<U>
,PcapHandler.OfMemorySegment<U>
public interface PcapHandler
A marker interface for all Pcap packet handling functional interfaces.
- Author:
- Sly Technologies, repos@slytechs.com
-
Nested Class Summary
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.