Uses of Class
org.jnetpcap.PcapIf
Packages that use PcapIf
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
Provides support for Pcap on Microsoft Windows platforms.
-
Uses of PcapIf in org.jnetpcap
Methods in org.jnetpcap that return types with arguments of type PcapIfModifier and TypeMethodDescriptionPcap.findAllDevs()Constructs a list of network devices that can be opened with pcap_create(3PCAP) and pcap_activate(3PCAP) or with pcap_open_live(3PCAP).Pcap0_7.findAllDevs()Constructs a list of network devices that can be opened with pcap_create(3PCAP) and pcap_activate(3PCAP) or with pcap_open_live(3PCAP).Pcap.findAllDevsEx(String source, PcapSrc type, String username, String password) Create a list of network devices that can be opened withPcap#open.Pcap.listAllPcapIf(MemorySegment next, Arena scope) List all pcap if.Methods in org.jnetpcap with parameters of type PcapIfModifier and TypeMethodDescriptionstatic PcapCreate a live capture handle.static NetIp4AddressFind the IPv4 network number and netmask for a device.static PcapOpen a device for capturing. -
Uses of PcapIf in org.jnetpcap.constant
Methods in org.jnetpcap.constant with parameters of type PcapIfModifier and TypeMethodDescriptionbooleanSockAddrFamily.checkIfContains(PcapIf dev) Checks if a network interface (PcapIf) has an address of this family type. -
Uses of PcapIf in org.jnetpcap.windows
Methods in org.jnetpcap.windows that return types with arguments of type PcapIfModifier and TypeMethodDescriptionWinPcap.findAllDevsEx(String source, PcapSrc type, String username, String password) Create a list of network devices that can be opened with#openopen.Methods in org.jnetpcap.windows with parameters of type PcapIf