Uses of Enum Class
org.jnetpcap.constant.PcapOption
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of PcapOption in org.jnetpcap
Modifier and TypeMethodDescriptionstatic void
Pcap.init
(PcapOption option) Initialize the native libpcap library. -
Uses of PcapOption in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapOption
PcapOption.valueOf
(int option) Converts an integer value into a PCAP option constant.static PcapOption
Returns the enum constant of this class with the specified name.static PcapOption[]
PcapOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional
<PcapOption> PcapOption.toEnum
(int option) Converts an integer value into a PCAP option constant, if found.