Uses of Class
org.jnetpcap.SockAddr
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of SockAddr in org.jnetpcap
Modifier and TypeClassDescriptionstatic class
PcapIf.PcapAddr<T extends SockAddr>
The struct pcap_addr structure containing network interfaces/devices addresses.Modifier and TypeClassDescriptionstatic final class
The structure ofsockaddr_in6
, used for IPv6 sockets.static final class
The structure ofsockaddr_in
, used for IPv4 sockets.static final class
The structure ofsockaddr_ipx
, used for AF_IPX sockets.static final class
The structure ofsockaddr_irda
, used with AF_IRDA sockets on windows (winsock2.h) to access link-layer information.static final class
The structure ofsockaddr_dl
, used with AF_LINK sockets on macOS to access link-layer information.static final class
The structure ofsockaddr_ll
, used with AF_PACKET sockets for raw packet access on Linux.Modifier and TypeMethodDescription<T extends SockAddr>
Optional<PcapIf.PcapAddr<T>> PcapIf.findAddressOfType
(Class<T> faimlyClassType) Finds the first address in the list of PcapAddr addresses, which is of AF (Address Family) type represented but the supplied family subclass type.Modifier and TypeMethodDescriptionOptional
<PcapIf.PcapAddr<? extends SockAddr>> PcapIf.findAddressOfFamily
(SockAddrFamily family) Search for a PCAP address of a specific socket address family type.