Uses of Class
jnetpcap.capture.CaptureFormatException

Packages that use CaptureFormatException
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. 
 

Uses of CaptureFormatException in jnetpcap.capture
 

Methods in jnetpcap.capture that throw CaptureFormatException
<C extends FileCapture>
C
FileCapture.asType(java.lang.Class<C> c)
          Converts the generic capture file into a more specific type.
 

Uses of CaptureFormatException in jnetpcap.capture.file
 

Methods in jnetpcap.capture.file that throw CaptureFormatException
<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)
           
 void Record.validateRecord()
           
 

Uses of CaptureFormatException in jnetpcap.capture.file.nap
 

Methods in jnetpcap.capture.file.nap that throw CaptureFormatException
abstract  Record NAPModel.readRecord(Record parent)