jnetpcap.capture.file.snoop
Interface SnoopFile

All Superinterfaces:
Capture<FilePacket>, java.io.Closeable, FileCapture, FileIterator, java.io.Flushable, MutableCapture<FilePacket>, MutableFileCapture, MutableFileIterator

public interface SnoopFile
extends MutableFileCapture

SNOOP capture file format from SUN Microsystem's folks.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
static int HEADER_LENGTH
           
static byte[] MAGIC_PATTERN
           
 
Method Summary
 
Methods inherited from interface jnetpcap.capture.MutableFileCapture
flush
 
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
 
Methods inherited from interface jnetpcap.capture.Capture
getFilter, getMutableCapture, getRemoteSession, isCaptureMutable, isCaptureRemote, setFilter
 
Methods inherited from interface jnetpcap.capture.MutableFileIterator
seek, setPosition
 
Methods inherited from interface jnetpcap.capture.FileIterator
getPosition
 

Field Detail

MAGIC_PATTERN

static final byte[] MAGIC_PATTERN

HEADER_LENGTH

static final int HEADER_LENGTH
See Also:
Constant Field Values