Package isc.sensor

Interface Summary
AppLayerMgrIF The Application layer Managers manage the complete lifecycle state of each applcation session for a register application layer parser.
PacketOutputAdaptorIF Inteface for Packet and Session output writers
 

Class Summary
APEventTable Structure for AppLayerMgr to hold registration of parser modules
AppLayerMgrTCP Application Layer Session manager for TCP.
AppLayerMgrUDP Application Layer Session manager for TCP.
APPMgrEvent Internal structure used by AppLayer managers to manage packet events.
IPBean Processed IP Packet Structure
IPSumBean IP Summary Structure
IPT_IPBean IPtables/PCAP adapter class to convert org.savarese.vserv.tcpip byte[] packets internal IPBean format
IPT_TCPBean IPtables/PCAP adapter class to convert org.savarese.vserv.tcpip byte[] packets internal TCPBean format
IPT_UDPBean IPtables/PCAP adapter class to convert org.savarese.vserv.tcpip byte[] packets internal UDPBean format
PacketBean PacketBean provides base functions for internal packet beans.
PacketMask This module is not currently used.
PacketSumBean PacketSumBean is the base class for summary packet beans.
SessionBean SessionBean holds the summary and flow summary of a client/server communication
SessionHash SessionHash is used by the SessionProcessors and Session Timers to manage the state of each session
SessionProcessor Session Processors (TCP/UDP) manage the full state lifecyle of each session.
SessionTimer The Session Timers (TCP/UDP) runs in a background thread a periodically check each session for it's close state
TCPBean Internal structure for holding information about a TCP packet.
TCPSessionProcessor The TCP Session processor manage the full lifecycle for each tcp session, defined by a client/port server/port pair.
TCPSessionTimer The TCP Session Timers runs in a background thread a periodically check each session for it's close state
TCPSumBean TCP Session Summary Structure
UDPBean Internal structure for holding information about a UDP packet.
UDPSessionProcessor The UDP Session processor manage the full lifecycle for each tcp session, defined by a client/port server/port pair.
UDPSessionTimer The UDP Session Timers runs in a background thread a periodically check each session for it's close state
UDPSumBean UDP Session Summary Structure