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