All Classes and Interfaces

Class
Description
ARP protocol HARDWARE identifiers
Arena array block allocator utility.
Berkeley Packet Filter (BPF) program implementation for packet filtering.
The Class ForeignDowncall.
The Class ForeignInitializer.
The Enum CType.
The Interface DowncallSupplier.
The Interface MethodHandleLookup.
The Interface MissingSymbolsPolicy.
The Class ForeignUpcall.
The Class ForeignUtils.
A functional interface that throws checked exceptions when applied.
Error message resource bundle factory.
Platforms native ABI (Application Binary Interface, CPU/Instruction set).
A Network IPv4 Address with a netmask.
The Class NonSealedPcap.
Npcap, is a wrapper, around libpcap implementation for Microsoft Windows.
Entry point and base class for all Pcap API methods provided by jNetPcap library.
An interface which provides a hook into Pcap initialization process.
Linux only/specific calls.
Unix only/specific calls.
Provides Pcap API method calls for up to libpcap version 0.4
The Interface PcapSupplier.
Provides Pcap API method calls for up to libpcap version 0.5
Provides Pcap API method calls for up to libpcap version 0.6
Provides Pcap API method calls for up to libpcap version 0.7
Provides Pcap API method calls for up to libpcap version 0.8
Symbol container for lazy initialization.
Provides Pcap API method calls for up to libpcap version 0.9
Symbol container for lazy initialization.
Provides Pcap API method calls for up to libpcap version 1.0
Provides Pcap API method calls for up to libpcap version 1.10
Provides Pcap API method calls for up to libpcap version 1.2
Provides Pcap API method calls for up to libpcap version 1.5
Provides Pcap API method calls for up to libpcap version 1.9
Indicates that an operation is not permitted on an already activated pcap handle.
Libppcap error and warning status codes.
Pcap API constants.
Specifies the packet direction on a live capture, relative to the network interface.
The Interface PcapDispatcher.
Constants that represent the Pcap's Payload Link Type assignments.
Dump packets to a capture file.
A multi-mudule I8N error handler for all jNetPcap messages.
Checked Pcap errors, warnings and exceptions.
The Class PcapForeignDowncall.
Pcap specific ForeignInitializer used to facilitate loading native libary symbols and making of 'downcall' and 'upcall' function calls.
A marker interface for all Pcap packet handling functional interfaces.
A native pcap callback which is called with packets captured using the Pcap.loop(int, org.jnetpcap.PcapDumper) or Pcap.dispatch(int, org.jnetpcap.PcapDumper) calls.
A safe packet handler which receives copies of packets in a byte array.
A safe ByteBuffer packet handler.
An advanced low level, no copy, packet handler.
A Pcap packet header also called a descriptor that precedes each packet.
Configures different ABI (Application Binary Interfaces) for access to binary pcap header data.
Reports any packet header runtime errors.
Reports an out of range error for a value of native Pcap header field.
A Java representation of the native pcap_if_t structure which contains information about a network interface.
The struct pcap_addr structure containing network interfaces/devices addresses.
Network interface status flags.
Pcap message localizer.
The Interface PcapMessagesProvider.
Pcap live capture mode flags.
Options usable with Pcap.init(PcapOption) call.
A utility class which holds references to native pcap header and native pcap packet data.
Remote RPCAP authentication and source string marker interface.
Remote RPCAP authentication structure.
Remote RPCAP source string.
Represents a queue of raw packets for efficient batch transmission on Microsoft Windows platforms.
Internal representation of the type of source in use (file, remote/local interface).
Provides packet statistics from the start of the pcap run to the time of the call.
The Interface PcapStatEx.
Represents extended statistics about network interface performance and error counts.
Packet statistics from the start of the pcap run to the time of the call.
Time stamp resolution types.
Time stamp types.
Utility methods for jNetPcap library.
Indicates that installed runtime version of jNetPcap library is incompatible with the client application version of jNetPcap being used.
A Java representation of the native socket address (sockaddr) structure and its protocol-specific variants.
Represents an IPv6 socket address (sockaddr_in6 structure).
Represents an IPv4 socket address (sockaddr_in structure).
The structure of sockaddr_ipx, used for AF_IPX sockets.
The structure of sockaddr_irda, used with AF_IRDA sockets on windows (winsock2.h) to access link-layer information.
The structure of sockaddr_dl, used with AF_LINK sockets on macOS to access link-layer information.
The structure of sockaddr_ll, used with AF_PACKET sockets for raw packet access on Linux.
Enumerates socket address protocol families and their platform-specific constants.
A proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.
Non public unsafe Pcap handle mainly needed for jUnit testing.
WinPcap is a wrapper around, windows packet capture library.
WinPcap setmode values.