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 interfaceA native pcap callback which is called with packets captured using thePcap.loop(int, org.jnetpcap.PcapDumper)orPcap.dispatch(int, org.jnetpcap.PcapDumper)calls.static interfaceA safe packet handler which receives copies of packets in a byte array.static interfaceA safeByteBufferpacket handler.static interfaceAn 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 TypeClassDescriptionclassA proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.