Uses of Interface
jnetpcap.capture.file.BlockRecord

Packages that use BlockRecord
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file Allows full access to capture file structure. 
jnetpcap.capture.file.nap Network cAPture file format. 
jnetpcap.capture.file.pcap PCAP file format as defined by Libpcap library. 
jnetpcap.capture.file.snoop Sun's SNOOP capture file format (RFC 1761) 
 

Uses of BlockRecord in jnetpcap.capture
 

Methods in jnetpcap.capture with type parameters of type BlockRecord
<E extends BlockRecord>
RecordIterator<E>
FileCapture.getRecords(java.lang.Class<E> c)
           
 

Uses of BlockRecord in jnetpcap.capture.file
 

Subinterfaces of BlockRecord in jnetpcap.capture.file
 interface MutableBlockRecord
          Extends the immutable BlockRecord interface and adds methods for adding, removing, moving and seeking file records.
 

Methods in jnetpcap.capture.file that return BlockRecord
 BlockRecord DataRecord.getParent()
           
 

Uses of BlockRecord in jnetpcap.capture.file.nap
 

Subinterfaces of BlockRecord in jnetpcap.capture.file.nap
 interface NAPBlock
           
 

Uses of BlockRecord in jnetpcap.capture.file.pcap
 

Subinterfaces of BlockRecord in jnetpcap.capture.file.pcap
 interface PcapBlockRecord
           
 

Uses of BlockRecord in jnetpcap.capture.file.snoop
 

Subinterfaces of BlockRecord in jnetpcap.capture.file.snoop
 interface SnoopBlockRecord