Package org.jnetstream.capture.file.pcap

LibPCAP capture file format (PCAP).

See:
          Description

Interface Summary
PcapBlockRecord Pcap Block Record (file header).
PcapFile PCAP file format from tcpdump.org folks.
PcapFormat PCAP file format from tcpdump.org folks.
PcapInput A stream formatted to comform to Pcap file format.
PcapModifier Extends the more generic FileModifier that only has capability to remove records from a capture file, and supplied methods to create and add new records to existing file.
PcapOutput  
PcapPacket  
PcapPacketRecord  
PcapRecord  
 

Class Summary
PcapDataEncapsulation Pcap file DLT value map.
 

Enum Summary
PcapBlockRecord.PcapBlockHeader Defines the static header of a block pcap record.
PcapDLT Pcap data link type that specified the type of the first protocol found within the packet's content buffer.
PcapPacketRecord.PcapPacketHeader  
PCAPRecordType  
 

Package org.jnetstream.capture.file.pcap Description

LibPCAP capture file format (PCAP). This package contains classes and interfaces for working with PCAP files. Typical filename extensions for PCAP capture files are .cap or .pcap for PCAP files.

PCAP API

PCAP API further defines additional capabilities beyond what capturefile package defines. You can access PCAP specific records and private information.