Package jnetpcap.capture.file.pcap

PCAP file format as defined by Libpcap library.

See:
          Description

Interface Summary
PcapBlockRecord  
PcapFile PCAP file format from tcpdump.org folks.
PcapPacketRecord  
 

Enum Summary
PcapBlockRecord.HDR  
PcapPacketRecord.HDR  
 

Package jnetpcap.capture.file.pcap Description

PCAP file format as defined by Libpcap library. This package contains classes and interfaces for working with PCAP files.

PCAP API

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