jnetpcap.capture.file.nap
Interface NapFile

All Superinterfaces:
Capture<FilePacket>, java.io.Closeable, FileCapture, FileIterator

public interface NapFile
extends FileCapture

NAP capture file format from Sly Technologies folks.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
static long BLOCKING_FACTOR
           
static int HDR_RECORD_LENGTH
           
static int HDR_TYPE
           
 
Method Summary
 
Methods inherited from interface jnetpcap.capture.FileCapture
asType, close, getFileType, getHeaderByteOrder, getMagicPattern, getPacketCount, getPacketCount, getRecords, getVersion, newPacket
 
Methods inherited from interface jnetpcap.capture.Capture
getFilter, getMutableCapture, getRemoteSession, isCaptureMutable, isCaptureRemote, setFilter
 
Methods inherited from interface jnetpcap.capture.FileIterator
getPosition
 

Field Detail

BLOCKING_FACTOR

static final long BLOCKING_FACTOR
See Also:
Constant Field Values

HDR_RECORD_LENGTH

static final int HDR_RECORD_LENGTH
See Also:
Constant Field Values

HDR_TYPE

static final int HDR_TYPE
See Also:
Constant Field Values