Uses of Enum Class
org.jnetpcap.constant.PcapIfFlag
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of PcapIfFlag in org.jnetpcap
Modifier and TypeMethodDescriptionPcapIf.flagsAsEnumSet()
Interface flags (e.g., PCAP_IF_LOOPBACK for loopback interfaces), as an enum set. -
Uses of PcapIfFlag in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapIfFlag
Returns the enum constant of this class with the specified name.static PcapIfFlag[]
PcapIfFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set
<PcapIfFlag> PcapIfFlag.toEnumSet
(int flags) Converts integer flag bit-field, to an enum set.