Module org.jnetpcap

Enum Class PcapTStampPrecision

java.lang.Object
java.lang.Enum<PcapTStampPrecision>
org.jnetpcap.constant.PcapTStampPrecision
All Implemented Interfaces:
Serializable, Comparable<PcapTStampPrecision>, Constable, IntSupplier

public enum PcapTStampPrecision extends Enum<PcapTStampPrecision> implements IntSupplier
Time stamp resolution types. Not all systems and interfaces will necessarily support all of these resolutions when doing live captures; all of them can be requested when reading a savefile.
 
#define PCAP_TSTAMP_PRECISION_MICRO     0       // use timestamps with microsecond precision, default
#define PCAP_TSTAMP_PRECISION_NANO      1       // use timestamps with nanosecond precision
 
 
Author:
mark