Uses of Interface
org.jnetpcap.PcapHandler
Packages that use PcapHandler
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHandler in org.jnetpcap
Subinterfaces of PcapHandler in org.jnetpcapModifier 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. -
Uses of PcapHandler in org.jnetpcap.internal
Subinterfaces of PcapHandler in org.jnetpcap.internalClasses in org.jnetpcap.internal that implement PcapHandlerModifier and TypeClassDescriptionclass
A proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.