org.jnetstream.capture.file.pcap
Interface PcapFormat

All Known Subinterfaces:
PcapFile

public interface PcapFormat

PCAP file format from tcpdump.org folks.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
static long DEFAULT_ACCURACY
           
static long DEFAULT_SNAPLEN
           
static int HEADER_LENGTH
          Pcap file or block header length is constant 24 bytes
 

Field Detail

DEFAULT_ACCURACY

static final long DEFAULT_ACCURACY
See Also:
Constant Field Values

DEFAULT_SNAPLEN

static final long DEFAULT_SNAPLEN
See Also:
Constant Field Values

HEADER_LENGTH

static final int HEADER_LENGTH
Pcap file or block header length is constant 24 bytes

See Also:
Constant Field Values