Uses of Class
org.jnetpcap.Pcap1_10
Packages that use Pcap1_10
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Provides support for Pcap on Microsoft Windows platforms.
-
Uses of Pcap1_10 in org.jnetpcap
Subclasses of Pcap1_10 in org.jnetpcapModifier and TypeClassDescriptionstatic final class
Linux only/specific calls.static class
Unix only/specific calls.Methods in org.jnetpcap that return Pcap1_10Modifier and TypeMethodDescriptionstatic Pcap1_10
Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_10
Pcap1_10.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_10
Open a device for capturing.static Pcap1_10
Pcap1_10.openOffline
(String fname) Open a saved capture file for reading. -
Uses of Pcap1_10 in org.jnetpcap.internal
Subclasses of Pcap1_10 in org.jnetpcap.internalModifier and TypeClassDescriptionclass
The Class NonSealedPcap.class
Non public unsafe Pcap handle mainly needed for jUnit testing. -
Uses of Pcap1_10 in org.jnetpcap.windows
Subclasses of Pcap1_10 in org.jnetpcap.windows