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

A

A - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
abortChanges() - Method in interface org.jnetstream.capture.file.FileModifier
Aborts any in-memory changes that currently exist.
abortChanges() - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Aborts any in-memory changes that currently exist.
abortChanges() - Method in interface org.jnetstream.capture.FileCapture
Method which abandons all currently cached and pending changes to the file contents.
ABS - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
AbstractDataType - Class in org.jnetstream.lang.npl.type
 
AbstractDataType() - Constructor for class org.jnetstream.lang.npl.type.AbstractDataType
 
accept(ByteBuffer, FilterTarget) - Method in class org.jnetstream.filter.bpf.BPFFilter
 
accept(ByteBuffer, T) - Method in interface org.jnetstream.filter.Filter
 
accept(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.AND
 
accept(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.MAXIMUM
Will always return true unless the supplied maximum is non-zero.
accept(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.MINIMUM
Returns true if evaluted expression was true and false if it was false, unless minimum value specified was 0 at which time this method will always return false.
accept(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.NOT
Value of the source filter is inverted.
accept(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.OR
 
add(S) - Method in interface org.jnetstream.capture.file.FileModifier
Appends the content of the buffer to the end of the storage medium.
add(S) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Appends the content of the buffer to the end of the storage medium.
add(long, S...) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Adds an array of list at the index location in the order they appear in the array.
add(NAPRecord) - Method in interface org.jnetstream.capture.file.nap.NapOutput
 
add(PcapRecord) - Method in interface org.jnetstream.capture.file.pcap.PcapOutput
 
add(ByteBuffer) - Method in interface org.jnetstream.capture.file.pcap.PcapOutput
 
add(long, ByteBuffer, ByteBuffer) - Method in interface org.jnetstream.capture.file.RawIndexer
Adds a new record using two buffers.
add(long, ByteBuffer, boolean) - Method in interface org.jnetstream.capture.file.RawIndexer
Adds a new record at the current indexed position.
add(ByteBuffer, ByteBuffer) - Method in interface org.jnetstream.capture.file.RawIterator
Adds a new record using two buffers.
add(ByteBuffer, boolean) - Method in interface org.jnetstream.capture.file.RawIterator
Adds a new record at the current cursor position.
add(SnoopRecord) - Method in interface org.jnetstream.capture.file.snoop.SnoopOutput
 
add(Packet) - Method in interface org.jnetstream.capture.OutputCapture
Formats the contents of the supplied packet to the underlying format and serializes the data which is then sent to the output stream.
add(T) - Method in interface org.jnetstream.capture.OutputCapture
Formats the contents of the supplied record to the underlying format and serializes the data which is then sent to the output stream.
add(ByteBuffer) - Method in interface org.jnetstream.capture.OutputCapture
Sends the contents of the supplied buffer to the formatted output stream.
add(long, ByteBuffer, Protocol, long, long, long) - Method in interface org.jnetstream.capture.PacketIndexer
Adds a new packet to the capture file at current cursor position.
add(long, ByteBuffer, int, long, long, long) - Method in interface org.jnetstream.capture.PacketIndexer
Adds a new packet to the capture file at current cursor position.
add(long, ByteBuffer, Protocol, long) - Method in interface org.jnetstream.capture.PacketIndexer
Adds a new packet to the capture file at current cursor position.
add(long, ByteBuffer, Protocol) - Method in interface org.jnetstream.capture.PacketIndexer
Adds a new packet to the capture file at current cursor position.
add(long, ByteBuffer) - Method in interface org.jnetstream.capture.PacketIndexer
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer, Protocol, long, long, long) - Method in interface org.jnetstream.capture.PacketIterator
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer, int, long, long, long) - Method in interface org.jnetstream.capture.PacketIterator
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer, Protocol, long) - Method in interface org.jnetstream.capture.PacketIterator
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer, Protocol) - Method in interface org.jnetstream.capture.PacketIterator
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer) - Method in interface org.jnetstream.capture.PacketIterator
Adds a new packet to the capture file at current cursor position.
add(ByteBuffer, Protocol, long, long) - Method in interface org.jnetstream.capture.PacketModifier
Adds a new packet to the current capture session.
add(ByteBuffer, Protocol, long, long, int) - Method in interface org.jnetstream.capture.PacketModifier
Adds a new packet to the current capture session.
add(List<? extends CapturePacket>) - Method in interface org.jnetstream.capture.PacketModifier
Bulk add, which adds several packets at the same time to the capture session.
add(Packet) - Method in interface org.jnetstream.capture.PacketModifier
Adds the supplied packet after the current position.
add(Packet, long, long) - Method in interface org.jnetstream.capture.PacketModifier
Adds the supplied packet after the current position.
ADD - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
add(Header) - Method in interface org.jnetstream.packet.HeaderCache
 
add(int, int) - Method in interface org.jnetstream.packet.HeaderCache
 
add(int, int, Header) - Method in interface org.jnetstream.packet.HeaderCache
 
add(Class<T>) - Method in interface org.jnetstream.packet.HeaderModifier
 
add(T) - Method in interface org.jnetstream.packet.HeaderModifier
 
add(MonitorListener<T>) - Method in class org.jnetstream.packet.MonitorSupport
 
add(ByteBuffer) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(byte[]) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(ByteBuffer, Class<? extends Header>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(byte[], Class<? extends Header>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(T) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(Class<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(Class<? extends Header>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
add(T) - Method in interface org.jnetstream.protocol.codec.HeaderRuntime
 
addAll(List<S>) - Method in interface org.jnetstream.capture.file.FileModifier
Add new content from supplied buffer at the current position.
addAll(S...) - Method in interface org.jnetstream.capture.file.FileModifier
Adds an array of list at the current location in the order they appear in the array.
addAll(long, List<S>) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Add new content from supplied buffer at the index position.
addAll(Class<? extends Header>, Class<?>...) - Method in interface org.jnetstream.packet.HeaderModifier
 
addAll(List<Class<? extends Header>>) - Method in interface org.jnetstream.packet.HeaderModifier
 
addAll(Class<? extends Header>, Class<?>...) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
addAll(List<Class<? extends Header>>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
addBinding(ProtocolBinding) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
addBinding(ProtocolInfo.Binding) - Method in class org.jnetstream.protocol.NullProtocol
 
addBinding(ProtocolBinding) - Method in interface org.jnetstream.protocol.ProtocolEntry
 
addBinding(ProtocolInfo.Binding) - Method in interface org.jnetstream.protocol.ProtocolInfo
 
addBlock() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecordModifier
 
addBlockRecord() - Method in interface org.jnetstream.capture.file.nap.NAPDataRecordModifier
Adds a new block record.
addCaptureDeviceRecord() - Method in interface org.jnetstream.capture.file.nap.NAPDataRecordModifier
Adds a new capture device record.
addListener(MonitorListener<T>) - Method in interface org.jnetstream.packet.Monitored
 
addNoOpRecord() - Method in interface org.jnetstream.capture.file.nap.NAPDataRecordModifier
Adds a new NoOp record.
addPacketRecord() - Method in interface org.jnetstream.capture.file.nap.NAPDataRecordModifier
Adds a new packet record.
addPacketRecord(ByteBuffer, long, int, int) - Method in interface org.jnetstream.capture.file.pcap.PcapModifier
Adds a new packet record to the Pcap file.
addPropertyRecord() - Method in interface org.jnetstream.capture.file.nap.NAPDataRecordModifier
Adds a new property record.
addProtocol(Protocol) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
addTranslation(Class<? extends FileCapture<? extends FilePacket>>, Protocol, int) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
ALU - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
AND - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
append(FileCapture<? extends FilePacket>, Capture...) - Static method in class org.jnetstream.capture.Captures
Copies all of the CapturePackets returned by the source capture sessions into the already open capture file.
append(FileCapture<? extends FilePacket>, Capture...) - Method in interface org.jnetstream.capture.Captures.Factory
Copies all of the CapturePackets returned by the source into the already open capture file.
asConst(long) - Static method in enum org.jnetstream.capture.file.pcap.PcapDLT
 
asConst(long) - Static method in enum org.jnetstream.capture.file.snoop.SnoopDLT
 
asPcap(Protocol) - Static method in enum org.jnetstream.capture.file.pcap.PcapDLT
Converts a jNS protocol constant into a PcapDLT specific value
asPcap(Protocol) - Static method in enum org.jnetstream.capture.file.snoop.SnoopDLT
Converts a jNS protocol constant into a PcapDLT specific value
asProtocol() - Method in enum org.jnetstream.capture.file.pcap.PcapDLT
Returns the mapped jNS protocol constant for this PcapDLT
asProtocol() - Method in enum org.jnetstream.capture.file.snoop.SnoopDLT
Returns the mapped jNS protocol constant for this PcapDLT
asRecordFilter(Filter<ProtocolFilterTarget>, ProtocolFilterTarget) - Method in interface org.jnetstream.capture.file.HeaderReader
Method adapts a "protocol" filter to a "record" filter.
asType(Class<C>) - Method in interface org.jnetstream.capture.file.DataRecord
Converts java class type of a generic record into more specific record.
asType(Class<T>) - Method in interface org.jnetstream.capture.file.Record
Converts the current record to more specific type of 'c'.
available() - Method in class org.jnetstream.capture.PacketInputStream
Gets the number of bytes available for read without blocking the operation.

B

B - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
BindingResolver - Interface in org.jnetstream.protocol
Resolves a binding to a protocol.
bitIndex() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
Returns a special bit index for core protocols.
BLOCKING_FACTOR - Static variable in interface org.jnetstream.capture.file.nap.NapFile
 
BLOCKING_FACTOR - Static variable in class org.jnetstream.capture.file.nap.NAPModel
Default blocking factor for BlockRecords
BlockRecord - Interface in org.jnetstream.capture.file
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.
Bound<T> - Interface in org.jnetstream.protocol
Defines a method for checking a binding by value of a protocol.
BPFCode - Enum in org.jnetstream.filter.bpf
Instruction set for BPF program.
BpfFactory - Class in org.jnetstream.filter.bpf
 
BPFFilter<T extends FilterTarget> - Class in org.jnetstream.filter.bpf
Berkley Packet Filter (BFP) filter program.
BPFFilter(BPFProgram, T) - Constructor for class org.jnetstream.filter.bpf.BPFFilter
Initializes the filter for a very specific target only with the provided program.
BPFFilter(FilterExpression<BPFProgram>) - Constructor for class org.jnetstream.filter.bpf.BPFFilter
Initializes the BPF filter with the specified filter expression in what ever syntax the user chooses.
BPFFilter() - Constructor for class org.jnetstream.filter.bpf.BPFFilter
Only used when subclassed.
BPFFilter.BPFProtocolFilter - Class in org.jnetstream.filter.bpf
 
BPFFilter.BPFProtocolFilter(BPFProgram) - Constructor for class org.jnetstream.filter.bpf.BPFFilter.BPFProtocolFilter
Initializes the filter for a very specific target only with the provided program.
BPFFilter.BPFProtocolFilter(BPFProgram, ProtocolFilterTarget) - Constructor for class org.jnetstream.filter.bpf.BPFFilter.BPFProtocolFilter
 
BPFFilter.BPFProtocolFilter(FilterExpression<BPFProgram>) - Constructor for class org.jnetstream.filter.bpf.BPFFilter.BPFProtocolFilter
 
BPFInstruction - Class in org.jnetstream.filter.bpf
A single instruction of a BPF binary program.
BPFInstruction(byte[], int, ByteOrder) - Constructor for class org.jnetstream.filter.bpf.BPFInstruction
Initializes the instruction from raw buffer data.
BPFInstruction(ByteBuffer, int) - Constructor for class org.jnetstream.filter.bpf.BPFInstruction
Initializes the instruction from raw buffer data.
BPFInstruction(int, int, int, int) - Constructor for class org.jnetstream.filter.bpf.BPFInstruction
 
BPFInstruction(int, int, int, long) - Constructor for class org.jnetstream.filter.bpf.BPFInstruction
 
BPFInstruction.Symbol - Enum in org.jnetstream.filter.bpf
 
BPFProgram - Class in org.jnetstream.filter.bpf
A set of instructions compiled from a textual expression to a binary level which can be passed to a BPF VM for interpretation.
BPFProgram(BPFInstruction[], ByteOrder) - Constructor for class org.jnetstream.filter.bpf.BPFProgram
 
BPFProgram(byte[]) - Constructor for class org.jnetstream.filter.bpf.BPFProgram
Compiles the supplied rawBuffer BPF byte code array into a more java friendly BPFInstruction program.
BPFProgram(String) - Constructor for class org.jnetstream.filter.bpf.BPFProgram
Initializes this BPF program from a tcpdump/libpcap generated pseudo code.
BpfVM - Interface in org.jnetstream.filter.bpf
Public interface to BPF virtual machine.
buffer - Static variable in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
 
buffer - Static variable in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
 
buffer - Static variable in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
 
buffer - Static variable in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
 
Buffered - Interface in org.jnetstream.packet
Allows retrieved of a buffer from a buffered object.
BufferException - Exception in org.jnetstream.capture.file
 
BufferException() - Constructor for exception org.jnetstream.capture.file.BufferException
 
BufferException(String) - Constructor for exception org.jnetstream.capture.file.BufferException
 
BufferException(String, PartialBuffer, long, int, boolean) - Constructor for exception org.jnetstream.capture.file.BufferException
 
BufferException(String, PartialBuffer, long, int, boolean, HeaderReader) - Constructor for exception org.jnetstream.capture.file.BufferException
 
BufferException(String, PartialBuffer, long, int, boolean, Exception) - Constructor for exception org.jnetstream.capture.file.BufferException
 
BufferFetchException - Exception in org.jnetstream.capture.file
 
BufferFetchException(String, PartialBuffer, long, int, HeaderReader, boolean) - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
BufferFetchException() - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
BufferFetchException(String) - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
BufferFetchException(String, PartialBuffer, long, int, boolean) - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
BufferFetchException(String, PartialBuffer, long, int, boolean, Exception) - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
BufferFetchException(String, PartialBuffer, long, int, boolean, FlexRegion, Exception) - Constructor for exception org.jnetstream.capture.file.BufferFetchException
 
bufferOffset - Static variable in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
 
bufferOffset - Static variable in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
 
bufferOffset - Static variable in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
 
bufferOffset - Static variable in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
 

C

Capture<T extends CapturePacket> - Interface in org.jnetstream.capture
Main capture session interface.
CaptureDevice - Interface in org.jnetstream.capture
Describes the capture device that captured the packet.
CaptureDevice.TimestampResolution - Enum in org.jnetstream.capture
Specified the maximum supported timestamp resolution of the capture device.
CaptureDeviceCounters - Interface in org.jnetstream.capture
 
CaptureDeviceState - Interface in org.jnetstream.capture
 
CapturedProperty - Enum in org.jnetstream.capture
Enum constants that describe certain properties and thus information a particular type of record may contain.
CaptureException - Exception in org.jnetstream.capture
 
CaptureException() - Constructor for exception org.jnetstream.capture.CaptureException
 
CaptureException(String) - Constructor for exception org.jnetstream.capture.CaptureException
 
CaptureException(Throwable) - Constructor for exception org.jnetstream.capture.CaptureException
 
CaptureException(String, Throwable) - Constructor for exception org.jnetstream.capture.CaptureException
 
CaptureListener - Interface in org.jnetstream.capture
A listener that can be registered with a Capture object, to be notified of capture events.
CaptureOpenException - Exception in org.jnetstream.capture
Any errors while opening a capture session.
CaptureOpenException() - Constructor for exception org.jnetstream.capture.CaptureOpenException
 
CaptureOpenException(String) - Constructor for exception org.jnetstream.capture.CaptureOpenException
 
CaptureOpenException(String, Throwable) - Constructor for exception org.jnetstream.capture.CaptureOpenException
 
CaptureOpenException(Throwable) - Constructor for exception org.jnetstream.capture.CaptureOpenException
 
CapturePacket - Interface in org.jnetstream.capture
A captured network packet.
CapturePacketInput<T extends CapturePacket> - Interface in org.jnetstream.capture
CapturePacketInput interface reads CapturePacket objects from underlying storage or stream which is defined by the class implementing this interface.
CapturePacketOutput<T extends Packet> - Interface in org.jnetstream.capture
Allows writting of CapturePackets.
Captures - Class in org.jnetstream.capture
Static factory methods for creating and accessing capture sessions.
Captures.Factory - Interface in org.jnetstream.capture
A factory interface for interfacing with implementation of jNetStream API.
Captures.LiveCaptureFactory - Interface in org.jnetstream.capture
Factory classes which create live capture sessions and transmit packets.
Captures.LocalFactory - Interface in org.jnetstream.capture
Factory interface for local sessions.
Captures.RemoteFactory - Interface in org.jnetstream.capture
Factory interface for remote sessions.
CaptureType - Enum in org.jnetstream.capture
Defines the type of capture this is.
catFile(FormatType, File, Capture...) - Static method in class org.jnetstream.capture.Captures
Copies all of the CapturePackets returned by the source a destination capture file.
catFile(FormatType, File, File...) - Static method in class org.jnetstream.capture.Captures
Concatenate all the files into single dst file
catFile(FormatType, File, Capture...) - Method in interface org.jnetstream.capture.Captures.Factory
Concatenate all the files into the
catFile(FormatType, File, File...) - Method in interface org.jnetstream.capture.Captures.Factory
Concatenate all the files into the
Characteristic - Interface in org.jnetstream.protocol
Describes a characteristic of protocol.
Characteristic.BitCodec - Class in org.jnetstream.protocol
A special utility method which can encode and decode a set of characteristics into a bitwise representation in a 32-bit unsigned integer.
Characteristic.BitCodec() - Constructor for class org.jnetstream.protocol.Characteristic.BitCodec
 
Characteristic.Frame - Enum in org.jnetstream.protocol
Describes frame characteristics of a protocol.
Characteristic.Kind - Enum in org.jnetstream.protocol
Kind of protocol this is.
Characteristic.Physical - Enum in org.jnetstream.protocol
Describes the physical characteristics of the network.
checkBinding(T) - Method in interface org.jnetstream.protocol.Bound
Checks if supplied value matches any of the fields marked as "linked" in source NPL definition file.
clear() - Method in interface org.jnetstream.packet.HeaderCache
Reinitializes the map to initial empty state
clear() - Method in class org.jnetstream.packet.MonitorSupport
 
clearAll() - Method in interface org.jnetstream.packet.HeaderModifier
Clears all the buffer contents to zeros, effectively removing all headers from the packet.
clearAll() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
clearDynamic() - Method in class org.jnetstream.packet.EnumProperties
 
close() - Static method in class org.jnetstream.capture.Captures
Closes the last capture that was returned by this factory class.
close() - Method in interface org.jnetstream.capture.InputCapture
Closes the capture session and the underlying inputstream.
close() - Method in class org.jnetstream.capture.PacketInputStream
Closes this and the underlying input stream.
close() - Method in class org.jnetstream.capture.PacketOutputStream
Closes the output stream.
close() - Method in class org.jnetstream.capture.RemoteServer
Closes this remote server down and will stop listenting for any more incomming connections.
close() - Method in interface org.jnetstream.capture.RemoteSession
Closes the remote session to the remote server.
close() - Method in class org.jnetstream.packet.format.PacketFormatter
 
code - Variable in class org.jnetstream.filter.bpf.BPFInstruction
 
Codec - Interface in org.jnetstream.protocol.codec
A protocol coder/decoder.
Codec.Characteristic - Enum in org.jnetstream.protocol.codec
Describe certain characteristics of a codec.
CodecCreateException - Exception in org.jnetstream.protocol.codec
 
CodecCreateException() - Constructor for exception org.jnetstream.protocol.codec.CodecCreateException
 
CodecCreateException(String) - Constructor for exception org.jnetstream.protocol.codec.CodecCreateException
 
CodecCreateException(Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecCreateException
 
CodecCreateException(String, Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecCreateException
 
CodecDefinitionException - Exception in org.jnetstream.protocol.codec
 
CodecDefinitionException() - Constructor for exception org.jnetstream.protocol.codec.CodecDefinitionException
 
CodecDefinitionException(String) - Constructor for exception org.jnetstream.protocol.codec.CodecDefinitionException
 
CodecDefinitionException(Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecDefinitionException
 
CodecDefinitionException(String, Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecDefinitionException
 
CodecException - Exception in org.jnetstream.protocol.codec
 
CodecException() - Constructor for exception org.jnetstream.protocol.codec.CodecException
 
CodecException(String) - Constructor for exception org.jnetstream.protocol.codec.CodecException
 
CodecException(Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecException
 
CodecException(String, Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecException
 
CodecField<F extends Field,T> - Interface in org.jnetstream.protocol.codec
A codec for fields.
CodecFormatException - Exception in org.jnetstream.protocol.codec
 
CodecFormatException() - Constructor for exception org.jnetstream.protocol.codec.CodecFormatException
 
CodecFormatException(String) - Constructor for exception org.jnetstream.protocol.codec.CodecFormatException
 
CodecFormatException(Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecFormatException
 
CodecFormatException(String, Throwable) - Constructor for exception org.jnetstream.protocol.codec.CodecFormatException
 
CodecMetaHeader - Interface in org.jnetstream.protocol.codec
 
CodecResult - Enum in org.jnetstream.protocol.codec
 
CodecRuntime - Interface in org.jnetstream.protocol.codec
 
CodeTarget - Interface in org.jnetstream.lang
Interface which setups a code target for the compiler.
CommonProperty<T> - Interface in org.jnetstream.packet
 
compact() - Method in interface org.jnetstream.packet.HeaderModifier
Compacts the current data buffer's capacity to be exactly of current length.
compact() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
compile(FilterTarget) - Method in class org.jnetstream.filter.bpf.BPFFilter
 
compile(FilterTarget) - Method in class org.jnetstream.filter.bpf.PcapDebugFilter
 
compile(FilterTarget) - Method in interface org.jnetstream.filter.FilterExpression
Compiles the current expression for target and returns the compiled result
compileBinding(Language, String) - Method in interface org.jnetstream.lang.Compiler
Compiles an expression to target output.
compileExpression() - Method in interface org.jnetstream.lang.Compiler
Compiles an expression to target output.
compileFilter() - Method in interface org.jnetstream.lang.Compiler
Compiles an expression to target output.
compileNplDefinition() - Method in interface org.jnetstream.lang.npl.NplCompiler
 
Compiler - Interface in org.jnetstream.lang
jNetStream compiler interface for all types of compilers.
Compilers - Class in org.jnetstream.lang
Factory class which loads the default NPL compiler.
Compilers() - Constructor for class org.jnetstream.lang.Compilers
 
compileTcpdumpOutput(String) - Static method in class org.jnetstream.filter.bpf.PcapDebugFilter
Compiles a tcpdump/libpcap generated pseudo BPF code to binary form suitable for use with BPFProgram.
contains(Class<? extends Header>) - Method in interface org.jnetstream.packet.HeaderCache
 
contains(int) - Method in interface org.jnetstream.packet.HeaderCache
Checks if the header entry of the protocol at the bit index exists
contains(int, int) - Method in interface org.jnetstream.packet.HeaderCache
Checks if the header entry of the protocol at the bit index exists
contains(ProtocolEntry) - Method in interface org.jnetstream.packet.HeaderCache
 
contains(Object) - Method in class org.jnetstream.packet.MonitorSupport
 
convertBE(byte[]) - Static method in class org.jnetstream.filter.bpf.BPFProgram
Converts a rawBuffer byte[] byte code into an array of more java friendly BPFInstructions.
convertLE(byte[]) - Static method in class org.jnetstream.filter.bpf.BPFProgram
Converts a rawBuffer byte[] code into an array of more java friendly BPFInstructions.
copy(byte[]) - Method in interface org.jnetstream.packet.HeaderModifier
 
copy(ByteBuffer) - Method in interface org.jnetstream.packet.HeaderModifier
Copies the contents from user supplied buffer to the existing packet buffer.
copy(ByteBuffer) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
copy(byte[]) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
coreBitCounter - Static variable in class org.jnetstream.JNetStreamInitializer
 
count(IOSkippableIterator<?>) - Static method in class org.jnetstream.capture.Captures
Generic method for counting elements of any kind given a skippable iterator.
countPackets(File) - Static method in class org.jnetstream.capture.Captures
Counts packets in a file.
countPackets(File) - Method in interface org.jnetstream.capture.Captures.Factory
 
countPackets() - Method in interface org.jnetstream.capture.InputCapture
Counts the number of packets in the input.
create(File) - Static method in class org.jnetstream.capture.file.nap.NAPModel
 
createBindingMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createBlockRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createCounterMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createEventMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createExpertMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createNoOpRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createPacketRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createProtocolMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createRoutingMetaRecord() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
createSession(RemoteServer, Socket) - Method in interface org.jnetstream.capture.RemoteSession.RemoteSessionFactory
 

D

DataField - Interface in org.jnetstream.packet
 
DataHeader - Class in org.jnetstream.packet
 
DataHeader(BitBuffer, int, int) - Constructor for class org.jnetstream.packet.DataHeader
 
DataOperations - Interface in org.jnetstream.lang.npl.type
Interface that defines various operations that can be performed on a particular data type.
DataOperations.DataOperation - Enum in org.jnetstream.lang.npl.type
 
DataRecord - Interface in org.jnetstream.capture.file
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.
DataType - Interface in org.jnetstream.lang.npl.type
Factory and compiler definitions for data types in NPL language.
Decodable - Interface in org.jnetstream.protocol.codec
Means that object can be decoded by a codec.
decode() - Method in interface org.jnetstream.protocol.codec.Decodable
Instruct object to start decoding process.
decode() - Method in interface org.jnetstream.protocol.codec.HeaderRuntime
 
DEFAULT_ACCURACY - Static variable in interface org.jnetstream.capture.file.pcap.PcapFormat
 
DEFAULT_BPF_IMPLEMENTATION - Static variable in class org.jnetstream.filter.bpf.BpfFactory
 
DEFAULT_CAPTURE_OPTION - Static variable in interface org.jnetstream.capture.LiveCapture
The default option when none are specified by the user.
DEFAULT_DATA_INDEX - Static variable in class org.jnetstream.protocol.ProtocolRegistry
 
DEFAULT_INPUTCAPTURE_OTHER_FACTORY - Static variable in interface org.jnetstream.capture.InputCapture
 
DEFAULT_SNAPLEN - Static variable in interface org.jnetstream.capture.file.pcap.PcapFormat
 
defaultFormatter() - Static method in class org.jnetstream.capture.Captures
Gets the default formatter.
defaultFormatter(PacketFormatter) - Static method in class org.jnetstream.capture.Captures
Method is used to set a new default formatter.
DefaultProtocolEntry - Class in org.jnetstream.protocol
 
DefaultProtocolEntry(Protocol, int) - Constructor for class org.jnetstream.protocol.DefaultProtocolEntry
 
DeserializedPacket - Interface in org.jnetstream.capture
A packet that was sent accross a stream.
dispatchValueChange(Field, T, T) - Method in interface org.jnetstream.protocol.codec.CodecField
 
DIV - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
doAdd(O) - Method in class org.jnetstream.lang.npl.type.AbstractDataType
Default implementation always throws UnsupportOperationException.
doAdd(O) - Method in interface org.jnetstream.lang.npl.type.DataOperations
 

E

edit() - Method in interface org.jnetstream.capture.file.Record
 
Element - Interface in org.jnetstream.lang.npl.model
A NPL element of the NPL language.
ElementKind - Enum in org.jnetstream.lang.npl.model
The kind of an NPL element.
encodeToBinary(BPFInstruction[]) - Static method in class org.jnetstream.filter.bpf.BPFInstruction
Converts an array of BPF instructions to a binary program stored in a buffer.
encodeToBinary() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
EnumProperties<D extends java.lang.Enum<D>,S extends java.lang.Enum<S>> - Class in org.jnetstream.packet
A specialized properties map that maintains a set of static global and dynamic properties.
EnumProperties(Object[], Enum<D>[], Enum<S>[]) - Constructor for class org.jnetstream.packet.EnumProperties
 
equals(Object) - Method in class org.jnetstream.packet.EnumProperties
 
eval() - Method in interface org.jnetstream.lang.Expression
 
execute(ByteBuffer, FilterTarget) - Method in class org.jnetstream.filter.bpf.BPFFilter
 
execute(BPFProgram, ByteBuffer, int, int) - Method in interface org.jnetstream.filter.bpf.BpfVM
 
execute(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.AND
Will return the smaller of the evaluated expressions.
execute(ByteBuffer, T) - Method in interface org.jnetstream.filter.Filter
Executes the given filter and returns the result of the evaluation against the buffer.
execute(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.MAXIMUM
The execute method will return the larger of either the evaluated value from the source filter or the supplied maximum.
execute(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.MINIMUM
The execute method will return the smaller of either the evaluated value from the source filter or the supplied minimum.
execute(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.NOT
The execute method will invert the returned length to either Long.MAX_VALUE or 0.
execute(ByteBuffer, T) - Method in class org.jnetstream.filter.Filter.OR
Will return the bigger of the evaluated expressions.
Expression - Interface in org.jnetstream.lang
 

F

FACTORY_CLASS_DEFAULT - Static variable in class org.jnetstream.capture.Captures
Classname of the default factory implementation for jNetStream's Captures factory class.
FACTORY_CLASS_PROPERTY - Static variable in class org.jnetstream.capture.Captures
The name of the system property which controls instantiation of the main factory implementation for this Captures factory class.
FastIterator - Interface in org.jnetstream.capture
Special iterator that allows very low level iteration over large buffers of aquired packet data.
Field<T> - Interface in org.jnetstream.packet
A field within a packet after its been decoded.
Field.DynamicField<T> - Interface in org.jnetstream.packet
 
Field.StaticField - Interface in org.jnetstream.packet
 
FIELD_MAX_DROPS - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
FIELD_MAX_INCLUDED - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
FIELD_MAX_MICROS - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
FIELD_MAX_ORIGINAL - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
FIELD_MAX_RECORD - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
FieldFormatString - Enum in org.jnetstream.packet.format
A set of constants that define the various standard strings that may appear as part of fields formatted output.
FieldGetter - Interface in org.jnetstream.packet.format
A generic value getter from a field.
FieldOption - Enum in org.jnetstream.packet.format
Optional components that can be included as part of the formatted display for a field.
FieldRuntime - Interface in org.jnetstream.protocol.codec
 
FileCapture<T extends FilePacket> - Interface in org.jnetstream.capture
File capture extends the basic Capture interface and adds several capabilites which can only be done with files, as opposed to live captures for example.
FileCaptureInputStream - Class in org.jnetstream.capture.file
 
FileCaptureInputStream() - Constructor for class org.jnetstream.capture.file.FileCaptureInputStream
 
FileFormatException - Exception in org.jnetstream.capture
Thrown when Invalid format has been encountered in the capture file.
FileFormatException() - Constructor for exception org.jnetstream.capture.FileFormatException
 
FileFormatException(String) - Constructor for exception org.jnetstream.capture.FileFormatException
 
FileFormatException(String, File, long) - Constructor for exception org.jnetstream.capture.FileFormatException
 
FileIndexer<G,S,R> - Interface in org.jnetstream.capture.file
Provides indexing services to file based captures.
FileIterator<G,S,R> - Interface in org.jnetstream.capture.file
An iterator that allows iteration over elements contained in a capture file.
FileMode - Enum in org.jnetstream.capture
Defines a file mode for either open or new files created.
FileModifier<S,R> - Interface in org.jnetstream.capture.file
Interface which allows modifications on the underlying storage using a generic interface.
FileOptions - Interface in org.jnetstream.capture.file
Various options for the capture file.
FileOptions.FileProperty - Enum in org.jnetstream.capture.file
Various properties that can be applied to capture files.
FileOptions.MemoryModel - Enum in org.jnetstream.capture.file
Options for changing the memory model used by the implementation.
FilePacket - Interface in org.jnetstream.capture
A file based packet.
FilePacketFactory<T extends FilePacket> - Interface in org.jnetstream.capture.file
A factory for file based packets.
Files - Class in org.jnetstream.capture.file
Factory methods for working with the jNetStream packet package and individual packets.
Files.Factory - Interface in org.jnetstream.capture.file
Factory interface that actually does all the work.
FILTER - Static variable in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
Predefined filter that accepts only Block record types.
FILTER - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
Predefined filter that accepts only Packet record types.
FILTER - Static variable in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
Predefined filter that accepts only Block record types.
FILTER - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
Predefined filter that accepts only Packet record types.
Filter<T extends FilterTarget> - Interface in org.jnetstream.filter
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
Filter.AND<T extends FilterTarget> - Class in org.jnetstream.filter
Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters.
Filter.AND(Filter<T>, Filter<T>) - Constructor for class org.jnetstream.filter.Filter.AND
 
Filter.MAXIMUM<T extends FilterTarget> - Class in org.jnetstream.filter
Returns the larger value either returned by the filter or the supplied max value.
Filter.MAXIMUM(Filter<T>, long) - Constructor for class org.jnetstream.filter.Filter.MAXIMUM
 
Filter.MINIMUM<T extends FilterTarget> - Class in org.jnetstream.filter
Returns the smaller value either returned by the filter or the supplied min value.
Filter.MINIMUM(Filter<T>, long) - Constructor for class org.jnetstream.filter.Filter.MINIMUM
 
Filter.NOT<T extends FilterTarget> - Class in org.jnetstream.filter
Inverts the values returned by a source filter.
Filter.NOT(Filter<T>) - Constructor for class org.jnetstream.filter.Filter.NOT
 
Filter.OR<T extends FilterTarget> - Class in org.jnetstream.filter
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
Filter.OR(Filter<T>, Filter<T>) - Constructor for class org.jnetstream.filter.Filter.OR
 
FilterException - Exception in org.jnetstream.filter
 
FilterException() - Constructor for exception org.jnetstream.filter.FilterException
 
FilterException(String) - Constructor for exception org.jnetstream.filter.FilterException
 
FilterException(Throwable) - Constructor for exception org.jnetstream.filter.FilterException
 
FilterException(String, Throwable) - Constructor for exception org.jnetstream.filter.FilterException
 
FilterExpression<C> - Interface in org.jnetstream.filter
A filter expression interface that can access the abstract syntax tree of the parsed expression in whatever syntax it was originally supplied.
FilterExpression.FilterExpressionType - Enum in org.jnetstream.filter
 
FilterNotFoundException - Exception in org.jnetstream.filter
 
FilterNotFoundException() - Constructor for exception org.jnetstream.filter.FilterNotFoundException
 
FilterNotFoundException(String) - Constructor for exception org.jnetstream.filter.FilterNotFoundException
 
FilterNotFoundException(Throwable) - Constructor for exception org.jnetstream.filter.FilterNotFoundException
 
FilterNotFoundException(String, Throwable) - Constructor for exception org.jnetstream.filter.FilterNotFoundException
 
FilterSyntaxError - Exception in org.jnetstream.filter
Exception when expression compiler encounters a syntax error.
FilterSyntaxError() - Constructor for exception org.jnetstream.filter.FilterSyntaxError
 
FilterSyntaxError(String) - Constructor for exception org.jnetstream.filter.FilterSyntaxError
 
FilterSyntaxError(String, Throwable) - Constructor for exception org.jnetstream.filter.FilterSyntaxError
 
FilterSyntaxError(Throwable) - Constructor for exception org.jnetstream.filter.FilterSyntaxError
 
FilterTarget - Interface in org.jnetstream.filter
Specifies various properties of the target buffer for which a filter should be applied.
findLoadedProtocol(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Will search only in the list of protocols that have been already defined in the ProtocolRegistry.
findProtocol(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Will search in the list of protocols that have been already defined in the ProtocolRegistry and in other places as defined by the implementation of this interface.
FiniteField<T> - Interface in org.jnetstream.packet
A field that is constant, finite offset and length.
FiniteHeader - Interface in org.jnetstream.packet
A normal header that has constant, finite length.
Flow - Interface in org.jnetstream.analyzer.flow
A grouping of similar packets based on flow key criteria.
FlowAnalyzer - Interface in org.jnetstream.analyzer.flow
Analyzer which analyzes incomming packets and determines which packet belongs to which flow.
FlowKey - Interface in org.jnetstream.analyzer.flow
Defines criteria for packets for each individual flow.
flush() - Method in interface org.jnetstream.capture.FileCapture
Changes to file content are cached for efficiency reasons.
flush() - Method in class org.jnetstream.capture.PacketOutputStream
Flushes any buffered changes from this output stream to the underlying stream immediately.
flush() - Method in class org.jnetstream.packet.format.PacketFormatter
 
FoldState - Enum in org.jnetstream.packet.format
Determines an elements folding state.
format() - Method in interface org.jnetstream.packet.Field
 
format(Locale, Packet) - Method in class org.jnetstream.packet.format.PacketFormatter
 
format(Locale, String, Object...) - Method in class org.jnetstream.packet.format.PacketFormatter
 
format(Header) - Method in class org.jnetstream.packet.format.PacketFormatter
 
format(Packet) - Method in class org.jnetstream.packet.format.PacketFormatter
 
format(String, Object...) - Method in class org.jnetstream.packet.format.PacketFormatter
 
format() - Method in interface org.jnetstream.packet.Packet
Formats content of this packet into human readable format using the default formatter and sends the output to the default output device.
format() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
format() - Method in class org.jnetstream.protocol.NullField
 
FormatString<T> - Interface in org.jnetstream.packet.format
Specialized FormatString which can be formated and contains value getters for accessing contents of Packet/Header/Field/SubField/Property objects.
FormatterType - Enum in org.jnetstream.packet.format
Default supplied format types for formatting packet contents for textual output.
formatType(File) - Method in interface org.jnetstream.capture.Captures.Factory
Determines the format type of the supplied file.
formatType(ReadableByteChannel) - Method in interface org.jnetstream.capture.Captures.Factory
Determines the format type of the supplied "input".
formatType(File) - Static method in class org.jnetstream.capture.Captures
Determines the format type of the supplied file.
formatType(InputStream) - Static method in class org.jnetstream.capture.Captures
Determines the format type of the supplied "input".
formatType(ReadableByteChannel) - Static method in class org.jnetstream.capture.Captures
Determines the format type of the supplied "input".
formatType(ReadableByteChannel) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Gets the type of underlying file format the input stream is in.
FormatType - Enum in org.jnetstream.capture
Some standard supplied file types with some convenience methods.
formatType(ReadableByteChannel) - Method in interface org.jnetstream.capture.InputCapture.FormatTypeOtherFactory
Checks the format type of this channel.
FormatType.Detail - Interface in org.jnetstream.capture
Detailed information about a specific format.
formatTypeDetail(File) - Static method in class org.jnetstream.capture.Captures
Determines the format type of the supplied file.
formatTypeDetail(ReadableByteChannel) - Static method in class org.jnetstream.capture.Captures
Determines the format type of the supplied "input".
formatTypeDetail(File) - Method in interface org.jnetstream.capture.Captures.LocalFactory
 
formatTypeDetail(ReadableByteChannel) - Method in interface org.jnetstream.capture.Captures.LocalFactory
 
formatTypeDetail(BufferedReadableByteChannel) - Method in interface org.jnetstream.capture.InputCapture.FormatTypeOtherFactory
 
free() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
FULL_MAGIC_NUMBER - Static variable in class org.jnetstream.capture.file.nap.NAPModel
The pattern used to identify by the first 4 octets of the block header.
FULL_MAGIC_PATTERN - Static variable in class org.jnetstream.capture.file.nap.NAPModel
The pattern used to identify by the first 4 octets of the block header.
fullScan() - Method in interface org.jnetstream.protocol.codec.Scannable
 
fullScan(PacketRuntime) - Method in interface org.jnetstream.protocol.codec.Scanner
Performs a full scan of the raw packet buffer, using object based API to determine to build and decode headers.

G

get(long) - Method in interface org.jnetstream.capture.file.FileIndexer
Main getter method for accessing elements from this indexer.
get(Packet, Header, Field<?>) - Method in interface org.jnetstream.packet.format.FieldGetter
 
get(Packet, Header) - Method in interface org.jnetstream.packet.format.HeaderGetter
 
get(Packet) - Method in interface org.jnetstream.packet.format.PacketGetter
 
get(Packet, Header, Field<?>, Field<?>) - Method in interface org.jnetstream.packet.format.SubFieldGetter
 
getAccuracy() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getAddresses() - Method in interface org.jnetstream.capture.CaptureDevice
Gets a list of addresses that are/were set on the interface.
getAllFields() - Method in class org.jnetstream.packet.DataHeader
 
getAllFields() - Method in interface org.jnetstream.packet.Field
 
getAllFields() - Method in interface org.jnetstream.packet.Header
 
getAllFields() - Method in class org.jnetstream.protocol.NullField
 
getAllFields() - Method in class org.jnetstream.protocol.NullHeader
 
getAllHeaders() - Method in class org.jnetstream.packet.DataHeader
 
getAllHeaders() - Method in interface org.jnetstream.packet.Header
 
getAllHeaders() - Method in interface org.jnetstream.packet.Packet
 
getAllHeaders() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getAllHeaders() - Method in class org.jnetstream.protocol.NullHeader
 
getAllRecords() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getAvailableCodecs() - Method in class org.jnetstream.protocol.NullProtocol
 
getAvailableCodecs() - Method in interface org.jnetstream.protocol.ProtocolInfo
Returns all available codecs for this protocol.
getBindings() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getBindings() - Method in class org.jnetstream.protocol.NullProtocol
 
getBindings() - Method in interface org.jnetstream.protocol.ProtocolEntry
 
getBindings() - Method in interface org.jnetstream.protocol.ProtocolInfo
Gets all of the bindings current attached to this protocol
getBitBuffer() - Method in interface org.jnetstream.protocol.codec.CodecRuntime
 
getBitIndex() - Method in class org.jnetstream.protocol.NullProtocol
 
getBitIndex() - Method in interface org.jnetstream.protocol.ProtocolInfo
Returns a special bit index for core protocols.
getBlockId() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
getBlockIterator() - Method in interface org.jnetstream.capture.file.nap.NapFile
Retrieves iterator over all Block Records within this NAP file.
getBlockIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getBlockIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getBlockIterator() - Method in interface org.jnetstream.capture.FileCapture
Each capture file is organized so that there exists atleast 1 block record, usually at the beginning of the capture file.
getBlockRecord() - Method in interface org.jnetstream.capture.file.DataRecord
Gets the parent block record this data record belongs to.
getBlockRecord() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getBlockRecord() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getBlockRecordHeaderLength() - Method in interface org.jnetstream.capture.file.HeaderReader
Length of the block record's header (file header).
getBlockRecords() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getBuffer() - Method in interface org.jnetstream.packet.Buffered
Retrieve the buffer.
getBuffer() - Method in class org.jnetstream.packet.DataHeader
 
getBuffer() - Method in interface org.jnetstream.packet.Header
Returns buffer containing the header's data.
getBuffer() - Method in interface org.jnetstream.packet.Packet
Gets a buffer that contains the packet's data.
getBuffer() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getBuffer() - Method in interface org.jnetstream.protocol.codec.PacketRuntime
 
getBuffer() - Method in class org.jnetstream.protocol.NullHeader
 
getBufferPosition() - Method in interface org.jnetstream.capture.FastIterator
Gets the partial position of the current or last PartialBuffer that was returned or the current iterator is pointing at.
getBufferSize() - Method in interface org.jnetstream.capture.file.FileOptions
Returns the current prefetch buffer size.
getByName(String) - Method in class org.jnetstream.packet.EnumProperties
 
getCapabilities() - Method in enum org.jnetstream.capture.file.pcap.PCAPRecordType
 
getCaptureDevice() - Method in interface org.jnetstream.capture.CapturePacket
A reference to the capture device that the packet was captured on.
getCaptureNanos() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getCaptureSeconds() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getCaptureSystem() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getCaptureSystemId() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getCaptureTimestamp() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getCause() - Method in exception org.jnetstream.capture.CaptureException
 
getChannel() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getCharacteristics() - Method in interface org.jnetstream.protocol.codec.Codec
 
getCharacteristics() - Method in class org.jnetstream.protocol.NullProtocol
 
getCharacteristics() - Method in interface org.jnetstream.protocol.ProtocolInfo
Gets a set of special characteristics for this protocol.
getCharacteristicsValue() - Method in class org.jnetstream.protocol.NullProtocol
 
getCharacteristicsValue() - Method in interface org.jnetstream.protocol.ProtocolInfo
Retrieves various characteristics for this protocol.
getCode() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
getCode() - Method in class org.jnetstream.filter.bpf.BPFProgram
Gets the java friendly compiled BPF instruction code.
getCodec() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getCodec() - Method in class org.jnetstream.protocol.NullProtocol
 
getCodec() - Method in interface org.jnetstream.protocol.ProtocolEntry
 
getCodec() - Method in interface org.jnetstream.protocol.ProtocolInfo
Returns the current Codec that is responsible for Encoding/Decoding the packet's data buffer to a decomposed state accessible using the Packet public API.
getCodecClass() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getCommonExtensions() - Method in enum org.jnetstream.capture.FormatType
Retrieves common extensions for this file format.
getData() - Method in interface org.jnetstream.packet.Packet
Returns the undecoded portion of the packet.
getData() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getDataIndex() - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
getDefaultString() - Method in enum org.jnetstream.packet.format.FieldFormatString
 
getDefaultString() - Method in interface org.jnetstream.packet.format.FormatString
 
getDefaultString() - Method in enum org.jnetstream.packet.format.HeaderFormatString
 
getDefaultString() - Method in enum org.jnetstream.packet.format.PacketFormatString
 
getDefaultString() - Method in enum org.jnetstream.packet.format.SubFieldFormatString
 
getDescription() - Method in interface org.jnetstream.capture.CaptureDevice
Retruns device description if one is available.
getDescription() - Method in enum org.jnetstream.capture.file.nap.NAPMetaType
 
getDescription() - Method in enum org.jnetstream.capture.file.nap.NAPType
 
getDescription() - Method in enum org.jnetstream.capture.file.pcap.PCAPRecordType
 
getDescription() - Method in interface org.jnetstream.protocol.ProtocolInfo.Info
 
getDeserializedTimestamp() - Method in interface org.jnetstream.capture.DeserializedPacket
 
getDetailedName() - Method in interface org.jnetstream.capture.FormatType.Detail
Retrieves the detailed name for this format.
getDetailedName() - Method in enum org.jnetstream.capture.FormatType
 
getDisplayName() - Method in interface org.jnetstream.capture.CaptureDevice
Gets a more human readable name for the interface if one is available.
getDlt() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getDlt() - Method in interface org.jnetstream.protocol.codec.PacketRuntime
 
getDropPacketCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getDrops() - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
getDynamic(D) - Method in class org.jnetstream.packet.EnumProperties
 
getDynamic(int) - Method in class org.jnetstream.packet.EnumProperties
 
getDynamicNames() - Method in class org.jnetstream.packet.EnumProperties
 
getEncoding() - Method in class org.jnetstream.filter.bpf.BPFProgram
Gets the byte encoding of this program.
getException() - Method in class org.jnetstream.capture.file.RecordError
 
getExpression() - Method in class org.jnetstream.filter.bpf.PcapFilter
 
getExpression() - Method in interface org.jnetstream.filter.FilterExpression
Gets the actual expression in form of a string that needs to be compiled or interpreted
getExpressionType() - Method in class org.jnetstream.filter.bpf.PcapFilter
 
getExpressionType() - Method in interface org.jnetstream.filter.FilterExpression
Returns the syntax in a form of enum constant that the expression string is in.
getFastIterator() - Method in interface org.jnetstream.capture.FileCapture
 
getField(DataField) - Method in class org.jnetstream.packet.DataHeader
 
getField(Class<C>) - Method in interface org.jnetstream.packet.Field.DynamicField
 
getField(Field.StaticField) - Method in interface org.jnetstream.packet.Field.DynamicField
 
getField(DataField) - Method in interface org.jnetstream.packet.Header
Retrieves field's runtime environment.
getField(Class<T>) - Method in class org.jnetstream.protocol.NullHeader
 
getField(DataField) - Method in class org.jnetstream.protocol.NullHeader
 
getFieldConstant() - Method in class org.jnetstream.packet.DataHeader
 
getFieldConstant() - Method in interface org.jnetstream.packet.HeaderElement
 
getFieldConstant() - Method in class org.jnetstream.protocol.NullField
 
getFieldConstant() - Method in class org.jnetstream.protocol.NullHeader
 
getFile() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getFile() - Method in interface org.jnetstream.capture.FileCapture
Returns the underlying file object that is associated with this FileCapture.
getFile() - Method in exception org.jnetstream.capture.FileFormatException
File that the invalid format was encountered in.
getFileCapture() - Method in interface org.jnetstream.capture.file.Record
Gets the current FileCapture that this record is part of.
getFilename() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getFileProperties() - Method in interface org.jnetstream.capture.file.FileOptions
Gets the immutable set of currently set properties.
getFilter() - Method in interface org.jnetstream.capture.Capture
Gets the currently active filter set on this capture session.
getFilter() - Method in interface org.jnetstream.capture.file.RawIterator
 
getFilter() - Method in interface org.jnetstream.capture.LiveCapture
Gets the currently active filter that has been applied to all the currently open capture devices.
getFilter() - Method in interface org.jnetstream.capture.LiveCaptureDevice
Gets the assigned filter to this capture device.
getFlag() - Method in enum org.jnetstream.capture.file.nap.NAPFlag
 
getFlags() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
Mutable set of flags.
getFlags() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getFlexRegion() - Method in exception org.jnetstream.capture.file.BufferFetchException
 
getFormatName() - Method in interface org.jnetstream.capture.InputCapture
Gets the name of this format.
getFormatter() - Method in class org.jnetstream.packet.PacketPrintStream
 
getFormatType() - Method in interface org.jnetstream.capture.FileCapture
Gets the format type of this file.
getFormatType() - Method in interface org.jnetstream.capture.OutputCapture
Gets the format type of this capture session.
getForThread() - Static method in class org.jnetstream.filter.bpf.BpfFactory
 
getFull() - Method in enum org.jnetstream.filter.bpf.BPFInstruction.Symbol
 
getGetters() - Method in enum org.jnetstream.packet.format.FieldFormatString
 
getGetters() - Method in interface org.jnetstream.packet.format.FormatString
 
getGetters() - Method in enum org.jnetstream.packet.format.HeaderFormatString
 
getGetters() - Method in enum org.jnetstream.packet.format.PacketFormatString
 
getGetters() - Method in enum org.jnetstream.packet.format.SubFieldFormatString
 
getGlobalPosition() - Method in interface org.jnetstream.capture.FastIterator
Gets the global position within the underlying capture.
getHeader(ProtocolEntry) - Method in interface org.jnetstream.packet.HeaderCache
 
getHeader(int) - Method in interface org.jnetstream.packet.HeaderCache
 
getHeader(int, int) - Method in interface org.jnetstream.packet.HeaderCache
 
getHeader(Class<T>) - Method in interface org.jnetstream.packet.Packet
Returns the specified header from this packet.
getHeader(Protocol) - Method in interface org.jnetstream.packet.Packet
Same as the alternative version of Packet.getHeader(Class) method, but faster.
getHeader(Class<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getHeader(Protocol) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getHeaderCount() - Method in interface org.jnetstream.packet.Packet
Returns the number of decoded headers within this packet.
getHeaderCount() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getHeaderLength(ByteBuffer) - Method in interface org.jnetstream.capture.file.HeaderReader
 
getHeaderReader() - Method in interface org.jnetstream.capture.FastIterator
A utility class that reads the the various record headers of this current file format.
getHeaderReader() - Method in exception org.jnetstream.capture.file.BufferException
 
getHitCounter() - Method in interface org.jnetstream.protocol.ProtocolInfo.Binding
Hit counter for this binding.
getID() - Method in class org.jnetstream.protocol.NullProtocol
 
getID() - Method in interface org.jnetstream.protocol.ProtocolInfo
Gets the ID, Identification object which uniquely identifies this protocol.
getIdString() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
A java style ID as a string that uniquely identifies the protocol
getIncludedLength() - Method in interface org.jnetstream.capture.CapturePacket
Gets the number of octets that were included as packet data after the packet was captured.
getIncludedLength() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getIncludedLength() - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
getIncludedLength() - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
getIncludedLength() - Method in interface org.jnetstream.packet.Packet
Gets the length of the packet content from the current buffer.
getIncludedLength() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getIndex() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getIndex() - Method in interface org.jnetstream.protocol.ProtocolEntry
 
getInErrPacketCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getInOctetCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getInPacketCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getJf() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
getJt() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
getK() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
getKind() - Method in interface org.jnetstream.lang.npl.model.Element
Gets the kind of element this is.
getLength() - Method in exception org.jnetstream.capture.file.BufferException
 
getLength() - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
 
getLength() - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
 
getLength() - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
 
getLength() - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
 
getLength() - Method in interface org.jnetstream.capture.FileCapture
Returns the length of the entire file including any changes that have been made.
getLength() - Method in class org.jnetstream.filter.bpf.BPFProgram
 
getLength() - Method in interface org.jnetstream.packet.DataField
 
getLength() - Method in class org.jnetstream.packet.DataHeader
 
getLength() - Method in interface org.jnetstream.packet.Field
 
getLength() - Method in interface org.jnetstream.packet.Header
Returns the length of this header in bytes.
getLength(BitBuffer, int, int) - Method in interface org.jnetstream.protocol.codec.Scanner.Scandec
Returns the length of the sink header for which this scandec was built.
getLength() - Method in class org.jnetstream.protocol.NullField
 
getLength() - Method in class org.jnetstream.protocol.NullHeader
 
getLength(BitBuffer, int) - Method in class org.jnetstream.protocol.NullProtocol
 
getLength(BitBuffer, int) - Method in interface org.jnetstream.protocol.ProtocolInfo
 
getLengthFieldOffset() - Method in interface org.jnetstream.capture.file.HeaderReader
 
getLinkType() - Method in interface org.jnetstream.capture.CaptureDevice
Data encapsulation used by this capture device
getLinktype() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getLinktype() - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
getLocal() - Static method in class org.jnetstream.capture.Captures
Returns an instance of the current local capture factory which is responsible for creating local capture instances.
getLocal() - Static method in class org.jnetstream.capture.file.Files
 
getLocalizedMessage() - Method in exception org.jnetstream.capture.file.BufferException
 
getMagicNumber() - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
getMagicPattern() - Method in interface org.jnetstream.capture.file.BlockRecord
Returns the Magic number or pattern that is used to uniquely identify the file type of the capture file.
getMagicPattern() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getMajorVersion() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getMajorVersion() - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
getMap() - Static method in class org.jnetstream.capture.file.pcap.PcapDataEncapsulation
Returns the mappings between PCAP DLT values and jNetStream ProtocolConst cosntants.
getMask() - Method in enum org.jnetstream.filter.bpf.BPFCode
 
getMemoryMapMode() - Method in interface org.jnetstream.capture.file.FileOptions
 
getMemoryModel() - Method in interface org.jnetstream.capture.file.FileOptions
Gets the current active memory model.
getMessage() - Method in exception org.jnetstream.capture.file.BufferException
 
getMessage() - Method in class org.jnetstream.capture.file.RecordError
 
getMessage() - Method in exception org.jnetstream.protocol.ProtocolNotFoundException
 
getMetaBuffer() - Method in interface org.jnetstream.protocol.codec.PacketRuntime
 
getMetaRecordType() - Method in interface org.jnetstream.capture.file.nap.NAPMetaRecord
 
getMicroseconds() - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
getMicroseconds() - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
getMinorVersion() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getName() - Method in interface org.jnetstream.capture.CaptureDevice
Gets the name as returned by the operating system of the network interface this CaptureDevice describes.
getName() - Method in enum org.jnetstream.capture.CaptureType
 
getName() - Method in enum org.jnetstream.capture.FormatType
Gets the string name of the file type.
getName() - Method in class org.jnetstream.packet.DataHeader
 
getName() - Method in interface org.jnetstream.packet.Header
Returns the NPL name of this header.
getName() - Method in class org.jnetstream.protocol.NullField
 
getName() - Method in class org.jnetstream.protocol.NullHeader
 
getName() - Method in class org.jnetstream.protocol.NullProtocol
 
getName() - Method in interface org.jnetstream.protocol.ProtocolInfo
Returns the name of this protocol.
getName() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
 
getNapRecordType() - Method in interface org.jnetstream.capture.file.nap.NAPRecord
 
getNativeCapability(Class<O>) - Method in class org.jnetstream.lang.npl.type.AbstractDataType
Default abstract implementation always returns an empty set.
getNativeCapability(Class<O>) - Method in interface org.jnetstream.lang.npl.type.DataOperations
 
getNextBlockId() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
getNplCompiler() - Static method in class org.jnetstream.lang.Compilers
Retrieves the default NPL compiler.
getNplName() - Method in interface org.jnetstream.lang.npl.type.DataType
Name of the data type as it is used in NPL language.
getOffset() - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
 
getOffset() - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
 
getOffset() - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
 
getOffset() - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
 
getOffset() - Method in interface org.jnetstream.packet.DataField
 
getOffset() - Method in class org.jnetstream.packet.DataHeader
 
getOffset() - Method in interface org.jnetstream.packet.Field
 
getOffset() - Method in interface org.jnetstream.packet.Header
Position or offset from the start of the packet buffer this buffer belongs to.
getOffset(int) - Method in interface org.jnetstream.packet.HeaderCache
 
getOffset(int, int) - Method in interface org.jnetstream.packet.HeaderCache
 
getOffset(ProtocolInfo<? extends Header>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getOffset() - Method in interface org.jnetstream.protocol.codec.CodecRuntime
 
getOffset() - Method in interface org.jnetstream.protocol.codec.HeaderRuntime
 
getOffset() - Method in class org.jnetstream.protocol.NullField
 
getOffset() - Method in class org.jnetstream.protocol.NullHeader
 
getOpenCaptureDevices() - Method in interface org.jnetstream.capture.LiveCapture
Gets the list of currently open capture devices by this capture session.
getOriginalLength() - Method in interface org.jnetstream.capture.CapturePacket
Gets the number of octets of the actual packet as it was originally seen at the time of the capture or on the wire.
getOriginalLength() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getOriginalLength() - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
getOriginalLength() - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
getOriginalLength() - Method in interface org.jnetstream.packet.Packet
Gets the length of the packet as it was seen on the wire while originally captured.
getOriginalLength() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getOutErrPacketCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getOutOctetCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getOutPacketCounter() - Method in interface org.jnetstream.capture.CaptureDeviceCounters
 
getPacketBuffer() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
getPacketCount() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
getPacketCount() - Method in interface org.jnetstream.capture.FileCapture
Returns the number of packets within the file.
getPacketCount(PacketCounterModel) - Method in interface org.jnetstream.capture.FileCapture
Gets the packet count using a different algorithm.
getPacketFactory(Class<T>, String) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
getPacketIndexer() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getPacketIndexer() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getPacketIndexer() - Method in interface org.jnetstream.capture.FileCapture
Indexer which accesses packets by index.
getPacketIterator() - Method in interface org.jnetstream.capture.Capture
Retrieves an iterator Iterator which can iterate over all the packets of this capture session.
getPacketIterator() - Method in interface org.jnetstream.capture.file.nap.NapInput
An interator which iterates over Nap packets within the stream.
getPacketIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getPacketIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapInput
An interator which iterates over PCAP packets within the stream.
getPacketIterator(Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.file.pcap.PcapInput
Gets an iterator that will iterate and return PcapPacket objects.
getPacketIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getPacketIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopInput
An interator which iterates over Snoop packets within the stream.
getPacketIterator() - Method in interface org.jnetstream.capture.FileCapture
Packet iterator provides methods for mutation, searches and regular iteration over the entire file based capture.
getPacketIterator() - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return CapturePacket objects.
getPacketIterator(Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return CapturePacket objects.
getPacketIterator() - Method in interface org.jnetstream.capture.LiveCapture
An iterator that iterates over captured LivePackets.
getPacketRecordHeaderLength() - Method in interface org.jnetstream.capture.file.HeaderReader
Length of the packet record's header.
getPacketRecords() - Method in class org.jnetstream.capture.file.nap.NAPModel
 
getParent() - Method in interface org.jnetstream.protocol.ProtocolLoader
Returns the parent ProtocolLoader.
getPartialBuffer() - Method in exception org.jnetstream.capture.file.BufferException
 
getPcapRecordType() - Method in interface org.jnetstream.capture.file.pcap.PcapRecord
 
getPosition() - Method in class org.jnetstream.capture.file.RecordError
 
getPosition() - Method in exception org.jnetstream.capture.FileFormatException
The position within the file where the invalid format was encountred.
getPosition() - Method in interface org.jnetstream.capture.InputIterator
 
getPositionGlobal() - Method in interface org.jnetstream.capture.file.Record
 
getPositionGlobal() - Method in interface org.jnetstream.capture.FilePacket
Gets the global position of this record.
getPositionLocal() - Method in interface org.jnetstream.capture.FilePacket
 
getPositionRegional() - Method in interface org.jnetstream.capture.FilePacket
 
getProperties() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
Retrieves the NAP properties record and converts it standard Properties object.
getProperty(Header.StaticProperty) - Method in class org.jnetstream.packet.DataHeader
 
getProperty(Header.DynamicProperty) - Method in class org.jnetstream.packet.DataHeader
 
getProperty(String) - Method in class org.jnetstream.packet.DataHeader
 
getProperty(Header.StaticProperty) - Method in interface org.jnetstream.packet.Header
 
getProperty(Header.DynamicProperty) - Method in interface org.jnetstream.packet.Header
 
getProperty(String) - Method in interface org.jnetstream.packet.Header
 
getProperty(Packet.Property) - Method in interface org.jnetstream.packet.Packet
 
getProperty(Packet.Property) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getProperty(Header.StaticProperty) - Method in class org.jnetstream.protocol.NullHeader
 
getProperty(Header.DynamicProperty) - Method in class org.jnetstream.protocol.NullHeader
 
getProperty(String) - Method in class org.jnetstream.protocol.NullHeader
 
getProtocol() - Method in interface org.jnetstream.capture.CaptureDevice
Returns a refrence to a specific protocol of the DLT for this capture device.
getProtocol() - Method in enum org.jnetstream.capture.file.nap.NAPProtocol
 
getProtocol() - Method in class org.jnetstream.packet.DataHeader
 
getProtocol() - Method in interface org.jnetstream.packet.Header
 
getProtocol() - Method in interface org.jnetstream.protocol.codec.HeaderRuntime
 
getProtocol() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getProtocol() - Method in class org.jnetstream.protocol.NullHeader
 
getProtocol() - Method in interface org.jnetstream.protocol.ProtocolEntry
 
getProtocol() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
 
getProtocol(ProtocolInfo.ID) - Method in interface org.jnetstream.protocol.ProtocolInfo.Registry
 
getProtocol(Class<T>) - Method in interface org.jnetstream.protocol.ProtocolInfo.Registry
 
getProtocol(String) - Method in interface org.jnetstream.protocol.ProtocolInfo.Registry
 
getProtocolClass() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
getProtocolEntry(Protocol) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
getProtocolReferences() - Method in class org.jnetstream.protocol.NullProtocol
 
getProtocolReferences() - Method in interface org.jnetstream.protocol.ProtocolInfo.Binding
List of protocols that this binding references and therefore is dependent on.
getProtocolReferences() - Method in interface org.jnetstream.protocol.ProtocolInfo
Gets a list of all the protocols this protocol references either inside a codec or a binding.
getProtocols(Set<String>) - Method in interface org.jnetstream.protocol.ProtocolInfo.Registry
 
getQueueDrops() - Method in interface org.jnetstream.capture.LiveIterator
Retrieves the current value of the "queue drop" counter.
getRawBuffer() - Method in class org.jnetstream.filter.bpf.BPFProgram
Gets the raw byte code of this bpf program.
getRawIndexer() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getRawIndexer() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getRawIndexer() - Method in interface org.jnetstream.capture.FileCapture
Raw ByteBuffer based record indexer.
getRawIterator() - Method in interface org.jnetstream.capture.file.nap.NapInput
An iterator which iterates over Nap records within the stream and returns them as raw ByteBuffers.
getRawIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getRawIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getRawIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopInput
An iterator which iterates over Snoop records within the stream and returns them as raw ByteBuffers.
getRawIterator() - Method in interface org.jnetstream.capture.FileCapture
Gets an iterator that will return raw contents of the records contained in the underlying capture file.
getRawIterator(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.FileCapture
Gets an iterator that will return raw contents of the records contained in the underlying capture file.
getRawIterator() - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return raw ByteBuffer based record read from the inputstream.
getRawIterator(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return raw ByteBuffer based record read from the inputstream.
getRawLinkType() - Method in interface org.jnetstream.capture.CaptureDevice
Returns the raw link type as an 32-bit signed integer as returned by the underlying implemenation of the interface or library interfacing with the device.
getRecordBuffer() - Method in interface org.jnetstream.capture.file.Record
 
getRecordDataBuffer() - Method in interface org.jnetstream.capture.file.DataRecord
Gets the data buffer of this record.
getRecordDataLength() - Method in interface org.jnetstream.capture.file.DataRecord
Retrieves the length of the data within the record.
getRecordHeaderBuffer() - Method in interface org.jnetstream.capture.file.Record
Returns the current active buffer that stores this record header.
getRecordHeaderLength() - Method in interface org.jnetstream.capture.file.Record
Length of the header of this record.
getRecordIndexer() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getRecordIndexer() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getRecordIndexer() - Method in interface org.jnetstream.capture.FileCapture
Indexer which accesses records by index.
getRecordIterator() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
getRecordIterator() - Method in interface org.jnetstream.capture.file.nap.NapInput
An iterator which iterates over Nap records within the stream.
getRecordIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapFile
 
getRecordIterator() - Method in interface org.jnetstream.capture.file.pcap.PcapInput
An iterator which iterates over PCAP records within the stream.
getRecordIterator(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.file.pcap.PcapInput
Gets an iterator that will iterate and return Record objects, just like a normal file based capture would produce except these records are read-only.
getRecordIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopFile
 
getRecordIterator() - Method in interface org.jnetstream.capture.file.snoop.SnoopInput
An iterator which iterates over Snoop records within the stream.
getRecordIterator() - Method in interface org.jnetstream.capture.FileCapture
Iterator which iterates over every record within the file capture.
getRecordIterator(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.FileCapture
Iterator which iterates over every record within the file capture.
getRecordIterator() - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return Record objects, just like a normal file based capture would produce except these records are read-only.
getRecordIterator(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.InputCapture
Gets an iterator that will iterate and return Record objects, just like a normal file based capture would produce except these records are read-only.
getRecordLength() - Method in interface org.jnetstream.capture.file.Record
Returns the length of the entire record.
getRecordType() - Method in interface org.jnetstream.capture.file.Record
Returns the type of this record.
getRegional() - Method in exception org.jnetstream.capture.file.BufferException
 
getRegionalPosition() - Method in interface org.jnetstream.capture.FastIterator
Gets the regional position of the current or last segment that was used to fetch the PartialBuffer.
getResource(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Method that returns a URL for the requested named resource.
getResourceAsStream(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Opens up an InputStream to the resource if found.
getScanner(String) - Static method in class org.jnetstream.protocol.ProtocolRegistry
Packet buffer scanner for headers
getSeconds() - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
getSeconds() - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
getSerializedTimestamp() - Method in interface org.jnetstream.capture.DeserializedPacket
 
getSink() - Method in interface org.jnetstream.protocol.ProtocolBinding
 
getSink() - Method in interface org.jnetstream.protocol.ProtocolInfo.Binding
Returns the sink protocol of this binding.
getSnaplen() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getSnaplen() - Method in interface org.jnetstream.capture.LiveCapture
Gets the current snap length that this capture session is using.
getSnoopRecordType() - Method in interface org.jnetstream.capture.file.snoop.SnoopRecord
 
getSource() - Method in interface org.jnetstream.protocol.codec.HeaderRuntime
The get properly cast header container object.
getSource() - Method in interface org.jnetstream.protocol.ProtocolBinding
 
getSource() - Method in interface org.jnetstream.protocol.ProtocolInfo.Binding
Returns the source protocol of this binding.
getSourceUri() - Method in interface org.jnetstream.lang.npl.NplProgram
 
getSpec() - Method in enum org.jnetstream.capture.file.nap.NAPMetaType
 
getSpec() - Method in enum org.jnetstream.capture.file.nap.NAPType
 
getSpec() - Method in enum org.jnetstream.capture.file.pcap.PCAPRecordType
 
getStatic(S) - Method in class org.jnetstream.packet.EnumProperties
 
getStatic(int) - Method in class org.jnetstream.packet.EnumProperties
 
getStaticNames() - Method in class org.jnetstream.packet.EnumProperties
 
getString(String) - Static method in class org.jnetstream.capture.Messages
 
getSuite() - Method in class org.jnetstream.protocol.NullProtocol
 
getSuite() - Method in interface org.jnetstream.protocol.ProtocolInfo
Returns the protocol suite this protocol belongs to.
getSymbol() - Method in enum org.jnetstream.filter.bpf.BPFInstruction.Symbol
 
getTemplateFiles() - Method in interface org.jnetstream.lang.CodeTarget
Gets the list of template files that are grouped into a StringTemplateGroup by the compiler.
getTemplateFiles() - Method in enum org.jnetstream.lang.npl.Targets
Gets the list of template files that are grouped into a StringTemplateGroup by the compiler.
getTimeout() - Method in interface org.jnetstream.capture.LiveCapture
Gets the timeout value that before this capture session stop capturing packets.
getTimestampNanos() - Method in interface org.jnetstream.packet.Packet
Gets the timestamp as recorded at the time of the packet capture in fraction of a second, in nanoseconds.
getTimestampNanos() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getTimestampResolution() - Method in interface org.jnetstream.capture.CaptureDevice
Returns the resolution that the capturing device is capable of.
getTimestampSeconds() - Method in interface org.jnetstream.packet.Packet
Gets the timestamp as recorded at the time of the packet capture in number of seconds since 1.1.1970.
getTimestampSeconds() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
getTimezone() - Method in interface org.jnetstream.capture.CaptureDevice
Gets the timezone as retrieved from the operating system at the time of the packet capture.
getTimeZone() - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
getTranslatedCapability(Class<O>) - Method in class org.jnetstream.lang.npl.type.AbstractDataType
Default abstract implementation always returns an empty set.
getTranslatedCapability(Class<O>) - Method in interface org.jnetstream.lang.npl.type.DataOperations
Returns a set of capabilities that this DataOperations object can perform on specified data type by use of this interface do* operation.
getType() - Method in interface org.jnetstream.capture.Capture
Returns the type of file capture this is.
getType() - Method in enum org.jnetstream.capture.file.nap.NAPType
 
getType() - Method in interface org.jnetstream.capture.FormatType.Detail
Retrieves the core format type.
getType() - Method in class org.jnetstream.packet.DataHeader
 
getType() - Method in interface org.jnetstream.packet.Field.StaticField
 
getType() - Method in interface org.jnetstream.packet.Header
 
getType() - Method in interface org.jnetstream.protocol.codec.HeaderCodec
 
getType() - Method in class org.jnetstream.protocol.codec.NullHeaderCodec
 
getType() - Method in class org.jnetstream.protocol.NullHeader
 
getType() - Method in class org.jnetstream.protocol.NullProtocol
 
getType() - Method in interface org.jnetstream.protocol.ProtocolInfo
 
getType() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
Returns the type, as an instance of a class type, which is also a unique type for this protocol.
getTypeClass() - Method in enum org.jnetstream.capture.FormatType
Gets the main class that provides all the functionality for this type of file
getValue() - Method in interface org.jnetstream.packet.Field.DynamicField
 
getValue() - Method in interface org.jnetstream.packet.Field
 
getValue() - Method in enum org.jnetstream.protocol.Characteristic.Frame
 
getValue() - Method in interface org.jnetstream.protocol.Characteristic
 
getValue() - Method in enum org.jnetstream.protocol.Characteristic.Kind
 
getValue() - Method in enum org.jnetstream.protocol.Characteristic.Physical
 
getValue() - Method in class org.jnetstream.protocol.NullField
 
getValueDescription() - Method in interface org.jnetstream.packet.Field
 
getValueDescription() - Method in class org.jnetstream.protocol.NullField
 
getValueInUnits() - Method in interface org.jnetstream.packet.Field
 
getValueInUnits() - Method in class org.jnetstream.protocol.NullField
 
getValueType() - Method in enum org.jnetstream.packet.Header.StaticProperty
Returns the class that must be used to hold the value of this property
getValueType() - Method in enum org.jnetstream.packet.Packet.Property
Returns the class that must be used to hold the value of this property
getValueUnits() - Method in interface org.jnetstream.packet.Field
 
getValueUnits() - Method in class org.jnetstream.protocol.NullField
 
getVersion() - Method in interface org.jnetstream.capture.file.BlockRecord
Returns the first file version found.
getVersion() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
getVersion() - Method in interface org.jnetstream.capture.FileCapture
Returns the first file version found.

H

H - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
hasCompleteField(Class<? extends Field.DynamicField<?>>) - Method in interface org.jnetstream.packet.Field.DynamicField
 
hasCompleteField(Field.StaticField) - Method in interface org.jnetstream.packet.Field.DynamicField
 
hasCompleteHeader(Class<T>) - Method in interface org.jnetstream.packet.Packet
Checks if a complete, untruncated, header exists in this packet.
hasCompleteHeader(ProtocolInfo<T>) - Method in interface org.jnetstream.packet.Packet
 
hasCompleteHeader(Class<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
hasCompleteHeader(ProtocolInfo<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
hasField(Class<? extends Field.DynamicField<?>>) - Method in interface org.jnetstream.packet.Field.DynamicField
 
hasField(Field.StaticField) - Method in interface org.jnetstream.packet.Field.DynamicField
 
hashCode() - Method in class org.jnetstream.packet.EnumProperties
 
hasHeader(Class<T>) - Method in interface org.jnetstream.packet.Packet
Checks for presence of the specified header within this particular packet.
hasHeader(ProtocolEntry) - Method in interface org.jnetstream.packet.Packet
 
hasHeader(Class<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
hasHeader(ProtocolEntry) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
hashValue() - Method in interface org.jnetstream.protocol.ProtocolInfo.ID
Overrides and implements a more efficient and stringent hash value.
hasRegisteredBuilder(FormatterType) - Static method in class org.jnetstream.packet.format.PacketFormatter
 
HDR_BLOCK_ID - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_FLAGS - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_MAGIC_NUMBER - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_MAJOR_VERSION - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_MINOR_VERSION - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_NEXT_BLOCK_ID - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_PACKET_COUNT - Static variable in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
HDR_RECORD_LENGTH - Static variable in interface org.jnetstream.capture.file.nap.NapFile
 
HDR_TYPE - Static variable in interface org.jnetstream.capture.file.nap.NapFile
 
Header - Interface in org.jnetstream.packet
Super interface of all headers contained within a packet.
Header.DynamicProperty - Enum in org.jnetstream.packet
Common properties found in every header that are dynamic.
Header.StaticProperty - Enum in org.jnetstream.packet
Constants which define various automatic and user defined properties.
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.pcap.PcapFormat
Pcap file or block header length is constant 24 bytes
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.snoop.SnoopFile
 
HEADER_LENGTH - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
HeaderCache - Interface in org.jnetstream.packet
 
HeaderCodec<T extends Header> - Interface in org.jnetstream.protocol.codec
A codec for headers.
HeaderElement - Interface in org.jnetstream.packet
 
HeaderFormatString - Enum in org.jnetstream.packet.format
A set of constants that define the various standard strings that may appear as part of header's formatted output.
HeaderGetter - Interface in org.jnetstream.packet.format
A generic value getter from a packet header.
HeaderModifier - Interface in org.jnetstream.packet
Mutable interface which allows many different types of operations to be performend upon a container such as adding, removing or clearing headers.
HeaderOption - Enum in org.jnetstream.packet.format
Optional components that can be included as part of the formatted display for a header.
HeaderReader - Interface in org.jnetstream.capture.file
 
headerReader - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
 
headerReader - Static variable in interface org.jnetstream.capture.file.snoop.SnoopFile
 
HeaderRuntime<H extends Header> - Interface in org.jnetstream.protocol.codec
 

I

IllegalInstructionException - Exception in org.jnetstream.filter.bpf
An illegal BPF byte-code instruction has been encountered.
IllegalInstructionException() - Constructor for exception org.jnetstream.filter.bpf.IllegalInstructionException
 
IllegalInstructionException(String) - Constructor for exception org.jnetstream.filter.bpf.IllegalInstructionException
 
IllegalInstructionException(String, Throwable) - Constructor for exception org.jnetstream.filter.bpf.IllegalInstructionException
 
IllegalInstructionException(Throwable) - Constructor for exception org.jnetstream.filter.bpf.IllegalInstructionException
 
IMM - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
in - Variable in class org.jnetstream.capture.PacketInputStream
 
incGlobalPosition(int) - Method in interface org.jnetstream.capture.FastIterator
Advanced the global position of the iterator by delta bytes.
IND - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
IndexedFileModifier<S,R> - Interface in org.jnetstream.capture.file
Interface which allows modifications on the underlying storage using a generic interface.
init() - Static method in class org.jnetstream.JNetStreamInitializer
 
init(PacketInitializer) - Method in interface org.jnetstream.packet.HeaderModifier
Initializes each header by allowing it to pull any relavent information from the capture device.
init() - Method in interface org.jnetstream.packet.PacketTemplate
Initialization method for the template.
init() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
init(PacketInitializer) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
init(BitBuffer, MetaBuffer<Header>) - Method in interface org.jnetstream.protocol.codec.Scanner
 
init() - Static method in class org.jnetstream.protocol.ProtocolRegistry
Uses factory loader to initialize protocols and protocol translators
InputCapture<T extends CapturePacket> - Interface in org.jnetstream.capture
Formatted InputStream based capture session.
InputCapture.FormatTypeOtherFactory - Interface in org.jnetstream.capture
Factory interface used by InputCapture factories to load NPL based files who's format is FormatType.Other.
InputIterator<T> - Interface in org.jnetstream.capture
Iterator which iterates over the elements within the stream.
insert(Class<T>, Class<? extends Header>) - Method in interface org.jnetstream.packet.HeaderModifier
 
insert(Class<T>, int) - Method in interface org.jnetstream.packet.HeaderModifier
 
insert(Class<T>, Class<? extends Header>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
insert(Class<T>, int) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
interruptNext() - Method in interface org.jnetstream.capture.LiveIterator
Politely interrupts the next() call.
intValue() - Method in enum org.jnetstream.capture.file.pcap.PcapDLT
Returns the integer representation of this DLT
intValue() - Method in enum org.jnetstream.capture.file.snoop.SnoopDLT
Returns the integer representation of this DLT
ioException() - Method in class org.jnetstream.packet.format.PacketFormatter
 
isAppend() - Method in enum org.jnetstream.capture.FileMode
Checks if append structural operation is permitted.
isContent() - Method in enum org.jnetstream.capture.FileMode
Checks if the file content is allowed to be modified, non structuraly.
isEmpty() - Method in interface org.jnetstream.capture.FileCapture
Tells if the capture file contains 0 packets.
isEmpty() - Method in interface org.jnetstream.packet.HeaderCache
 
isFromCache() - Method in exception org.jnetstream.capture.file.BufferException
 
isLoaded() - Method in class org.jnetstream.protocol.NullProtocol
 
isLoaded() - Method in interface org.jnetstream.protocol.ProtocolInfo
Checks if any of the current protocol's codecs have been loaded.
isMap() - Method in enum org.jnetstream.capture.FileMode
Checks if capture file is memory mapped for efficiency purposes.
isMutable() - Method in interface org.jnetstream.capture.Capture
Tells if this capture session is mutable.
isOpen() - Method in interface org.jnetstream.capture.FileCapture
Checks if the current capture has an open connection to a physical file.
isPromisuous() - Method in interface org.jnetstream.capture.LiveCapture
Returns the state of the currently open network interface.
isProtocolGroup() - Method in class org.jnetstream.protocol.NullProtocol
 
isProtocolGroup() - Method in interface org.jnetstream.protocol.ProtocolInfo
Method which checks if this protocol is actually a protocol group.
isSigned() - Method in interface org.jnetstream.packet.Field
 
isSigned() - Method in class org.jnetstream.protocol.NullField
 
isStatic() - Method in enum org.jnetstream.packet.Header.StaticProperty
Tells if this property is a static property or dynamic.
isStructure() - Method in enum org.jnetstream.capture.FileMode
Determines if record structure can be modified.
isTargetSupported(Language, OutputKind) - Method in interface org.jnetstream.lang.Compiler
Checks if the combination of output to be generated is supported by this compiler.
isTruncated() - Method in class org.jnetstream.packet.DataHeader
 
isTruncated() - Method in interface org.jnetstream.packet.Header
Tells if this header has been truncated or if all of the headers contents are contained within the packet buffer.
isTruncated() - Method in interface org.jnetstream.packet.Packet
Checks if the packet has been truncated from the original length as seen on the network wire.
isTruncated() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
isTruncated() - Method in class org.jnetstream.protocol.NullHeader
 
iterator() - Method in interface org.jnetstream.capture.Capture
Creates a standard java iterator which will iterate over all packets within the current capture session.
iterator() - Method in interface org.jnetstream.capture.OutputCapture
This operation always returns an empty iterator for OutputCapture objects.
iterator() - Method in class org.jnetstream.packet.DataHeader
 
iterator() - Method in interface org.jnetstream.packet.Packet
Allows all the headers to be iterated through using the foreach() syntax.
iterator() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
iterator() - Method in class org.jnetstream.protocol.NullField
 
iterator() - Method in class org.jnetstream.protocol.NullHeader
 

J

JA - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
JEQ - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
jf - Variable in class org.jnetstream.filter.bpf.BPFInstruction
 
JGE - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
JGT - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
JMP - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
JNetStreamInitializer - Class in org.jnetstream
 
JNetStreamInitializer() - Constructor for class org.jnetstream.JNetStreamInitializer
 
JSET - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
jt - Variable in class org.jnetstream.filter.bpf.BPFInstruction
 

K

K - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
k - Variable in class org.jnetstream.filter.bpf.BPFInstruction
 
keepInMemory(long, long) - Method in interface org.jnetstream.capture.file.FileIndexer
With this method, you can ensure that any portion of the index table are always kept in memory.

L

Language - Enum in org.jnetstream.lang
Used to specify the language to use with compilers.
last() - Static method in class org.jnetstream.capture.Captures
Returns the last capture session returned by this factory method.
LD - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
LDX - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
LEN - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
linkProtocol(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Links the named protocol into the runtime environment.
listCaptureDevices() - Static method in class org.jnetstream.capture.Captures
Returns a list of local capture devices available for live capture.
listCaptureDevices() - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Gets a list of all the devices capable of doing live capture on this or remote system.
listCaptureDevices() - Method in interface org.jnetstream.capture.RemoteSession
Gets a list of capture devices on the remote system.
listen() - Method in class org.jnetstream.capture.RemoteServer
Listens on a network server socket for incomming connections.
LIVE_CAPTURE_FACTORY_CLASS_PROPERTY - Static variable in interface org.jnetstream.capture.Captures.LiveCaptureFactory
System property which can be used to override the default implementation class for LiveCaptureFactory.
LiveCapture - Interface in org.jnetstream.capture
A network packet cature on a live network interface.
LiveCapture.Option - Enum in org.jnetstream.capture
Options which can be set on open captures.
LiveCaptureDevice - Interface in org.jnetstream.capture
 
LiveIterator - Interface in org.jnetstream.capture
IO based iterator over a live capture session.
LivePacket - Interface in org.jnetstream.capture
A packet that was captured on a live network interface.
LivePacketFactory - Interface in org.jnetstream.capture
Factory for creating new Live Packets
loadProtocol(String) - Method in interface org.jnetstream.protocol.ProtocolLoader
Loads either the binary protocol file or invokes the compiler to compile the source protocol definition to binary form and loads it.
loadProtocol(InputStream, URL) - Method in interface org.jnetstream.protocol.ProtocolLoader
Loads a protocol definition from a user supplied stream.
loadProtocolBinding(ProtocolBinding) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
locale() - Method in class org.jnetstream.packet.format.PacketFormatter
 
logger - Static variable in class org.jnetstream.capture.Captures
A logger used for debuging and tracing.
logger - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
 
logger - Static variable in interface org.jnetstream.capture.file.snoop.SnoopFile
 
lookup(Class<? extends Header>) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
lookup(Protocol) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
lookup(int) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
LSH - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 

M

MAGIC_NUMBER - Static variable in class org.jnetstream.capture.file.nap.NAPModel
A pattern used to identify the "NAP" block record is in NAP format.
MAGIC_PATTERN - Static variable in class org.jnetstream.capture.file.nap.NAPModel
A byte pattern used to identify the "NAP" block record as NAP format.
MAGIC_PATTERN - Static variable in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
MAGIC_PATTERN - Static variable in interface org.jnetstream.capture.file.snoop.SnoopFile
Magic pattern made up of octets that uniquely identifies the "snoop" block record and the entire file as snoop file.
MAGIC_PATTERN_BE - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
Default MAGIC byte pattern for Pcap file in big-endian byte encoding
MAGIC_PATTERN_LE - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
Default MAGIC byte pattern for Pcap file in little-endian byte encoding
main1(String[]) - Static method in class org.jnetstream.capture.TestCaptureSyntax
 
MAJOR_VERSION - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
Default major version of the file format
MAJOR_VERSION - Static variable in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
MANDATORY_ENCODING - Static variable in class org.jnetstream.capture.file.nap.NAPModel
Mandatory byte encoding for all record headers and meta record contents.
mapIndexToPosition(long) - Method in interface org.jnetstream.capture.file.FileIndexer
Maps an index to a global position within the capture session.
mark(int) - Method in class org.jnetstream.capture.PacketInputStream
Marks the current position in this input stream.
markSupported() - Method in class org.jnetstream.capture.PacketInputStream
Tests if this input stream supports the mark and reset methods.
match(ByteBuffer) - Method in interface org.jnetstream.capture.file.SeekPattern
 
MAX_INCLUDED - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
MAX_MICRO - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
MAX_ORIGINAL - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
MEM - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
Messages - Class in org.jnetstream.capture
 
MIN_INCLUDED - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
MIN_MICRO - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
MIN_ORIGINAL - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
minLength() - Method in interface org.jnetstream.capture.file.SeekPattern
 
MINOR_VERSION - Static variable in interface org.jnetstream.capture.file.pcap.PcapFile
Default minor version of the file format
MISC - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
Monitor<T,M> - Interface in org.jnetstream.packet
A marker, no method interface, that marks objects that are monitored.
Monitored<T> - Interface in org.jnetstream.packet
 
MonitorListener<T> - Interface in org.jnetstream.packet
 
MonitorSupport<T> - Class in org.jnetstream.packet
Utility class to help manage listeners
MonitorSupport() - Constructor for class org.jnetstream.packet.MonitorSupport
 
MSH - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
MUL - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
MutablePacket - Interface in org.jnetstream.packet
 

N

NAPBinding - Interface in org.jnetstream.capture.file.nap
 
NAPBlockRecord - Interface in org.jnetstream.capture.file.nap
 
NAPBlockRecord.Flag - Enum in org.jnetstream.capture.file.nap
 
NAPBlockRecordIterator - Interface in org.jnetstream.capture.file.nap
 
NAPBlockRecordModifier - Interface in org.jnetstream.capture.file.nap
 
NAPCaptureInfo - Interface in org.jnetstream.capture.file.nap
 
NAPCaptureSystem - Interface in org.jnetstream.capture.file.nap
 
NAPCounter - Interface in org.jnetstream.capture.file.nap
 
NAPDataRecord - Interface in org.jnetstream.capture.file.nap
 
NAPDataRecordIterator - Interface in org.jnetstream.capture.file.nap
 
NAPDataRecordModifier - Interface in org.jnetstream.capture.file.nap
 
NAPEvent - Interface in org.jnetstream.capture.file.nap
 
NAPExpert - Interface in org.jnetstream.capture.file.nap
 
NapFile - Interface in org.jnetstream.capture.file.nap
NAP capture file format from Sly Technologies folks.
NAPFlag - Enum in org.jnetstream.capture.file.nap
Flags that are set within the packet header.
NapInput - Interface in org.jnetstream.capture.file.nap
A stream formatted to comform to Nap file format.
NAPMetaRecord - Interface in org.jnetstream.capture.file.nap
 
NAPMetaType - Enum in org.jnetstream.capture.file.nap
Defines constants for Meta Record Sub Type field.
NAPModel - Class in org.jnetstream.capture.file.nap
 
NAPModel() - Constructor for class org.jnetstream.capture.file.nap.NAPModel
 
NAPNoOp - Interface in org.jnetstream.capture.file.nap
 
NapOutput - Interface in org.jnetstream.capture.file.nap
 
NAPPacket - Interface in org.jnetstream.capture.file.nap
 
NAPProperty - Interface in org.jnetstream.capture.file.nap
 
NAPProtocol - Enum in org.jnetstream.capture.file.nap
 
NAPRecord - Interface in org.jnetstream.capture.file.nap
 
NAPRouting - Interface in org.jnetstream.capture.file.nap
 
NAPType - Enum in org.jnetstream.capture.file.nap
 
NAPVendor - Interface in org.jnetstream.capture.file.nap
 
NEG - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
NetTransmitter - Interface in org.jnetstream.capture
Transmitter which transmits or send low level packets using the link layer of the open network interface.
newCaptureDevice() - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Creates a new empty, uninitialized CaptureDevice instance.
newField(Class<F>, Header, int) - Method in interface org.jnetstream.protocol.codec.CodecField
Creates a new field inside a header.
newField(Class<F>, Field, int) - Method in interface org.jnetstream.protocol.codec.CodecField
Creates a new sub field inside another field.
newFile(Class<T>, File) - Method in interface org.jnetstream.capture.Captures.Factory
Creates a new empty file of the user specified type.
newFile(Class<T>, File, Capture<? extends CapturePacket>) - Method in interface org.jnetstream.capture.Captures.Factory
Creates a new file and dumps all of the packet from capture to the new file in the proper format.
newFile(FormatType, File) - Method in interface org.jnetstream.capture.Captures.Factory
 
newFile(FormatType, File, Capture<? extends CapturePacket>) - Method in interface org.jnetstream.capture.Captures.Factory
Creates a new file and dumps all of the packet from capture to the new file in the proper format.
newFile(Class<T>, File) - Static method in class org.jnetstream.capture.Captures
Creates a new file of the request type.
newFile(Class<T>, File, Capture<? extends CapturePacket>) - Static method in class org.jnetstream.capture.Captures
A convenience utility method which creates a new file and dumps all of the packets from capture to the new file in the proper format.
newFile(Class<T>, String) - Static method in class org.jnetstream.capture.Captures
Creates a new file of the request type.
newFile(Class<T>, String, Capture<CapturePacket>) - Static method in class org.jnetstream.capture.Captures
A convenience utility method which creates a new file and dumps all of the packet from capture to the new file in the proper format.
newFile(FormatType, File) - Static method in class org.jnetstream.capture.Captures
 
newFile(FormatType, String) - Static method in class org.jnetstream.capture.Captures
 
newHeader(BitBuffer, int) - Method in interface org.jnetstream.protocol.codec.HeaderCodec
 
newHeader(BitBuffer, int) - Method in class org.jnetstream.protocol.codec.NullHeaderCodec
 
newInput(File, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted file.
newInput(Class<T>, File, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted file.
newInput(Class<T>, ReadableByteChannel) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted input stream.
newInput(Class<T>, ReadableByteChannel, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted input stream.
newInput(ReadableByteChannel) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted channel.
newInput(ReadableByteChannel, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates a capture session which reads from a formatted channel.
newInput(Class<T>, File) - Static method in class org.jnetstream.capture.Captures
 
newInput(Class<T>, InputStream) - Static method in class org.jnetstream.capture.Captures
 
newInput(Class<T>, InputStream, Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
 
newInput(Class<T>, ReadableByteChannel) - Static method in class org.jnetstream.capture.Captures
 
newInput(File) - Static method in class org.jnetstream.capture.Captures
 
newInput(File, Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
 
newInput(InputStream) - Static method in class org.jnetstream.capture.Captures
 
newInput(InputStream, Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
 
newInput(ReadableByteChannel, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.InputCapture.FormatTypeOtherFactory
Create new input capture of file format FormatType.Other.
newInstance(Formatter, Appendable, Locale) - Method in interface org.jnetstream.packet.format.PacketFormatter.Builder
 
newLivePacket(ProtocolEntry, ByteBuffer, BitBuffer, long, int, int, int, LiveCaptureDevice) - Method in interface org.jnetstream.capture.LivePacketFactory
 
newOutput(Class<T>, WritableByteChannel) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates an outbound capture session that is connected to the the supplied WritableByteChannel.
newOutput(FormatType, OutputStream) - Method in interface org.jnetstream.capture.Captures.LocalFactory
Creates an outbound capture session that is connected to the the supplied OutputStream.
newOutput(Class<T>, OutputStream) - Static method in class org.jnetstream.capture.Captures
 
newOutput(Class<T>, WritableByteChannel) - Static method in class org.jnetstream.capture.Captures
 
newOutput(FormatType, OutputStream) - Static method in class org.jnetstream.capture.Captures
 
newPacket(BitBuffer, Protocol, long) - Method in interface org.jnetstream.capture.file.FilePacketFactory
 
newPacket(Protocol, int) - Method in interface org.jnetstream.capture.file.Files.Factory
Creates a new packet with internally allocated buffer specified length.
newPacket(Protocol, ByteBuffer) - Method in interface org.jnetstream.capture.file.Files.Factory
Create a new packet with user supplied buffer.
newPacket(Protocol, int) - Static method in class org.jnetstream.capture.file.Files
Creates a new packet with internally allocated buffer specified length.
newPacket(Protocol, ByteBuffer) - Static method in class org.jnetstream.capture.file.Files
Create a new packet with user supplied buffer.
newPacket(BitBuffer, Protocol) - Method in interface org.jnetstream.packet.PacketFactory
Creates a new packet from user supplied buffer captured on the supplied device.
newProtocol(ProtocolInfo.ID, ProtocolInfo.Suite, Set<Characteristic>) - Method in interface org.jnetstream.protocol.ProtocolInfo.Registry
 
newSerializedPacket(Packet) - Method in interface org.jnetstream.packet.SerializedPacketFactory
New packet that is serializable.
NO_BIT_INDEX - Static variable in interface org.jnetstream.protocol.ProtocolInfo
 
NPL_COMPILER - Static variable in class org.jnetstream.lang.Compilers
Property name which can be used to override the default implementation for NPL compiler.
NplCompiler - Interface in org.jnetstream.lang.npl
NPL (Network Protocol Language) compiler.
NplProgram - Interface in org.jnetstream.lang.npl
NPL based program.
NullField - Class in org.jnetstream.protocol
An empty, no action, stub stand-in.
NullField() - Constructor for class org.jnetstream.protocol.NullField
 
NullHeader - Class in org.jnetstream.protocol
An empty, no action, stub stand-in.
NullHeader() - Constructor for class org.jnetstream.protocol.NullHeader
 
NullHeaderCodec - Class in org.jnetstream.protocol.codec
An empty, no action, stub stand-in.
NullHeaderCodec() - Constructor for class org.jnetstream.protocol.codec.NullHeaderCodec
 
NullProtocol - Class in org.jnetstream.protocol
An empty, no action, stub stand-in.
NullProtocol() - Constructor for class org.jnetstream.protocol.NullProtocol
 

O

op() - Method in enum org.jnetstream.filter.bpf.BPFCode
 
openFile(Class<T>, File) - Method in interface org.jnetstream.capture.Captures.Factory
 
openFile(Class<T>, File, FileMode, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.Factory
 
openFile(File) - Method in interface org.jnetstream.capture.Captures.Factory
 
openFile(File, FileMode, Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.Factory
Gets a mutable FileCapture instance for the specified file.
openFile(File, FileMode) - Method in interface org.jnetstream.capture.Captures.LocalFactory
 
openFile(Class<T>, File) - Static method in class org.jnetstream.capture.Captures
 
openFile(Class<T>, File, FileMode) - Static method in class org.jnetstream.capture.Captures
 
openFile(Class<T>, String) - Static method in class org.jnetstream.capture.Captures
 
openFile(File) - Static method in class org.jnetstream.capture.Captures
Opens a file for reading and writting.
openFile(File, FileMode) - Static method in class org.jnetstream.capture.Captures
Opens a file using the specified file mode.
openFile(File, Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
Opens a file for reading and writting while applying a filter to limit what is returned.
openFile(String) - Static method in class org.jnetstream.capture.Captures
 
openFile(String, Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
 
openLive() - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Opens up all interfaces, except loopback and dialup interfaces, for live capture.
openLive(CaptureDevice...) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
 
openLive(Collection<CaptureDevice>) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
 
openLive(Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Opens up all interfaces, except loopback and dialup interfaces, for live capture.
openLive(Filter<ProtocolFilterTarget>, CaptureDevice...) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
 
openLive(Filter<ProtocolFilterTarget>, Collection<CaptureDevice>) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
 
openLive(long) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Opens up all interfaces, except loopback and dialup interfaces, for live capture.
openLive() - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture.
openLive(CaptureDevice) - Static method in class org.jnetstream.capture.Captures
Opens up a network interface for live packet capture.
openLive(CaptureDevice...) - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture.
openLive(Collection<CaptureDevice>) - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture.
openLive(Filter<ProtocolFilterTarget>) - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture with a filter.
openLive(Filter<ProtocolFilterTarget>, CaptureDevice) - Static method in class org.jnetstream.capture.Captures
Opens up a network interface for live packet capture with a filter.
openLive(Filter<ProtocolFilterTarget>, Collection<CaptureDevice>) - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture with a filter.
openLive(long) - Static method in class org.jnetstream.capture.Captures
Opens up a network interfaces for live packet capture.
openSession(URI) - Static method in class org.jnetstream.capture.RemoteServer
Creates an unauthenticated, but connected session to the remote server.
openSession(URI, byte[]) - Static method in class org.jnetstream.capture.RemoteServer
Creates an empty, but connected session to the remote server.
openTransmitter() - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Opens a live session with the network interface for packet tranmition.
openTransmitter(NetworkInterface) - Method in interface org.jnetstream.capture.Captures.LiveCaptureFactory
Opens a live session with the network interface for packet tranmition.
openTransmitter() - Static method in class org.jnetstream.capture.Captures
Opens a live session with the network interface for packet tranmition.
openTransmitter(NetworkInterface) - Static method in class org.jnetstream.capture.Captures
Opens a live session with the network interface for packet tranmition.
OR - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
order() - Method in interface org.jnetstream.capture.file.BlockRecord
Gets the byte-order encoding for integers of fields within the record header.
order() - Method in interface org.jnetstream.capture.FileCapture
Gets the byte order of the underlying capture file.
org.jnetstream - package org.jnetstream
jNetStream framework initializer, package does not contain any user methods.
org.jnetstream.analyzer.flow - package org.jnetstream.analyzer.flow
Packet flow analyzer.
org.jnetstream.capture - package org.jnetstream.capture
A high performance network packet capture framework.
org.jnetstream.capture.file - package org.jnetstream.capture.file
A capture file manipulation package.
org.jnetstream.capture.file.nap - package org.jnetstream.capture.file.nap
Network cAPture file format (NAP).
org.jnetstream.capture.file.pcap - package org.jnetstream.capture.file.pcap
LibPCAP capture file format (PCAP).
org.jnetstream.capture.file.snoop - package org.jnetstream.capture.file.snoop
SNOOP capture file format (RFC 1761).
org.jnetstream.filter - package org.jnetstream.filter
Main filter package.
org.jnetstream.filter.bpf - package org.jnetstream.filter.bpf
BPF (Berkley Packet Filter) extension for filter framework.
org.jnetstream.lang - package org.jnetstream.lang
 
org.jnetstream.lang.npl - package org.jnetstream.lang.npl
 
org.jnetstream.lang.npl.model - package org.jnetstream.lang.npl.model
 
org.jnetstream.lang.npl.type - package org.jnetstream.lang.npl.type
NPL language data type definitions.
org.jnetstream.packet - package org.jnetstream.packet
A network packet API.
org.jnetstream.packet.format - package org.jnetstream.packet.format
Formats packet for textual output to stream, file or StringBuilder using specialized packet formatter.
org.jnetstream.packet.templates - package org.jnetstream.packet.templates
Templates package which allow easy packet building using initializers and templates.
org.jnetstream.protocol - package org.jnetstream.protocol
A network protocol registry.
org.jnetstream.protocol.codec - package org.jnetstream.protocol.codec
A network protocol coder/decoder package.
out - Variable in class org.jnetstream.capture.PacketOutputStream
 
out() - Method in class org.jnetstream.packet.format.PacketFormatter
 
OutputCapture - Interface in org.jnetstream.capture
A capture session that allows content to be sent to a formatted stream.
OutputKind - Enum in org.jnetstream.lang
The kind of output to generate using the Language specified.

P

Packet - Interface in org.jnetstream.packet
A packet that has been captured or read from a file and decoded.
Packet.Property - Enum in org.jnetstream.packet
Properties which are autogenerated or exported from NPL definition.
PacketCounterModel - Enum in org.jnetstream.capture.file
Defines different types of models, or algorithms that can be used to count packets in a capture file.
PacketFactory<T extends Packet> - Interface in org.jnetstream.packet
A factory for creating new packet objects.
PacketFormatString - Enum in org.jnetstream.packet.format
A set of constants that define the various standard strings that may appear as part of PacketFormat output.
PacketFormatter - Class in org.jnetstream.packet.format
Formats a packet for text output to an Appendable output.
PacketFormatter() - Constructor for class org.jnetstream.packet.format.PacketFormatter
Constructs a new packet formatter.
PacketFormatter(Appendable) - Constructor for class org.jnetstream.packet.format.PacketFormatter
Constructs a new formatter with the specified destination.
PacketFormatter(Appendable, Locale) - Constructor for class org.jnetstream.packet.format.PacketFormatter
Constructs a new formatter with the specified destination and locale.
PacketFormatter(boolean) - Constructor for class org.jnetstream.packet.format.PacketFormatter
Constructs a new packet formatter.
PacketFormatter(FormatterType) - Constructor for class org.jnetstream.packet.format.PacketFormatter
 
PacketFormatter(FormatterType, Appendable) - Constructor for class org.jnetstream.packet.format.PacketFormatter
 
PacketFormatter(FormatterType, Appendable, Locale) - Constructor for class org.jnetstream.packet.format.PacketFormatter
 
PacketFormatter.Builder - Interface in org.jnetstream.packet.format
Builds a new instance of a PacketFormatter.
PacketGetter - Interface in org.jnetstream.packet.format
Generic value getter from a packet.
PacketIndexer<I extends CapturePacket> - Interface in org.jnetstream.capture
All getter methods, that return a packet return subclass of CapturePacket while all mutable methods, methods that take packets, simply require any type of packet.
PacketInitializer - Interface in org.jnetstream.packet
Interface which allows packets to be initialized from other objects.
PacketInputStream - Class in org.jnetstream.capture
A PacketInputStream deserializes Packet objects into DeserializedPacket objects previously written using a PacketOutputStream.
PacketInputStream() - Constructor for class org.jnetstream.capture.PacketInputStream
Provide a way for subclasses that are completely reimplementing CapturePacketInputStream to not have to allocate private data just used by this implementation of CapturePacketInputStream.
PacketInputStream(InputStream) - Constructor for class org.jnetstream.capture.PacketInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
PacketIterator<I extends CapturePacket> - Interface in org.jnetstream.capture
All getter methods, that return a packet return subclass of CapturePacket while all mutable methods, methods that take packets, simply require any type of packet.
PacketListener - Interface in org.jnetstream.packet
Allows an interested observer to monitor packet reads, writes, inserts, deletions and packet modifications.
PacketModifier<T extends CapturePacket> - Interface in org.jnetstream.capture
ElementModifier interface allows a capture session that is mutable (see Capture.isMutable()) to add, insert, swap and remove packets from the underlying packet dataset of the capture session.
PacketOption - Enum in org.jnetstream.packet.format
Optional components that can be included as part of the formatted display for a packet.
PacketOutputStream - Class in org.jnetstream.capture
A PacketOutputStream writes CapturePacket objects to an OutputStream.
PacketOutputStream() - Constructor for class org.jnetstream.capture.PacketOutputStream
Provide a way for subclasses that are completely reimplementing CapturePacketOutputStream to not have to allocate private data just used by this implementation of CaptureOutputOutputStream.
PacketOutputStream(OutputStream) - Constructor for class org.jnetstream.capture.PacketOutputStream
Creates a new capture output stream bound to the supplied output stream.
PacketPrintStream - Class in org.jnetstream.packet
 
PacketPrintStream(OutputStream) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(String) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(File) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(OutputStream, boolean) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(String, String) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(File, String) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketPrintStream(OutputStream, boolean, String) - Constructor for class org.jnetstream.packet.PacketPrintStream
 
PacketRuntime - Interface in org.jnetstream.protocol.codec
Special interface which allows a packet codec to build a new packet.
PacketTemplate - Interface in org.jnetstream.packet
Interface which allows a packet to be configured and initialized once and then reused as a template to initialize efficiently other packets.
PADDING_BOUNDARY - Static variable in class org.jnetstream.capture.file.nap.NAPModel
Default padding boundary.
pattern - Static variable in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
pattern - Static variable in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
Defines a search pattern for SNOOP packet record header.
PcapBlockRecord - Interface in org.jnetstream.capture.file.pcap
Pcap Block Record (file header).
PcapBlockRecord.PcapBlockHeader - Enum in org.jnetstream.capture.file.pcap
Defines the static header of a block pcap record.
PcapDataEncapsulation - Class in org.jnetstream.capture.file.pcap
Pcap file DLT value map.
PcapDataEncapsulation() - Constructor for class org.jnetstream.capture.file.pcap.PcapDataEncapsulation
 
PcapDebugFilter - Class in org.jnetstream.filter.bpf
 
PcapDebugFilter(String, FilterTarget) - Constructor for class org.jnetstream.filter.bpf.PcapDebugFilter
 
PcapDLT - Enum in org.jnetstream.capture.file.pcap
Pcap data link type that specified the type of the first protocol found within the packet's content buffer.
PcapFile - Interface in org.jnetstream.capture.file.pcap
PCAP file format from tcpdump.org folks.
PcapFilter - Class in org.jnetstream.filter.bpf
 
PcapFilter(String) - Constructor for class org.jnetstream.filter.bpf.PcapFilter
 
PcapFormat - Interface in org.jnetstream.capture.file.pcap
PCAP file format from tcpdump.org folks.
PcapInput - Interface in org.jnetstream.capture.file.pcap
A stream formatted to comform to Pcap file format.
PcapModifier - Interface in org.jnetstream.capture.file.pcap
Extends the more generic FileModifier that only has capability to remove records from a capture file, and supplied methods to create and add new records to existing file.
PcapOutput - Interface in org.jnetstream.capture.file.pcap
 
PcapPacket - Interface in org.jnetstream.capture.file.pcap
 
PcapPacketRecord - Interface in org.jnetstream.capture.file.pcap
 
PcapPacketRecord.PcapPacketHeader - Enum in org.jnetstream.capture.file.pcap
 
PcapRecord - Interface in org.jnetstream.capture.file.pcap
 
PCAPRecordType - Enum in org.jnetstream.capture.file.pcap
 
print(Packet) - Method in class org.jnetstream.packet.PacketPrintStream
 
prioritiseBindings() - Method in class org.jnetstream.protocol.NullProtocol
 
prioritiseBindings() - Method in interface org.jnetstream.protocol.ProtocolInfo
Forces the protocol to reprioritize its bindings.
processAddPacket(Capture, Packet) - Method in interface org.jnetstream.packet.PacketListener
A new packet has been added or inserted.
processCloseCapture(Captures.Factory, Capture<?>) - Method in interface org.jnetstream.capture.CaptureListener
Notifies that an existing capture session has been closed and is no longer active.
processOpenCapture(Captures.Factory, Capture<?>) - Method in interface org.jnetstream.capture.CaptureListener
Notifies that a new capture session has been opened.
processPacketChange(Capture, Packet) - Method in interface org.jnetstream.packet.PacketListener
Notifies that the packet data buffer has been changed, and possibly the internal structure of the packet has been altered as a result.
processReadPacket(Capture, Packet) - Method in interface org.jnetstream.packet.PacketListener
Notifies the listener that new packet has been captured or read from a file.
processRemovePacket(Capture, Packet) - Method in interface org.jnetstream.packet.PacketListener
A packet has been deleted from the capture session, i.e.
processWritePacket(Capture, Packet) - Method in interface org.jnetstream.packet.PacketListener
Notifies the listener that a new packet has been written to a capture session, either a file or possibly the raw network.
PROPERTY_INPUTCAPTURE_OTHER_FACTORY - Static variable in interface org.jnetstream.capture.InputCapture
Name of the system property used used in loading FormatType.Other file formats.
PROPERTY_JAVA_CLASS_PATH - Static variable in interface org.jnetstream.protocol.ProtocolLoader
 
PROPERTY_NPL_PROTOCOL_PATH - Static variable in interface org.jnetstream.protocol.ProtocolLoader
 
Protocol - Interface in org.jnetstream.protocol
Contains basic information about a protocol such as a unique ID that is only valid in single VM and single instance, name of the protocol.
Protocol.Builtin - Enum in org.jnetstream.protocol
A list of builtin protocols, used for testing and other purposes
ProtocolBinding - Interface in org.jnetstream.protocol
Protocol binding is a link/binding between two different protocols.
ProtocolBindingException - Exception in org.jnetstream.protocol
An error occured during loading, unloading or discovery of a protocol binding.
ProtocolBindingException() - Constructor for exception org.jnetstream.protocol.ProtocolBindingException
 
ProtocolBindingException(String) - Constructor for exception org.jnetstream.protocol.ProtocolBindingException
 
ProtocolBindingException(String, Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolBindingException
 
ProtocolBindingException(Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolBindingException
 
ProtocolDeclarationException - Exception in org.jnetstream.protocol
Protocol contains valid NPL syntax, but declaration is in corrent in the corresponding circumstance.
ProtocolDeclarationException() - Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
 
ProtocolDeclarationException(String) - Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
 
ProtocolDeclarationException(String, Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
 
ProtocolDeclarationException(Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolDeclarationException
 
ProtocolEntry - Interface in org.jnetstream.protocol
 
ProtocolException - Exception in org.jnetstream.protocol
 
ProtocolException(String) - Constructor for exception org.jnetstream.protocol.ProtocolException
 
ProtocolException() - Constructor for exception org.jnetstream.protocol.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolException
 
ProtocolException(Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolException
 
ProtocolFieldNotFoundException - Exception in org.jnetstream.protocol.codec
 
ProtocolFieldNotFoundException() - Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
 
ProtocolFieldNotFoundException(String) - Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
 
ProtocolFieldNotFoundException(Throwable) - Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
 
ProtocolFieldNotFoundException(String, Throwable) - Constructor for exception org.jnetstream.protocol.codec.ProtocolFieldNotFoundException
 
ProtocolFilterTarget - Interface in org.jnetstream.packet
An empty interface that adds additional requirement that a filter target be related to a packet.
ProtocolGroup - Interface in org.jnetstream.protocol
Grouping of protocols as a family.
ProtocolInfo<T extends Header> - Interface in org.jnetstream.protocol
Defines access to a Protocol.
ProtocolInfo.Binding - Interface in org.jnetstream.protocol
Binding between protocols.
ProtocolInfo.ID - Interface in org.jnetstream.protocol
Defines a unique identification of a protocol.
ProtocolInfo.Info - Interface in org.jnetstream.protocol
Informational interface which provides information about the protocol.
ProtocolInfo.Registry - Interface in org.jnetstream.protocol
Protocol registry factory methods.
ProtocolInfo.Suite - Enum in org.jnetstream.protocol
Enum structure which defines all of the jNetStream system defined protocol suites.
ProtocolLoader - Interface in org.jnetstream.protocol
A protocol loader is an object that is responsible for loading protocols.
ProtocolNotFoundException - Exception in org.jnetstream.protocol
Simlar to FileNotFoundException, the protocol was not found by the ProtocolLoader.
ProtocolNotFoundException() - Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
 
ProtocolNotFoundException(String, Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
 
ProtocolNotFoundException(String) - Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
 
ProtocolNotFoundException(Throwable) - Constructor for exception org.jnetstream.protocol.ProtocolNotFoundException
 
ProtocolRegistry - Class in org.jnetstream.protocol
Main protocol registry.
ProtocolRegistry() - Constructor for class org.jnetstream.protocol.ProtocolRegistry
 
pushCodec(HeaderCodec) - Method in class org.jnetstream.protocol.NullProtocol
 
pushCodec(HeaderCodec<? extends Header>) - Method in interface org.jnetstream.protocol.ProtocolInfo
Pushes codec on to a prioritised queue where the highest priority codec is used for actively decoding header content.
put(int, int, Header) - Method in interface org.jnetstream.packet.HeaderCache
 
putAllDynamic(Map<? extends D, ? extends Object>) - Method in class org.jnetstream.packet.EnumProperties
 
putDynamic(int, Object) - Method in class org.jnetstream.packet.EnumProperties
 
putDynamic(D, Object) - Method in class org.jnetstream.packet.EnumProperties
 

Q

quickScan(PacketRuntime) - Method in interface org.jnetstream.protocol.codec.Scanner
Performs a quick scan of the raw packet buffer, using non object based API to determine which headers exist and their lengths.

R

RawIndexer - Interface in org.jnetstream.capture.file
An iterator that allows iteration over elements contained in a capture file.
RawIterator - Interface in org.jnetstream.capture.file
An iterator that allows iteration over elements contained in a capture file.
read() - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
Reads the header field using the currently set debug buffer PcapBlockRecord.PcapBlockHeader.buffer.
read(ByteBuffer) - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
Gets the field value from the specified buffer using the global buffer offset of 0.
read(ByteBuffer, int) - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
Gets the field value from the specified buffer using the global buffer offset start.
read() - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
Reads the header field using the currently set debug buffer PcapPacketRecord.PcapPacketHeader.buffer.
read(ByteBuffer) - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
Gets the field value from the specified buffer using the global buffer offset of 0.
read(ByteBuffer, int) - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
Gets the field value from the specified buffer using the global buffer offset start.
read() - Method in interface org.jnetstream.capture.file.Record.RecordHeaderField
 
read(ByteBuffer) - Method in interface org.jnetstream.capture.file.Record.RecordHeaderField
 
read(ByteBuffer, int) - Method in interface org.jnetstream.capture.file.Record.RecordHeaderField
 
read() - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
Reads the header field using the currently set debug buffer SnoopBlockRecord.SnoopBlockHeader.buffer.
read(ByteBuffer) - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
Gets the field value from the specified buffer using the global buffer offset of 0.
read(ByteBuffer, int) - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
Gets the field value from the specified buffer using the global buffer offset start.
read() - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
Reads the header field using the currently set debug buffer SnoopPacketRecord.SnoopPacketHeader.buffer.
read(ByteBuffer) - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
Gets the field value from the specified buffer using the global buffer offset of 0.
read(ByteBuffer, int) - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
Gets the field value from the specified buffer using the global buffer offset start.
read(byte[], int, int) - Method in class org.jnetstream.capture.PacketInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class org.jnetstream.capture.PacketInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read() - Method in class org.jnetstream.capture.PacketInputStream
 
read(BitBuffer, int) - Method in interface org.jnetstream.packet.Field.StaticField
 
read(BitBuffer, int, int, int) - Method in interface org.jnetstream.packet.Field.StaticField
 
readPacket() - Method in interface org.jnetstream.capture.CapturePacketInput
Read and return a StreamPacket object.
readPacket() - Method in class org.jnetstream.capture.PacketInputStream
Deserializes a packet from the underlying input stream that was previously serialized by a corresponding PacketOutputStream object.
readRecord(Record) - Method in class org.jnetstream.capture.file.nap.NAPModel
 
readRecordFilterTarget(ByteBuffer) - Method in interface org.jnetstream.capture.file.HeaderReader
 
readType(ByteBuffer) - Method in interface org.jnetstream.capture.file.HeaderReader
 
readType(ByteBuffer) - Method in interface org.jnetstream.capture.file.TypeReader
 
Record - Interface in org.jnetstream.capture.file
A record within a capture file.
Record.RecordHeaderField - Interface in org.jnetstream.capture.file
 
RecordError - Class in org.jnetstream.capture.file
Holds any errors that have been encountered with any of the records within a capture file.
RecordError(long, String, Exception) - Constructor for class org.jnetstream.capture.file.RecordError
 
RecordError(long, String) - Constructor for class org.jnetstream.capture.file.RecordError
 
RecordFilterTarget - Interface in org.jnetstream.capture.file
Empty interface that has the additional requirement that the target be a record related entity.
RecordIndexer<T extends Record> - Interface in org.jnetstream.capture.file
An indexer that allows direct access to records contained in a capture file.
RecordIterator<T extends Record> - Interface in org.jnetstream.capture.file
An iterator that allows iteration over records contained in a capture file.
RecordType - Enum in org.jnetstream.capture.file
Generic record types found within capture files.
registerBuilder(FormatterType, PacketFormatter.Builder) - Static method in class org.jnetstream.packet.format.PacketFormatter
 
registerListener(CaptureListener) - Method in interface org.jnetstream.capture.Captures.Factory
 
registerListener(CaptureListener) - Static method in class org.jnetstream.capture.Captures
Registers a listener for capture session events with the current factory.
RemoteAuthenticationException - Exception in org.jnetstream.capture
Indicates the remote authentication failed.
RemoteAuthenticationException() - Constructor for exception org.jnetstream.capture.RemoteAuthenticationException
 
RemoteAuthenticationException(String) - Constructor for exception org.jnetstream.capture.RemoteAuthenticationException
 
RemoteAuthenticationException(String, Throwable) - Constructor for exception org.jnetstream.capture.RemoteAuthenticationException
 
RemoteAuthenticationException(Throwable) - Constructor for exception org.jnetstream.capture.RemoteAuthenticationException
 
RemoteProtocolException - Exception in org.jnetstream.capture
If a protocol error occures between CaptureSender and CaptureReceiver this exception will contain specific information about the failure.
RemoteProtocolException() - Constructor for exception org.jnetstream.capture.RemoteProtocolException
 
RemoteProtocolException(String) - Constructor for exception org.jnetstream.capture.RemoteProtocolException
 
RemoteProtocolException(String, Throwable) - Constructor for exception org.jnetstream.capture.RemoteProtocolException
 
RemoteProtocolException(Throwable) - Constructor for exception org.jnetstream.capture.RemoteProtocolException
 
RemoteServer - Class in org.jnetstream.capture
Allows remote capture sessions to be started from non-local system.
RemoteServer() - Constructor for class org.jnetstream.capture.RemoteServer
 
RemoteServer(byte[]) - Constructor for class org.jnetstream.capture.RemoteServer
Creates a remote server that listens on the default port for incomming connections and establishes RemoteSessions.
RemoteServer(byte[], RemoteSession.RemoteSessionFactory) - Constructor for class org.jnetstream.capture.RemoteServer
Creates a remote server that listens on the default port for incomming connections and establishes RemoteSessions.
RemoteSession - Interface in org.jnetstream.capture
A remote session which allows remote capture of live packets or capture file manipulation.
RemoteSession.RemoteSessionFactory - Interface in org.jnetstream.capture
Remote session handler is an object that is called by the CaptureServer to handle an incomming RemoteSession connection.
remove() - Method in interface org.jnetstream.capture.file.FileModifier
Removes an element at the current location.
remove(long) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Removes an element at the index location.
remove() - Method in interface org.jnetstream.capture.PacketModifier
Removes the current element.
remove(Collection<T>) - Method in interface org.jnetstream.capture.PacketModifier
Bulk remove, that removes several packets from the collection.
remove(int) - Method in class org.jnetstream.packet.EnumProperties
 
remove(D) - Method in class org.jnetstream.packet.EnumProperties
 
remove(Class<T>) - Method in interface org.jnetstream.packet.HeaderModifier
 
remove(int) - Method in interface org.jnetstream.packet.HeaderModifier
 
remove(Object) - Method in class org.jnetstream.packet.MonitorSupport
 
remove(Class<T>) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
remove(int) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
removeAll() - Method in interface org.jnetstream.capture.file.FileModifier
All elements are removed.
removeAll(Collection<R>) - Method in interface org.jnetstream.capture.file.FileModifier
Bulk remove, that removes several elements from the collection.
removeAll(long) - Method in interface org.jnetstream.capture.file.FileModifier
Removes a consecutive sequence of elements starting with the element at the current position.
removeAll(R...) - Method in interface org.jnetstream.capture.file.FileModifier
Bulk remove of all the elements found in the array.
removeAll() - Method in interface org.jnetstream.capture.file.IndexedFileModifier
All elements are removed.
removeAll(Collection<R>) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Bulk remove, that removes several elements from the collection.
removeAll(long, long) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Removes a consecutive sequence of elements starting with the element at the index position.
removeAll(R...) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Bulk remove of all the elements found in the array.
removeAll() - Method in interface org.jnetstream.packet.HeaderModifier
Removes all headers from the packet and effectively shrinking the packet data buffer to length 0.
removeAll() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
removeListener(MonitorListener<T>) - Method in interface org.jnetstream.packet.Monitored
 
removeRegisteredListener(CaptureListener) - Method in interface org.jnetstream.capture.Captures.Factory
 
removeRegisteredListener(CaptureListener) - Static method in class org.jnetstream.capture.Captures
Removes a previously registered capture session listener
replace(S) - Method in interface org.jnetstream.capture.file.FileModifier
Replaces the current element with the new element specified.
replace(long, S) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Replaces the index element with the new element specified.
replace(long, ByteBuffer, boolean) - Method in interface org.jnetstream.capture.file.RawIndexer
Replaces the record at indexed position with the new record found in the buffer.
replace(ByteBuffer, boolean) - Method in interface org.jnetstream.capture.file.RawIterator
Replaces the record at current cursor position with the new record found in the buffer.
replace(byte[]) - Method in interface org.jnetstream.packet.HeaderModifier
 
replace(ByteBuffer) - Method in interface org.jnetstream.packet.HeaderModifier
Replaces the current buffer with the user supplied buffer.
replace(ByteBuffer) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
replace(byte[]) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
replaceInPlace(long) - Method in interface org.jnetstream.capture.file.RawIndexer
Replaces the indexed record with its own contents and causes the original region to become invalid and replaced by new in-memory cache buffer which contains the same content.
replaceInPlace() - Method in interface org.jnetstream.capture.file.RawIterator
Replaces the current record with its own contents and causes the original region to become invalid and replaced by new in-memory cache buffer which contains the same content.
reset() - Method in class org.jnetstream.capture.PacketInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resize(long, long) - Method in interface org.jnetstream.capture.file.RawIndexer
Changes the length of the indexed record.
resize(long) - Method in interface org.jnetstream.capture.file.RawIterator
Changes the length of the current record.
resize(int) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
resolve(BitBuffer, int, int) - Method in interface org.jnetstream.protocol.BindingResolver
Runs the condition check of the binding.
RET - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
retain(Collection<T>) - Method in interface org.jnetstream.capture.PacketModifier
Bulk remove, that removes all packets other then the ones found in the collection.
retainAll(List<R>) - Method in interface org.jnetstream.capture.file.FileModifier
Bulk remove, that removes all records other then the ones found in the list.
retainAll(R...) - Method in interface org.jnetstream.capture.file.FileModifier
Bulk remove, that removes all records other then the ones found in the array.
retainAll(List<R>) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Bulk remove, that removes all records other then the ones found in the list.
retainAll(R...) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Bulk remove, that removes all records other then the ones found in the array.
RSH - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 

S

Scannable - Interface in org.jnetstream.protocol.codec
 
Scanner - Interface in org.jnetstream.protocol.codec
Packet scanner which allows lightweight and heavyweight packet decoding.
Scanner.Scandec - Interface in org.jnetstream.protocol.codec
Scanner's Decoder or Scandec for short.
seek(long, long) - Method in interface org.jnetstream.capture.file.FileIterator
Seeks or searches for the first record within the iterator starting at the beggining, that has its capture timestamp equal or older then the specified timestamp.
seek(Filter<RecordFilterTarget>) - Method in interface org.jnetstream.capture.file.RawIterator
Seek the first record from the current position that will match the supplied filter.
seekFirst() - Method in interface org.jnetstream.capture.FastIterator
Positions the iterator at the start of the first record which usually a block record (a file header).
SeekPattern - Interface in org.jnetstream.capture.file
 
seekSecond() - Method in interface org.jnetstream.capture.FastIterator
Positions the iterator at the start of the second record which skips over the first block record (file header).
seekSecond() - Method in interface org.jnetstream.capture.file.RawIterator
 
seekSecond() - Method in interface org.jnetstream.capture.file.RecordIterator
Skips over the block header, which is always the first record and aligns on the second record which is usually the data record.
seekToIndex(long) - Method in interface org.jnetstream.capture.file.RawIterator
Seeks to a record by its zero-based index as counted from the first record.
send(ByteBuffer) - Method in interface org.jnetstream.capture.NetTransmitter
Transmits the specified buffer using the currently open network interface.
send(ByteBuffer, int) - Method in interface org.jnetstream.capture.NetTransmitter
Transmits the specified buffer using the currently open network interface.
send(Queue<ByteBuffer>) - Method in interface org.jnetstream.capture.NetTransmitter
Transmits the specified queue with buffers in it using the currently open network interface.
SerializedPacketFactory - Interface in org.jnetstream.packet
Creates a new packet that can be easily serialized from a normal non-serializable packet.
set(long, S) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Sets the element at index position to the specified element.
setAccuracy(long) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setAutoflush(boolean) - Method in interface org.jnetstream.capture.file.FileIndexer
Enables or disables the autoflush (enabled by default).
setAutoflush(boolean) - Method in interface org.jnetstream.capture.file.FileIterator
 
setBindingWeight(int) - Method in class org.jnetstream.protocol.NullProtocol
 
setBindingWeight(int) - Method in interface org.jnetstream.protocol.ProtocolInfo
Changes the prioritisation weight of bindings for this protocol.
setBlockId(long) - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
setBlockRecord(byte[], int, int, PcapDLT, int, int, int) - Method in interface org.jnetstream.capture.file.pcap.PcapFile
Adds a new block record at the beginning of the Pcap file.
setBlockRecord(PcapDLT, int) - Method in interface org.jnetstream.capture.file.pcap.PcapFile
Adds a new block record at the beginning of the Pcap file.
setBufferSize(int) - Method in interface org.jnetstream.capture.file.FileOptions
Changes the size of the prefetch buffer for the current MemoryModel.
setCaptureNanos() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setCaptureSeconds() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setCaptureSystem(NAPCaptureInfo) - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setCaptureSystemId(int) - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setCaptureTimestamp(Timestamp) - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setCodec(Class<HeaderCodec<? extends Header>>) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
setCodec(HeaderCodec<? extends Header>) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
setDeserializedTimestamp(Timestamp) - Method in interface org.jnetstream.capture.DeserializedPacket
Sets the time of exactly when the packet was deserialized from a stream.
setDrops(int) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setException(Exception) - Method in class org.jnetstream.capture.file.RecordError
 
setFilename(String) - Method in exception org.jnetstream.protocol.ProtocolNotFoundException
 
setFileProperty(FileOptions.FileProperty) - Method in interface org.jnetstream.capture.file.FileOptions
Sets a new property on the file.
setFilter(Filter<ProtocolFilterTarget>) - Method in interface org.jnetstream.capture.LiveCapture
Applies a filter to a network interface globally.
setFlags(Set<NAPFlag>) - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setFlexRegion(FlexRegion) - Method in exception org.jnetstream.capture.file.BufferFetchException
 
setFromCache(boolean) - Method in exception org.jnetstream.capture.file.BufferException
 
setHandler(RemoteSession.RemoteSessionFactory) - Method in class org.jnetstream.capture.RemoteServer
Changes the default handler which handles the incomming connection requests.
setHeaderReader(HeaderReader) - Method in exception org.jnetstream.capture.file.BufferException
 
setIncludedLength(int) - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
setIncludedLength(int) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setLength(int) - Method in exception org.jnetstream.capture.file.BufferException
 
setLinktype(long) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setLinktype(long) - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
setLocalCaptureFactory(Captures.LocalFactory) - Static method in class org.jnetstream.capture.Captures
Allows complete override of the implementation of Capture Framework.
setLocale(Locale) - Method in class org.jnetstream.packet.format.PacketFormatter
 
setMagicNumber(byte[]) - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
setMagicPattern(byte[]) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setMajorVersion(long) - Method in interface org.jnetstream.capture.file.BlockRecord
Sets the version numbers for the file format.
setMajorVersion(long) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setMajorVersion(long) - Method in interface org.jnetstream.capture.file.snoop.SnoopBlockRecord
 
setMemoryMapMode(FileChannel.MapMode) - Method in interface org.jnetstream.capture.file.FileOptions
Sets the memory mapping mode for the FileOptions.MemoryModel.MappedFile mode.
setMemoryModel(FileOptions.MemoryModel) - Method in interface org.jnetstream.capture.file.FileOptions
Changes the current memory model to the one specified.
setMessage(String) - Method in exception org.jnetstream.capture.file.BufferException
 
setMicroseconds(long) - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
setMicroseconds(long) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setMinorVersion(int) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setName(String) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
setNextBlockId(long) - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
setOriginalLength() - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setOriginalLength(int) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setOrignalLength(int) - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
setOut(Appendable) - Method in class org.jnetstream.packet.format.PacketFormatter
 
setPacketBuffer(ByteBuffer) - Method in interface org.jnetstream.capture.file.nap.NAPPacket
 
setPacketCount(int) - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
setPartialBuffer(PartialBuffer) - Method in exception org.jnetstream.capture.file.BufferException
 
setPlatformFormatter(Formatter) - Method in class org.jnetstream.packet.format.PacketFormatter
 
setProtocolClass(Class<? extends Header>) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
setRecordLength(int) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setRegional(long) - Method in exception org.jnetstream.capture.file.BufferException
 
setSeconds(long) - Method in interface org.jnetstream.capture.file.pcap.PcapPacketRecord
 
setSeconds(long) - Method in interface org.jnetstream.capture.file.snoop.SnoopPacketRecord
 
setSerializedTimestamp(Timestamp) - Method in interface org.jnetstream.capture.DeserializedPacket
Sets the timestamp of exactly when the packet was serialized.
setSnaplen(long) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setSuite(String) - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
setTimestamp(long, int) - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
setTimestampMicros(int) - Method in interface org.jnetstream.capture.file.pcap.PcapPacket
Sets the capture timestamp fraction of a second in micros within the Pcap packet record header.
setTimestampSeconds(long) - Method in interface org.jnetstream.capture.file.pcap.PcapPacket
Sets the capture timestamp seconds field within the Pcap packet record header.
setTimezone(long) - Method in interface org.jnetstream.capture.file.pcap.PcapBlockRecord
 
setValue(T) - Method in interface org.jnetstream.packet.Field.DynamicField
 
setVersion(Version) - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
size() - Method in interface org.jnetstream.capture.file.FileIndexer
Number of elements currently present.
size() - Method in interface org.jnetstream.packet.HeaderCache
 
size() - Method in class org.jnetstream.packet.MonitorSupport
 
skip(long) - Method in class org.jnetstream.capture.PacketInputStream
Skips over and discards n bytes of data from this input stream.
skipOverErrors() - Method in interface org.jnetstream.capture.file.RawIterator
Skips over a packet record and ignores errors if any.
SnoopBlockRecord - Interface in org.jnetstream.capture.file.snoop
 
SnoopBlockRecord.SnoopBlockHeader - Enum in org.jnetstream.capture.file.snoop
 
SnoopDLT - Enum in org.jnetstream.capture.file.snoop
Pcap data link type that specified the type of the first protocol found within the packet's content buffer.
SnoopFile - Interface in org.jnetstream.capture.file.snoop
SNOOP capture file format from SUN Microsystem's folks.
SnoopInput - Interface in org.jnetstream.capture.file.snoop
A stream formatted to comform to Snoop file format.
SnoopOutput - Interface in org.jnetstream.capture.file.snoop
 
SnoopPacket - Interface in org.jnetstream.capture.file.snoop
 
SnoopPacketRecord - Interface in org.jnetstream.capture.file.snoop
 
SnoopPacketRecord.SnoopPacketHeader - Enum in org.jnetstream.capture.file.snoop
 
SnoopRecord - Interface in org.jnetstream.capture.file.snoop
 
SnoopRecordType - Enum in org.jnetstream.capture.file.snoop
Types of record found in Snoop file format.
splitFile(File) - Method in interface org.jnetstream.capture.Captures.Factory
Splits the file into smaller files according to default rules defined for each file format.
splitFile(File, long, boolean) - Method in interface org.jnetstream.capture.Captures.Factory
Split the specified file into smaller files containing specified number of packets each from the source file.
splitFile(File) - Static method in class org.jnetstream.capture.Captures
Splits the file into smaller files according to default rules defined for each file format.
splitFile(File, long, boolean) - Static method in class org.jnetstream.capture.Captures
Split the specified file into smaller files containing specified number of packets each from the source file.
ST - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
stringFormatter() - Static method in class org.jnetstream.capture.Captures
Retrieves the default packet formatter used in formating output to a string.
stringFormatter(PacketFormatter) - Static method in class org.jnetstream.capture.Captures
Method is used to set a new string formatter.
STX - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
SUB - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
SubFieldFormatString - Enum in org.jnetstream.packet.format
A set of constants that define the various standard strings that may appear as part of sub field's formatted output.
SubFieldGetter - Interface in org.jnetstream.packet.format
A generic value getter from a subfield.
swap(R, R) - Method in interface org.jnetstream.capture.file.FileModifier
Swaps the two elements around, physically, within the storage.
swap(R, R) - Method in interface org.jnetstream.capture.file.IndexedFileModifier
Swaps the two elements around, physically, within the storage.
swap(T, T) - Method in interface org.jnetstream.capture.PacketModifier
Swaps the two elements so that first element occupies second element's space while second element occupies previous first element's space.
symbol - Variable in class org.jnetstream.filter.bpf.BPFInstruction
 

T

Targets - Enum in org.jnetstream.lang.npl
Constants define type of output to produce from the compilation
TAX - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
TcpNic0Template - Class in org.jnetstream.packet.templates
A packet template which initializes the packet with Ethernet, IPv4 and TCP headers.
TcpNic0Template() - Constructor for class org.jnetstream.packet.templates.TcpNic0Template
 
TestCaptureSyntax - Class in org.jnetstream.capture
 
TestCaptureSyntax() - Constructor for class org.jnetstream.capture.TestCaptureSyntax
 
toArray(Header[]) - Method in interface org.jnetstream.packet.HeaderCache
 
toBuffer(StringBuilder) - Method in class org.jnetstream.filter.bpf.BPFProgram
 
toBufferCode(StringBuilder) - Method in class org.jnetstream.filter.bpf.BPFProgram
 
toEnumSet(int) - Static method in enum org.jnetstream.capture.file.nap.NAPBlockRecord.Flag
 
toIntFlag(Set<NAPBlockRecord.Flag>) - Static method in enum org.jnetstream.capture.file.nap.NAPBlockRecord.Flag
 
toString() - Method in exception org.jnetstream.capture.file.BufferException
 
toString() - Method in exception org.jnetstream.capture.file.BufferFetchException
 
toString() - Method in exception org.jnetstream.capture.FileFormatException
 
toString() - Method in class org.jnetstream.filter.bpf.BPFInstruction
 
toString() - Method in class org.jnetstream.filter.bpf.BPFProgram
 
toString() - Method in class org.jnetstream.packet.format.PacketFormatter
Returns the contents of the internal string buffer and resets the buffer.
toString() - Method in class org.jnetstream.protocol.DefaultProtocolEntry
 
toString() - Method in interface org.jnetstream.protocol.Protocol
Name of the protocol
toStringCode() - Method in class org.jnetstream.filter.bpf.BPFProgram
 
toStringDebug() - Method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
Returns a special debug string for the field.
toStringDebug() - Method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
Returns a special debug string for the field.
toStringDebug() - Method in interface org.jnetstream.capture.file.Record.RecordHeaderField
 
toStringDebug() - Method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
Returns a special debug string for the field.
toStringDebug() - Method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
Returns a special debug string for the field.
translate(Class<? extends FileCapture<? extends FilePacket>>, int) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
translate(Class<? extends FileCapture<? extends FilePacket>>, Protocol) - Static method in class org.jnetstream.protocol.ProtocolRegistry
 
TRUE - Static variable in interface org.jnetstream.filter.Filter
 
TXA - Static variable in enum org.jnetstream.filter.bpf.BPFCode
 
TYPE - Static variable in class org.jnetstream.filter.bpf.PcapDebugFilter
 
TypeReader - Interface in org.jnetstream.capture.file
 

U

Updatable - Interface in org.jnetstream.packet
Interface allows update operation to be performed on an object.
update() - Method in class org.jnetstream.packet.templates.TcpNic0Template
 
update() - Method in interface org.jnetstream.packet.Updatable
Calls on the implementing object to reflect any changes that have been made to it.
UpdateException - Exception in org.jnetstream.packet
An exception which may be thrown during an Updatable.update method call.
UpdateException() - Constructor for exception org.jnetstream.packet.UpdateException
 
UpdateException(String) - Constructor for exception org.jnetstream.packet.UpdateException
 
UpdateException(String, Throwable) - Constructor for exception org.jnetstream.packet.UpdateException
 
UpdateException(Throwable) - Constructor for exception org.jnetstream.packet.UpdateException
 

V

validateFile(File) - Method in interface org.jnetstream.capture.Captures.Factory
Checks if the specified file is in a proper format 100% compabile with specification.
validateFile(File) - Static method in class org.jnetstream.capture.Captures
Checks if the specified file is in a proper format 100% compabile with specification.
validateMagicNumber() - Method in interface org.jnetstream.capture.file.nap.NAPBlockRecord
 
valueChanged(Monitored, T, T) - Method in interface org.jnetstream.packet.MonitorListener
 
valueOf(String) - Static method in enum org.jnetstream.capture.CaptureDevice.TimestampResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.CapturedProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.CaptureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.FileOptions.FileProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.FileOptions.MemoryModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.nap.NAPBlockRecord.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.nap.NAPFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.nap.NAPMetaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.nap.NAPProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.nap.NAPType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jnetstream.capture.file.nap.NAPType
 
valueOf(String) - Static method in enum org.jnetstream.capture.file.PacketCounterModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.pcap.PcapBlockRecord.PcapBlockHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.pcap.PcapDLT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.pcap.PcapPacketRecord.PcapPacketHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.pcap.PCAPRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.RecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.snoop.SnoopBlockRecord.SnoopBlockHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.snoop.SnoopDLT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.snoop.SnoopPacketRecord.SnoopPacketHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.file.snoop.SnoopRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.FileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.FormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.capture.LiveCapture.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.filter.bpf.BPFCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.filter.bpf.BPFInstruction.Symbol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jnetstream.filter.bpf.BPFInstruction.Symbol
 
valueOf(String) - Static method in enum org.jnetstream.filter.FilterExpression.FilterExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.lang.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.lang.npl.model.ElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.lang.npl.Targets
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.lang.npl.type.DataOperations.DataOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.lang.OutputKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.packet.format.FieldFormatString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.packet.format.FieldOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.packet.format.FoldState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.packet.format.FormatterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnetstream.packet.format.HeaderFormatString
Returns the enum constant of this type with the specified name.
val