Uses of Package
jnetpcap.capture

Packages that use jnetpcap.capture
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 used by jnetpcap.capture
Capture
          A high level, active either a live network or offline file session.
CapturedProperty
          Enum constants that describe certain properties and thus information a particular type of record may contain.
CaptureFactory.Factory
          An Abstract Factory pattern which creates concrete capture objects.
CaptureFactory.LocalFactory
          Factory interface for local sessions.
CaptureFactory.RemoteFactory
          Factory interface for remote sessions.
CaptureFormatException
          Thrown when Invalid format has been encountered in the capture file.
CaptureInterface
          Describes the capture device that captured the packet.
CaptureInterface.Capability
          Enum structure which defines the capabilities of the capturing device such as a network interface and the kernel of this particular OS.
CaptureInterface.TimestampResolution
           
CapturePacket
          A captured network packet.
CapturePacketInput
          CapturePacketInput interface reads CapturePacket objects from underlying storage or stream which is defined by the class implementing this interface.
CapturePacketOutput
          Allows writting of CapturePackets.
DataEncapsulation
          DLT (Data Link Type) specifies the type of data link protocol that encapsulates the packet data.
DeserializedPacket
          A packet that was sent accross a stream.
FileCapture
          Immutable interface to an open capture file.
FileIterator
          A bi-directional, random-access iterator.
FilePacket
          A file based packet.
FileType
          Base interface for all the known file types.
LiveCapture
          A network packet cature on a live network interface.
LiveCapture.Option
          Options which can be set on open captures.
MutableCapture
          Extends the immutable Capture interface and adds a number of methods to add, remove, move packets or seek within the underlying packet dataset.
MutableCaptureInterface
          Provides methods for setting various properties of the underlying CaptureInterface object.
MutableFileCapture
          Extends the immutable FileCapture and adds methods to manipulate the packets stored in a capture file.
MutableFileIterator
          Extends the immutable FileIterator and adds methods to add, remove, move or seek around the underlying packet dataset.
RemoteAuthenticationException
           
RemoteServer
          Allows remote capture sessions to be started from non-local system.
RemoteSession
          A remote session which allows remote capture of live packets or capture file manipulation.
RemoteSession.Option
           
RemoteSession.RemoteService
          Lists all the avaiable remote services that can be opened, changed, enabled and disabled.
RemoteSession.RemoteSessionFactory
          Remote session handler is an object that is called by the CaptureServer to handle an incomming RemoteSession connection.
 

Classes in jnetpcap.capture used by jnetpcap.capture.file
CaptureFormatException
          Thrown when Invalid format has been encountered in the capture file.
FileCapture
          Immutable interface to an open capture file.
FileType
          Base interface for all the known file types.
 

Classes in jnetpcap.capture used by jnetpcap.capture.file.nap
Capture
          A high level, active either a live network or offline file session.
CapturedProperty
          Enum constants that describe certain properties and thus information a particular type of record may contain.
CaptureFormatException
          Thrown when Invalid format has been encountered in the capture file.
CapturePacket
          A captured network packet.
FileCapture
          Immutable interface to an open capture file.
FileIterator
          A bi-directional, random-access iterator.
 

Classes in jnetpcap.capture used by jnetpcap.capture.file.pcap
Capture
          A high level, active either a live network or offline file session.
FileCapture
          Immutable interface to an open capture file.
FileIterator
          A bi-directional, random-access iterator.
MutableCapture
          Extends the immutable Capture interface and adds a number of methods to add, remove, move packets or seek within the underlying packet dataset.
MutableFileCapture
          Extends the immutable FileCapture and adds methods to manipulate the packets stored in a capture file.
MutableFileIterator
          Extends the immutable FileIterator and adds methods to add, remove, move or seek around the underlying packet dataset.
 

Classes in jnetpcap.capture used by jnetpcap.capture.file.snoop
Capture
          A high level, active either a live network or offline file session.
FileCapture
          Immutable interface to an open capture file.
FileIterator
          A bi-directional, random-access iterator.
MutableCapture
          Extends the immutable Capture interface and adds a number of methods to add, remove, move packets or seek within the underlying packet dataset.
MutableFileCapture
          Extends the immutable FileCapture and adds methods to manipulate the packets stored in a capture file.
MutableFileIterator
          Extends the immutable FileIterator and adds methods to add, remove, move or seek around the underlying packet dataset.