Uses of Class
org.jnetpcap.Pcap.Unix
Packages that use Pcap.Unix
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of Pcap.Unix in org.jnetpcap
Subclasses of Pcap.Unix in org.jnetpcapMethods in org.jnetpcap that return Pcap.UnixModifier and TypeMethodDescriptionstatic Pcap.UnixCreate a live capture handle.static Pcap.UnixOpen a fake pcap_t for compiling filters or opening a capture for output.static Pcap.UnixPcap.Unix.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap.UnixOpen a device for capturing.static Pcap.UnixPcap.Unix.openOffline(String fname) Open a saved capture file for reading.