All Classes and Interfaces

Class
Description
ARP protocol HARDWARE identifiers
A Berkley Packet Filter program.
Error message resource bundle factory.
A Network IPv4 Address with a netmask.
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
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
Provides Pcap API method calls for up to libpcap version 0.9
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.
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.
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.
Reports any packet header runtime errors.
Reports an out of range error for a value of native Pcap header field.
Native Type pcap_if_t has the following members.
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.
Preview.
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.
A queue of raw packets that will be sent to the network with transmit on Microsoft Windows platforms.
Internal representation of the type of source in use (file, remote/local interface).
Packet statistics from the start of the pcap run to the time of the call.
The Interface PcapStatEx.
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.
The low level sockaddr structure containing an address of different types, depending on the protocol family value.
The structure of sockaddr_in6, used for IPv6 sockets.
The structure of sockaddr_in, used for IPv4 sockets.
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.
The socket address protocol family constants.
WinPcap is a wrapper around, windows packet capture library.
WinPcap setmode values.