Uses of Class
org.jnetpcap.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
Modifier 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
.Modifier and TypeMethodDescriptionstatic Pcap
Create a live capture handle.static NetIp4Address
Find the IPv4 network number and netmask for a device.static Pcap
Open a device for capturing. -
Uses of PcapIf in org.jnetpcap.constant
Modifier and TypeMethodDescriptionboolean
SockAddrFamily.checkIfContains
(PcapIf dev) Check if a PcapIf (pcap device) contains this specific socket AF type. -
Uses of PcapIf in org.jnetpcap.windows
Modifier and TypeMethodDescriptionWinPcap.findAllDevsEx
(String source, PcapSrc type, String username, String password) Create a list of network devices that can be opened with#openopen
.