Uses of Interface
org.jnetpcap.Pcap0_4.PcapSupplier
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of Pcap0_4.PcapSupplier in org.jnetpcap
Modifier and TypeMethodDescriptionprotected static <T extends Pcap>
TPcap1_0.create
(Pcap0_4.PcapSupplier<T> factory, String device) Creates the.protected static <T extends Pcap>
TPcap0_6.openDead
(Pcap0_4.PcapSupplier<T> factory, PcapDlt linktype, int snaplen) Open a fake pcap_t for compiling filters or opening a capture for output.protected static <T extends Pcap>
TPcap1_5.openDeadWithTstampPrecision
(Pcap0_4.PcapSupplier<T> factory, PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.protected static <T extends Pcap>
TPcap0_4.openLive
(Pcap0_4.PcapSupplier<T> pcapSupplier, String device, int snaplen, boolean promisc, long timeout, TimeUnit unit) Open live.protected static <T extends Pcap>
TPcap0_4.openOffline
(Pcap0_4.PcapSupplier<T> pcapSupplier, String fname) open a saved capture file for reading.