Uses of Interface
jnetpcap.capture.CapturePacket

Packages that use CapturePacket
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file.nap Network cAPture file format. 
 

Uses of CapturePacket in jnetpcap.capture
 

Classes in jnetpcap.capture with type parameters of type CapturePacket
 interface Capture<T extends CapturePacket>
          A high level, active either a live network or offline file session.
 interface MutableCapture<T extends CapturePacket>
          Extends the immutable Capture interface and adds a number of methods to add, remove, move packets or seek within the underlying packet dataset.
 

Subinterfaces of CapturePacket in jnetpcap.capture
 interface DeserializedPacket
          A packet that was sent accross a stream.
 interface FilePacket
          A file based packet.
 interface LivePacket
          A packet that was captured on a live network interface.
 

Methods in jnetpcap.capture with parameters of type CapturePacket
 void CapturePacketOutput.writePacket(CapturePacket packet)
          Write a CapturePacket to the underlying storage or stream.
 void CaptureOutputStream.writePacket(CapturePacket packet)
           
 

Uses of CapturePacket in jnetpcap.capture.file.nap
 

Methods in jnetpcap.capture.file.nap that return types with arguments of type CapturePacket
abstract  java.util.List<? extends CapturePacket> NAPModel.getPacketRecords()