openOffline

fnPcapHandle openOffline(string fname, out string errBuf)

Opens a savefile for reading.

Parameters

fnameThe path to the savefile.
errBufBuffer to receive error information if the open fails.

Returns

A PcapHandle. Check isNull() to see if the open succeeded.