Uses of Interface
org.jnetpcap.PcapHandler.NativeCallback
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHandler.NativeCallback in org.jnetpcap
Modifier and TypeMethodDescriptionint
Pcap.dispatch
(int count, PcapHandler.NativeCallback handler, MemorySegmentPREVIEW user) Process packets from a live capture or savefile and dispatch using low level callback.int
Pcap0_4.dispatch
(int count, PcapHandler.NativeCallback handler, MemorySegmentPREVIEW user) <U> int
Pcap.loop
(int count, PcapHandler.NativeCallback handler, MemorySegmentPREVIEW user) Process packets from a live capture or savefile and dispatch using low level callback.int
Pcap0_4.loop
(int count, PcapHandler.NativeCallback handler, MemorySegmentPREVIEW user)