Uses of Enum Class
org.jnetpcap.constant.PcapTStampPrecision
Packages that use 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
Methods in org.jnetpcap that return PcapTStampPrecisionModifier and TypeMethodDescriptionPcap.getTstampPrecision()
Get the time stamp precision returned in captures.final PcapTStampPrecision
Pcap1_5.getTstampPrecision()
Gets the tstamp precision.Methods in org.jnetpcap with parameters of type PcapTStampPrecisionModifier 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.protected static <T extends Pcap>
TPcap1_5.openDeadWithTstampPrecision
(Pcap0_4.PcapSupplier<T> factory, 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
Methods in org.jnetpcap.constant that return PcapTStampPrecisionModifier 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
Methods in org.jnetpcap.windows with parameters of type PcapTStampPrecisionModifier 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.