Uses of Enum Class
org.jnetpcap.constant.WinPcapMode
Packages that use WinPcapMode
Package
Description
Various libpcap related constants
Provides support for Pcap on Microsoft Windows platforms.
-
Uses of WinPcapMode in org.jnetpcap.constant
Methods in org.jnetpcap.constant that return WinPcapModeModifier and TypeMethodDescriptionstatic WinPcapModeWinPcapMode.valueOf(int mode) Converts numerical WinPcap mode constant to an enum.static WinPcapModeReturns the enum constant of this class with the specified name.static WinPcapMode[]WinPcapMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jnetpcap.constant that return types with arguments of type WinPcapModeModifier and TypeMethodDescriptionstatic Optional<WinPcapMode> WinPcapMode.toEnum(int mode) Converts numerical WinPcap mode constant to an enum, if found. -
Uses of WinPcapMode in org.jnetpcap.windows
Methods in org.jnetpcap.windows with parameters of type WinPcapModeModifier and TypeMethodDescriptionvoidWinPcap.setMode(WinPcapMode winPcapMode) Set the working mode of the interface p to mode.