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 PcapTStampPrecisionPcap1_5.getTstampPrecision()Gets the tstamp precision.Methods in org.jnetpcap with parameters of type PcapTStampPrecisionModifier and TypeMethodDescriptionstatic Pcap.LinuxPcap.Linux.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static PcapPcap.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap.UnixPcap.Unix.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_10Pcap1_10.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.static Pcap1_5Pcap1_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_9Pcap1_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 PcapPcap1_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 PcapTStampPrecisionPcapTStampPrecision.valueOf(int value) Value of.static PcapTStampPrecisionReturns 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 NpcapNpcap.openDeadWithTstampPrecision(PcapDlt linktype, int snaplen, PcapTStampPrecision precision) Open a fake pcap_t for compiling filters or opening a capture for output.