Uses of Enum Class
org.jnetpcap.constant.PcapSrc
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 PcapSrc in org.jnetpcap
-
Uses of PcapSrc in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapSrc
PcapSrc.valueOf
(int src) Converts PCAP src numerical constant to an enum constant.static PcapSrc
Returns the enum constant of this class with the specified name.static PcapSrc[]
PcapSrc.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PcapSrc in org.jnetpcap.windows
Modifier and TypeMethodDescriptionstatic String
WinPcap.createSrcStr
(PcapSrc type, String host, String port, String name) Accept a set of strings (host name, port, ...), and it returns the complete source string according to the new format (e.g.WinPcap.findAllDevsEx
(String source, PcapSrc type, String username, String password) Create a list of network devices that can be opened with#openopen
.