Uses of Interface
jnetpcap.capture.file.DataRecord

Packages that use DataRecord
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 DataRecord in jnetpcap.capture.file
 

Methods in jnetpcap.capture.file with type parameters of type DataRecord
<C extends DataRecord>
C
DataRecord.asType(java.lang.Class<C> c)
          Converts java class type of a generic record into more specific record.
<E extends DataRecord>
MutableRecordIterator<E>
MutableBlockRecord.getRecords(java.lang.Class<E> c)
           
<E extends DataRecord>
RecordIterator<E>
BlockRecord.getRecords(java.lang.Class<E> c)
           
 

Uses of DataRecord in jnetpcap.capture.file.nap
 

Subinterfaces of DataRecord in jnetpcap.capture.file.nap
 interface NAPExpert
           
 interface NAPMetaRecord
           
 interface NAPPacket
           
 

Methods in jnetpcap.capture.file.nap with type parameters of type DataRecord
<E extends DataRecord>
RecordIterator<E>
NAPBlock.getRecords(java.lang.Class<E> c)
           
 

Uses of DataRecord in jnetpcap.capture.file.pcap
 

Subinterfaces of DataRecord in jnetpcap.capture.file.pcap
 interface PcapPacketRecord
           
 

Uses of DataRecord in jnetpcap.capture.file.snoop
 

Subinterfaces of DataRecord in jnetpcap.capture.file.snoop
 interface SnoopPacketRecord