isc.sensor
Class APPMgrEvent

java.lang.Object
  extended by isc.sensor.APPMgrEvent

public class APPMgrEvent
extends java.lang.Object

Internal structure used by AppLayer managers to manage packet events.

Author:
John Casey
Project: DNA_sensor - Aug 12, 2005

Field Summary
 int appindex
          The starting position of the L7 header in the raw packet
 PacketBean bean
          The processed packet
 byte[] packet
          The raw packet
 java.lang.String portKey
          The port of this packet that was registered as an event
 int size
          The size of the raw packet
 
Constructor Summary
APPMgrEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

public PacketBean bean
The processed packet


packet

public byte[] packet
The raw packet


appindex

public int appindex
The starting position of the L7 header in the raw packet


size

public int size
The size of the raw packet


portKey

public java.lang.String portKey
The port of this packet that was registered as an event

Constructor Detail

APPMgrEvent

public APPMgrEvent()