Uses of Class
org.jnetpcap.Pcap1_0
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_0 in org.jnetpcap
Modifier and TypeClassDescriptionstatic final class
Linux only/specific calls.static class
Unix only/specific calls.class
Provides Pcap API method calls for up to libpcap version 1.10class
Provides Pcap API method calls for up to libpcap version 1.2class
Provides Pcap API method calls for up to libpcap version 1.5class
Provides Pcap API method calls for up to libpcap version 1.9Modifier and TypeMethodDescriptionstatic Pcap1_0
Create a live capture handle.static Pcap1_0
Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_0
Open a device for capturing.static Pcap1_0
Pcap1_0.openOffline
(String fname) Open a saved capture file for reading.final Pcap1_0
Pcap1_0.setBufferSize
(int bufferSize) final Pcap1_0
Pcap1_0.setPromisc
(boolean b) Sets the promisc.final Pcap1_0
Pcap1_0.setPromisc
(int enable) Set promiscuous mode for a not-yet-activated capture handle.final Pcap1_0
Pcap1_0.setRfmon
(boolean enableRfmon) Sets the rfmon.final Pcap1_0
Pcap1_0.setRfmon
(int enableRfmon) Set monitor mode for a not-yet-activated capture handle.final Pcap1_0
Pcap1_0.setSnaplen
(int snaplen) Sets the snaplen.final Pcap1_0
Pcap1_0.setTimeout
(int timeout) Sets the timeout. -
Uses of Pcap1_0 in org.jnetpcap.windows