Uses of Class
org.jnetpcap.Pcap0_7

Packages that use Pcap0_7
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 Pcap0_7 in org.jnetpcap

    Subclasses of Pcap0_7 in org.jnetpcap
    Modifier and Type
    Class
    Description
    static final class 
    Linux only/specific calls.
    static class 
    Unix only/specific calls.
    class 
    Provides Pcap API method calls for up to libpcap version 0.8
    class 
    Provides Pcap API method calls for up to libpcap version 0.9
    class 
    Provides Pcap API method calls for up to libpcap version 1.0
    class 
    Provides Pcap API method calls for up to libpcap version 1.10
    class 
    Provides Pcap API method calls for up to libpcap version 1.2
    class 
    Provides Pcap API method calls for up to libpcap version 1.5
    class 
    Provides Pcap API method calls for up to libpcap version 1.9
    Methods in org.jnetpcap that return Pcap0_7
    Modifier and Type
    Method
    Description
    static Pcap0_7
    Pcap0_7.openDead(PcapDlt linktype, int snaplen)
    Open a fake pcap_t for compiling filters or opening a capture for output.
    static Pcap0_7
    Pcap0_7.openLive(String device, int snaplen, boolean promisc, long timeout, TimeUnit unit)
    Open a device for capturing.
    static Pcap0_7
    Pcap0_7.openOffline(String fname)
    Open a saved capture file for reading.
    final Pcap0_7
    Pcap0_7.setNonBlock(boolean b)
    Sets the non block.
  • Uses of Pcap0_7 in org.jnetpcap.windows

    Subclasses of Pcap0_7 in org.jnetpcap.windows
    Modifier and Type
    Class
    Description
    final class 
    Npcap, is a wrapper, around libpcap implementation for Microsoft Windows.
    class 
    WinPcap is a wrapper around, windows packet capture library.