openOfflineWithTstampPrecision

fnPcapHandle openOfflineWithTstampPrecision(string fname, u_int precision, out string errBuf)

Opens a savefile for reading, with specified timestamp precision.

Parameters

fnameThe path to the savefile.
precisionThe desired timestamp precision (e.g. PCAP_TSTAMP_PRECISION_MICRO).
errBufBuffer to receive error information if the open fails.

Returns

A PcapHandle.