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

P

packet - Variable in class isc.sensor.APPMgrEvent
The raw packet
PacketBean - Class in isc.sensor
PacketBean provides base functions for internal packet beans.
PacketBean() - Constructor for class isc.sensor.PacketBean
 
packetDB - Variable in class isc.sensor.SessionProcessor
The hashtable that keep track of flows for each session
PacketEvent - Class in isc.sensor.parser
Packet event structure for passing between AppLayerMgr's and Parsers.
PacketEvent() - Constructor for class isc.sensor.parser.PacketEvent
 
packetInterface - Variable in class isc.sensor.IPBean
The interface name the packet arrived on
packetInterface - Variable in class isc.sensor.IPSumBean
the Interface name that recieved this packet
PacketMask - Class in isc.sensor
This module is not currently used.
PacketMask() - Constructor for class isc.sensor.PacketMask
 
packetObj - Variable in class isc.sensor.parser.StaticPortPacketCapture
Output Adaptor
PacketOutputAdaptorIF - Interface in isc.sensor
Inteface for Packet and Session output writers
packetsProcessed - Variable in class isc.sensor.parser.AbstractParser.ParserState
Number of packets processed for the session.
packetsQueued - Variable in class isc.sensor.parser.AbstractParser.ParserState
Number of packets queue for processing of the session
packetsRecv - Variable in class isc.sensor.SessionBean
Total number of packets recieved in this session
packetsSent - Variable in class isc.sensor.SessionBean
Total number of packet sent in this session
PacketSumBean - Class in isc.sensor
PacketSumBean is the base class for summary packet beans.
PacketSumBean() - Constructor for class isc.sensor.PacketSumBean
 
packetTime - Variable in class isc.sensor.SessionTimer
Current packet clock time
packetTimeAtFin - Variable in class isc.sensor.SessionHash
Timestamp that we saw the FIN for this session
packetTimeOfLastPacket - Variable in class isc.sensor.SessionHash
Time of last packet seen according to a running packet timer
packetTimes - Variable in class isc.sensor.IPSumBean
array listing each packet time offset from the start
packetTimesToString() - Method in class isc.sensor.IPSumBean
Return the string value of the packettime;
parse(PacketEvent) - Method in class isc.sensor.parser.AbstractParser
One of three asyncrhonous callback methods sent to a parser.
parse(PacketEvent) - Method in class isc.sensor.parser.HttpParser
Parse the incomming packet if it contains an HTTP header.
parse(PacketEvent) - Method in class isc.sensor.parser.StaticPortPacketCapture
Take selected packet and write it out to the output adaptor or create a local pcap file.
parser - Variable in class isc.sensor.APEventTable
The object of the parser
PARSER_WORKQUEUE_SZ - Static variable in class isc.sensor.parser.AbstractParser
 
parserState - Variable in class isc.sensor.parser.AbstractParser
 
parserTable - Variable in class isc.sensor.AppLayerMgrTCP
Hold the list of active parsers that are loaded at runtime
parserTable - Variable in class isc.sensor.AppLayerMgrUDP
 
PCAPFileSink - Class in isc.sensor.outputadaptor.oaextensions
This sink will create a PCAP file from an Special Object Type PcapPacket created with StaticPortPacketCapture or similar parser.
PCAPFileSink() - Constructor for class isc.sensor.outputadaptor.oaextensions.PCAPFileSink
 
PF_INET - Static variable in class org.savarese.vserv.ipq.IPQHandle
A protocol constant for IPQHandle.open(int) indicating IPv4
PF_INET6 - Static variable in class org.savarese.vserv.ipq.IPQHandle
A protocol constant for IPQHandle.open(int) indicating IPv6
pktFromStr - Variable in class isc.sensor.outputadaptor.oaextensions.PCAPFileSink
 
pktLen - Variable in class isc.sensor.IPBean
the packet length including headers
portEventTable - Variable in class isc.sensor.AppLayerMgrTCP
Hold the list of registered Ports to recieve events
portEventTable - Variable in class isc.sensor.AppLayerMgrUDP
Hold the list of registered Ports to recieve events
portKey - Variable in class isc.sensor.APPMgrEvent
The port of this packet that was registered as an event
pos - Variable in class isc.sensor.parser.PacketEvent
The index int the byte array where the L7 data starts
PrimitiveArrayTransformerFromString - Class in isc.sensor.outputadaptor.oaextensions
This dostring object transformer will transform a String previously created by PrimitiveArrayTransformerToString to a wrapped privitive array of DOType CollectionDataObject.createWrapperType().
PrimitiveArrayTransformerFromString() - Constructor for class isc.sensor.outputadaptor.oaextensions.PrimitiveArrayTransformerFromString
 
PrimitiveArrayTransformerToString - Class in isc.sensor.outputadaptor.oaextensions
This dostring object transformer used will transform a wrapped privitive array created by CollectionDataObject.createWrappedArray() to a string.
PrimitiveArrayTransformerToString() - Constructor for class isc.sensor.outputadaptor.oaextensions.PrimitiveArrayTransformerToString
 
printError(IPQHandle) - Static method in class isc.main.DNA_sensor
Print out IPQ Erros
printHelp() - Static method in class isc.main.DNA_adminClient
Print process command line options
printHelp() - Static method in class isc.main.DNA_sensor
Print out process help message with command line arguments
process(SimpleDataObject) - Method in class isc.sensor.outputadaptor.OAObjectManager
Call process once the data object is filled in with attribute/value paire.
processDevice(String) - Static method in class isc.main.DNA_sensor
Analyze packets from a pcap network device.
processFile(String) - Static method in class isc.main.DNA_sensor
Analyze packets from a pcap file.
processIPTQueue() - Static method in class isc.main.DNA_sensor
Analyze packets from iptables/ip_queue modules.
processMessage(Message) - Method in class isc.sensor.outputadaptor.oaextensions.PCAPFileSink
 
processMessage(Message) - Method in class isc.sensor.outputadaptor.oaextensions.SQLSink
 
processPacketEvent() - Method in class isc.sensor.AppLayerMgrTCP
Process packet work queue.
processPacketEvent() - Method in class isc.sensor.AppLayerMgrUDP
Process packet work queue.
processWorkItem() - Method in class isc.sensor.SessionProcessor
Main work routine.
processWorkItem() - Method in class isc.sensor.TCPSessionProcessor
Process the sesWorkQueue containing completed sessions @see SessionProcessor#addCompletedSession(String)
processWorkItem() - Method in class isc.sensor.UDPSessionProcessor
Process the sesWorkQueue containing completed sessions @see SessionProcessor#addCompletedSession(String)
PROP_ADMIN_CLASS - Static variable in class isc.main.DNA_sensor
Property for naming class
PROP_ADMIN_LOCALONLY - Static variable in class isc.util.ServerAdmin
 
PROP_CLOSE_TIME - Static variable in class isc.sensor.TCPSessionTimer
Property the specify time to wait after a TCP session has closed
PROP_DBSIZE - Static variable in class isc.sensor.TCPSessionProcessor
Property to specify the initial size of the inflight packet flow hashtable
PROP_DBSIZE - Static variable in class isc.sensor.UDPSessionProcessor
Property to specify the initial size of the inflight packet flow hashtable
PROP_FIN_TIMEOUT - Static variable in class isc.sensor.TCPSessionTimer
Property to specify tim to wait after FIN has been seen
PROP_FLOW_OUTPUT - Static variable in class isc.sensor.IPT_TCPBean
Property to determine whether to write out TCP packet flows
PROP_FLOW_OUTPUT - Static variable in class isc.sensor.IPT_UDPBean
Property to determine whether to write out UDP packet flows
PROP_NAME - Static variable in class isc.main.DNA_sensor
Property name of this sesnor
PROP_NAMING_ADMIN_NAME - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_ADMIN_NAME - Static variable in class isc.util.ServerAdmin
 
PROP_NAMING_CLASS - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_CONTEXT_FACTORY - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_CONTEXT_FACTORY - Static variable in class isc.util.ServerAdmin
 
PROP_NAMING_PW - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_PW - Static variable in class isc.util.ServerAdminLDAP
 
PROP_NAMING_URL - Static variable in class isc.main.DNA_adminClient
JNDI server interface URL
PROP_NAMING_URL - Static variable in class isc.util.ServerAdmin
 
PROP_NAMING_URL_PKG_PREFIXES - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_URL_PKG_PREFIXES - Static variable in class isc.util.ServerAdmin
 
PROP_NAMING_USER - Static variable in class isc.main.DNA_adminClient
JNDI Property @see jndi
PROP_NAMING_USER - Static variable in class isc.util.ServerAdminLDAP
 
PROP_OA_ADAPTER_NAME - Static variable in class isc.sensor.outputadaptor.OAHandle
Property for the open adaptor name in the config file.
PROP_OA_BATCH_COUNT - Static variable in class isc.sensor.outputadaptor.OAObjectManager
The OA Batch count specifies how many object to hold in cache before sending
PROP_OA_BATCH_FLUSH_TIME - Static variable in class isc.sensor.outputadaptor.OAObjectManager
The OA Flush time specifies how long to wait before flushing cache, when batch count has not been exceeded
PROP_OA_SOURCE_NAME - Static variable in class isc.sensor.outputadaptor.OAHandle
Property for this localsource's name eg: .C1 as in A.C1
PROP_OUTPUTWRITERCLASS - Static variable in class isc.sensor.IPT_TCPBean
Property to specify the output Writer for packet flows
PROP_OUTPUTWRITERCLASS - Static variable in class isc.sensor.IPT_UDPBean
Property to specify the output Writer for packet flows
PROP_OUTPUTWRITERCLASS - Static variable in class isc.sensor.SessionProcessor
Property to specity the class of the Session record output writer
PROP_SESHASH_SIZE - Static variable in class isc.sensor.TCPSessionProcessor
Property to specify the initial size of the active session hash table
PROP_SESHASH_SIZE - Static variable in class isc.sensor.UDPSessionProcessor
Property to specify the initial size of the active session hash table
PROP_SESSION_OUTPUT - Static variable in class isc.sensor.AppLayerMgrTCP
Property to turn on/off TCP Session Processor output
PROP_SESSION_OUTPUT - Static variable in class isc.sensor.AppLayerMgrUDP
Property to turn on/off UDP Session Processor output
PROP_SESSION_OUTPUT - Static variable in class isc.sensor.TCPSessionProcessor
Property to enable/disable session output
PROP_SESSION_OUTPUT - Static variable in class isc.sensor.UDPSessionProcessor
Property to enable/disable session output
PROP_SESTIMER_SESTIMOUT - Static variable in class isc.sensor.TCPSessionTimer
Property to specify how long to timeout a session that has not seen any new packets
PROP_SESTIMER_SESTIMOUT - Static variable in class isc.sensor.UDPSessionTimer
Property to specify how long to timeout a session that has not seen any new packets
PROP_SESTIMER_SLEEP - Static variable in class isc.sensor.TCPSessionTimer
Property to specify how long to sleep on each iteration to check for closed sessions
PROP_SESTIMER_SLEEP - Static variable in class isc.sensor.UDPSessionTimer
Property to specify how long to sleep on each iteration to check for closed sessions
PROP_WORKQ_SIZE - Static variable in class isc.sensor.TCPSessionProcessor
Property to specify the initial size of the packet work queue
PROP_WORKQ_SIZE - Static variable in class isc.sensor.UDPSessionProcessor
Property to specify the initial size of the packet work queue
props - Static variable in class isc.main.DNA_adminClient
Application Properties
props - Static variable in class isc.main.DNA_sensor
Applicatin Properties
props - Variable in class isc.sensor.IPT_TCPBean
Properties
props - Variable in class isc.sensor.IPT_UDPBean
Properties
props - Variable in class isc.sensor.outputadaptor.OAHandle
Application properties
props - Variable in class isc.sensor.outputadaptor.OAObjectManager
Application properties
props - Variable in class isc.sensor.outputadaptor.OAPacketOutputAdaptor
Application properties
props - Variable in class isc.sensor.parser.AbstractParser
 
props - Variable in class isc.sensor.SessionProcessor
Application properties
props - Variable in class isc.sensor.SessionTimer
Application properties
props - Variable in class isc.util.ServerAdmin
 
PROTOCOL_ICMP - Static variable in class org.savarese.vserv.tcpip.IPPacket
Protocol constant for ICMP.
PROTOCOL_IP - Variable in class isc.util.pcap.javacap
Protocol constant for IPV4.
PROTOCOL_IP - Static variable in class org.savarese.vserv.tcpip.IPPacket
Protocol constant for IPv4.
PROTOCOL_PPOE - Variable in class isc.util.pcap.javacap
Protocol constant for PPOE
PROTOCOL_PPOE_IP - Variable in class isc.util.pcap.javacap
 
PROTOCOL_TCP - Static variable in class org.savarese.vserv.tcpip.IPPacket
Protocol constant for TCP.
PROTOCOL_UDP - Static variable in class org.savarese.vserv.tcpip.IPPacket
Protocol constant for UDP.
protocolError - Variable in class isc.sensor.parser.HttpParser.HttpSummary
String containing any parsing errors
protoName - Variable in class isc.sensor.IPBean
the name of the protocol
protoName - Variable in class isc.sensor.IPSumBean
protocol name
protoNum - Variable in class isc.sensor.IPBean
the protocol number
put(String, String) - Method in class isc.util.AppProperties
Set a property

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