|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PcapFile
PCAP file format from tcpdump.org folks.
| Field Summary | |
|---|---|
static int |
HEADER_LENGTH
|
static byte[] |
MAGIC_PATTERN_BE
|
static byte[] |
MAGIC_PATTERN_LE
|
| Method Summary | |
|---|---|
PcapBlockRecord |
newBlockRecord()
|
PcapPacketRecord |
newPacketRecord(PcapBlockRecord parent)
|
| 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 |
|---|
static final byte[] MAGIC_PATTERN_LE
static final byte[] MAGIC_PATTERN_BE
static final int HEADER_LENGTH
| Method Detail |
|---|
PcapBlockRecord newBlockRecord()
throws java.io.IOException
java.io.IOException
PcapPacketRecord newPacketRecord(PcapBlockRecord parent)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||