Uses of Enum Class
org.jnetpcap.constant.PcapTStampPrecision
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 PcapTStampPrecision in org.jnetpcap
Modifier and TypeMethodDescriptionPcap.getTstampPrecision()
Get the time stamp precision returned in captures.final PcapTStampPrecision
Pcap1_5.getTstampPrecision()
Gets the tstamp precision.Modifier and TypeMethodDescriptionstatic Pcap.Linux
Pcap.Linux.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap
Pcap.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap.Unix
Pcap.Unix.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_10
Pcap1_10.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_5
Pcap1_5.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_9
Pcap1_9.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.Pcap.setTstampPrecision
(PcapTStampPrecision precision) Set the time stamp precision returned in captures.final Pcap
Pcap1_5.setTstampPrecision
(PcapTStampPrecision precision) Sets the tstamp precision. -
Uses of PcapTStampPrecision in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapTStampPrecision
PcapTStampPrecision.valueOf
(int value) Value of.static PcapTStampPrecision
Returns the enum constant of this class with the specified name.static PcapTStampPrecision[]
PcapTStampPrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PcapTStampPrecision in org.jnetpcap.windows
Modifier and TypeMethodDescriptionstatic Npcap
Npcap.openDeadWithTstampPrecision
(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.