isc.sensor
Class APEventTable

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

public class APEventTable
extends java.lang.Object

Structure for AppLayerMgr to hold registration of parser modules

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

Field Summary
 int deliveryOption
          currently unused
 boolean dupcheck
          currently unused
 short[] flags
          TCP Flags this parser is interested in recieving packet events for
 java.lang.Object parser
          The object of the parser
 
Constructor Summary
APEventTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser

public volatile java.lang.Object parser
The object of the parser


flags

public volatile short[] flags
TCP Flags this parser is interested in recieving packet events for


deliveryOption

public volatile int deliveryOption
currently unused


dupcheck

public volatile boolean dupcheck
currently unused

Constructor Detail

APEventTable

public APEventTable()