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