Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
O
OAHandle
- Class in
isc.sensor.outputadaptor
Manage the single connection to the Openadaptor service.
OAHandle()
- Constructor for class isc.sensor.outputadaptor.
OAHandle
Constructor
OALocalAsyncSource
- Class in
isc.sensor.outputadaptor.oaextensions
This is an overridden version of OpenAdaptor V 1.7.x LocalAsyncSource, which adds functions to wait for the Async Queue Calls to complete.
OALocalAsyncSource()
- Constructor for class isc.sensor.outputadaptor.oaextensions.
OALocalAsyncSource
Constructor: noop - initialize LocalAsyncSource
OAObjectManager
- Class in
isc.sensor.outputadaptor
This class is the main object handler for all of the DNA system output objects.
OAObjectManager(String)
- Constructor for class isc.sensor.outputadaptor.
OAObjectManager
Creates a new output adaptor object.
OAObjectManager.FlushTask
- Class in
isc.sensor.outputadaptor
This timer class will flush the objectmanager cache when the specified time has expired.
OAObjectManager.FlushTask()
- Constructor for class isc.sensor.outputadaptor.
OAObjectManager.FlushTask
OAPacketOutputAdaptor
- Class in
isc.sensor.outputadaptor
Output Adaptor for all layer 4 TCP/UDP packet and Session flows.
OAPacketOutputAdaptor()
- Constructor for class isc.sensor.outputadaptor.
OAPacketOutputAdaptor
null constructor
OctetConverter
- Class in
org.savarese.vserv.tcpip
OctetConverter is a utility singleton class for converting IP octets to and from other representations.
octetsToInt(byte[], int)
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Converts a set of IPv4 octets to a 32-bit word.
octetsToInt(byte[])
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Same as
octetsToInt(octets, 0);
octetsToLong(byte[], int)
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Converts a set of octets to a 64-bit word.
octetsToLong(byte[])
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Same as
octetsToLong(octets, 0);
octetsToString(StringBuffer, byte[], int)
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Converts a set of IPv4 octets to a string representation.
octetsToString(StringBuffer, byte[])
- Static method in class org.savarese.vserv.tcpip.
OctetConverter
Same as
octetsToString(buffer, octets, 0);
OFFSET_ACK
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the acknowledgement number header value.
OFFSET_CODE
- Static variable in class org.savarese.vserv.tcpip.
ICMPPacket
Offset into the ICMP packet of the code header value.
OFFSET_CONTROL
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the control header.
OFFSET_DESTINATION_ADDRESS
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of destination address header value.
OFFSET_DESTINATION_PORT
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the destination port header value.
OFFSET_DESTINATION_PORT
- Static variable in class org.savarese.vserv.tcpip.
UDPPacket
Offset into the UDP packet of the destination port header value.
OFFSET_HEADER_LENGTH
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the TCP header length.
OFFSET_ICMP_CHECKSUM
- Static variable in class org.savarese.vserv.tcpip.
ICMPPacket
Offset into the ICMP packet of the ICMP checksum.
OFFSET_IDENTIFIER
- Static variable in class org.savarese.vserv.tcpip.
ICMPEchoPacket
Offset into the ICMP packet of the identifier header value.
OFFSET_IDENTIFIER
- Static variable in class org.savarese.vserv.tcpip.
ICMPPacket
Offset into the ICMP packet of the identifier header value.
OFFSET_IP_CHECKSUM
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of header checksum header value.
OFFSET_PROTOCOL
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of protocol number header value.
OFFSET_SEQUENCE
- Static variable in class org.savarese.vserv.tcpip.
ICMPEchoPacket
Offset into the ICMP packet of the sequence number header value.
OFFSET_SEQUENCE
- Static variable in class org.savarese.vserv.tcpip.
ICMPPacket
Offset into the ICMP packet of the sequence number header value.
OFFSET_SEQUENCE
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the sequence number header value.
OFFSET_SOURCE_ADDRESS
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of source address header value.
OFFSET_SOURCE_PORT
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the source port header value.
OFFSET_SOURCE_PORT
- Static variable in class org.savarese.vserv.tcpip.
UDPPacket
Offset into the UDP packet of the source port header value.
OFFSET_TCP_CHECKSUM
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the TCP checksum.
OFFSET_TOTAL_LENGTH
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of total packet length header value.
OFFSET_TTL
- Static variable in class org.savarese.vserv.tcpip.
IPPacket
Offset into byte array of time to live header value.
OFFSET_TYPE
- Static variable in class org.savarese.vserv.tcpip.
ICMPPacket
Offset into the ICMP packet of the type header value.
OFFSET_UDP_CHECKSUM
- Static variable in class org.savarese.vserv.tcpip.
UDPPacket
Offset into the UDP packet of the UDP checksum.
OFFSET_UDP_TOTAL_LENGTH
- Static variable in class org.savarese.vserv.tcpip.
UDPPacket
Offset into the UDP packet of UDP total packet length header value.
OFFSET_URG_POINTER
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the URG pointer.
OFFSET_WINDOW_SIZE
- Static variable in class org.savarese.vserv.tcpip.
TCPPacket
Offset into the TCP packet of the window size.
open()
- Method in class isc.sensor.parser.
AbstractParser
Callback method for Parsers used to open any resources necessary for processing.
open()
- Method in class isc.sensor.parser.
HttpParser
Call from AbstractParser to open all channels.
open()
- Method in class isc.sensor.parser.
StaticPortPacketCapture
Open a local pcap file is requested by config file.
open()
- Method in class isc.sensor.
SessionProcessor
Open the session output writer
open(String, int)
- Method in class isc.util.pcap.
javacap
Open a network device for reading
open(int)
- Method in class org.savarese.vserv.ipq.
IPQHandle
Creates a reference to a netfilter ipq handle, thereby allowing packets to be read.
open_offline(String, byte[])
- Method in class isc.util.pcap.
javacap
Open the pcap file
org.savarese.vserv.ipq
- package org.savarese.vserv.ipq
org.savarese.vserv.tcpip
- package org.savarese.vserv.tcpip
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_