A B C D F G H I J L M N O P R S T U V W

C

Capture<T extends CapturePacket> - Interface in jnetpcap.capture
A high level, active either a live network or offline file session.
CapturedProperty - Enum in jnetpcap.capture
Enum constants that describe certain properties and thus information a particular type of record may contain.
CaptureFactory - Class in jnetpcap.capture
Static factory methods for creating and accessing capture sessions.
CaptureFactory.Factory - Interface in jnetpcap.capture
An Abstract Factory pattern which creates concrete capture objects.
CaptureFactory.LocalFactory - Interface in jnetpcap.capture
Factory interface for local sessions.
CaptureFactory.RemoteFactory - Interface in jnetpcap.capture
Factory interface for remote sessions.
CaptureFormatException - Exception in jnetpcap.capture
Thrown when Invalid format has been encountered in the capture file.
CaptureFormatException() - Constructor for exception jnetpcap.capture.CaptureFormatException
 
CaptureFormatException(String) - Constructor for exception jnetpcap.capture.CaptureFormatException
 
CaptureFormatException(String, File, long) - Constructor for exception jnetpcap.capture.CaptureFormatException
 
CaptureInputStream - Class in jnetpcap.capture
A CaptureInputStream deserializes CapturePackets into DeserializedPacket objects previously written using a CaptureOutputStream.
CaptureInputStream(InputStream) - Constructor for class jnetpcap.capture.CaptureInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
CaptureInterface - Interface in jnetpcap.capture
Describes the capture device that captured the packet.
CaptureInterface.Capability - Enum in jnetpcap.capture
Enum structure which defines the capabilities of the capturing device such as a network interface and the kernel of this particular OS.
CaptureInterface.TimestampResolution - Enum in jnetpcap.capture
 
CaptureOpenException - Exception in jnetpcap.capture
Any errors while opening a capture session.
CaptureOpenException() - Constructor for exception jnetpcap.capture.CaptureOpenException
 
CaptureOpenException(String) - Constructor for exception jnetpcap.capture.CaptureOpenException
 
CaptureOpenException(String, Throwable) - Constructor for exception jnetpcap.capture.CaptureOpenException
 
CaptureOpenException(Throwable) - Constructor for exception jnetpcap.capture.CaptureOpenException
 
CaptureOutputStream - Class in jnetpcap.capture
A CaptureOutputStream writes CapturePackets to an OutputStream.
CaptureOutputStream(OutputStream) - Constructor for class jnetpcap.capture.CaptureOutputStream
 
CapturePacket - Interface in jnetpcap.capture
A captured network packet.
CapturePacketInput - Interface in jnetpcap.capture
CapturePacketInput interface reads CapturePacket objects from underlying storage or stream which is defined by the class implementing this interface.
CapturePacketOutput - Interface in jnetpcap.capture
Allows writting of CapturePackets.
catFile(File, Capture...) - Static method in class jnetpcap.capture.CaptureFactory
Copies all of the CapturePackets returned by the source a destination capture file.
catFile(File, File...) - Static method in class jnetpcap.capture.CaptureFactory
Concatenate all the files into single dst file
catFile(File, File...) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Concatenate all the files into the
catFile(File, Capture...) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Concatenate all the files into the
close() - Method in interface jnetpcap.capture.Capture
Closes the capture session and underlying storage if it was opened.
close() - Method in class jnetpcap.capture.CaptureInputStream
 
close() - Method in class jnetpcap.capture.CaptureOutputStream
 
close() - Method in interface jnetpcap.capture.FileCapture
 
close() - Method in class jnetpcap.capture.RemoteServer
 
close() - Method in interface jnetpcap.capture.RemoteSession
 
compactFile(File) - Static method in class jnetpcap.capture.CaptureFactory
Cleans up and compacts the file contents to most efficient size and layout.
compactFile(File) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Cleans up and compacts the file contents to most efficient size and layout.
convertFile(File, File, FileType) - Static method in class jnetpcap.capture.CaptureFactory
Converts the source file into new file with the destinationType file format.
convertFile(File, File, FileType) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Converts the source file into new file with the destinationType file format.
create(File) - Static method in class jnetpcap.capture.file.nap.NAPModel
 
createBindingMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createBlockRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createCounterMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createEventMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createExpertMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createNoOpRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createPacketRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createProtocolMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createRoutingMetaRecord() - Method in class jnetpcap.capture.file.nap.NAPModel
 
createSession(RemoteServer, Socket) - Method in interface jnetpcap.capture.RemoteSession.RemoteSessionFactory
 

A B C D F G H I J L M N O P R S T U V W