Uses of Package
jnetpcap.capture.file

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

Classes in jnetpcap.capture.file used by jnetpcap.capture
BlockRecord
          A block record also sometimes refered to a file header in a capture file which uniquely identifies the file as certain type with a magic pattern or magic number.
PacketCounterModel
          Defines different types of models, or algorithms that can be used to count packets in a capture file.
RecordIterator
          An iterator that allows iteration over records contained in a capture file.
SuppliedFileTypes
          Defines enum constants for all the currently supported capture file types by the jNetPCAP capture framework.
 

Classes in jnetpcap.capture.file used by jnetpcap.capture.file
BlockRecord
          A block record also sometimes refered to a file header in a capture file which uniquely identifies the file as certain type with a magic pattern or magic number.
DataRecord
          Data record is a record in a capture file that belongs to one block record, a parent/child relationship, and contains some kind of data.
MutableRecordIterator
          Iterator which extends the basic immutable RecordIterator and add methods to add, remove, move or seek records in a capture file.
PacketCounterModel
          Defines different types of models, or algorithms that can be used to count packets in a capture file.
Record
          A record within a capture file.
Record.Capability
          Enum constants that describe certain capabilities and thus information a particular type of record may contain.
Record.RecordType
          Interface that allows retrieval of type information about each impelementation specific record type.
Record.RecordType.CommonRecordType
          Interface that allows retrieval of type information about each impelementation specific record type.
RecordIterator
          An iterator that allows iteration over records contained in a capture file.
SuppliedFileTypes
          Defines enum constants for all the currently supported capture file types by the jNetPCAP capture framework.
 

Classes in jnetpcap.capture.file used by jnetpcap.capture.file.nap
BlockRecord
          A block record also sometimes refered to a file header in a capture file which uniquely identifies the file as certain type with a magic pattern or magic number.
DataRecord
          Data record is a record in a capture file that belongs to one block record, a parent/child relationship, and contains some kind of data.
Record
          A record within a capture file.
Record.RecordType
          Interface that allows retrieval of type information about each impelementation specific record type.
RecordIterator
          An iterator that allows iteration over records contained in a capture file.
 

Classes in jnetpcap.capture.file used by jnetpcap.capture.file.pcap
BlockRecord
          A block record also sometimes refered to a file header in a capture file which uniquely identifies the file as certain type with a magic pattern or magic number.
DataRecord
          Data record is a record in a capture file that belongs to one block record, a parent/child relationship, and contains some kind of data.
Record
          A record within a capture file.
 

Classes in jnetpcap.capture.file used by jnetpcap.capture.file.snoop
BlockRecord
          A block record also sometimes refered to a file header in a capture file which uniquely identifies the file as certain type with a magic pattern or magic number.
DataRecord
          Data record is a record in a capture file that belongs to one block record, a parent/child relationship, and contains some kind of data.
Record
          A record within a capture file.