isc.sensor.parser
Class PacketEvent

java.lang.Object
  extended by isc.sensor.parser.PacketEvent

public class PacketEvent
extends java.lang.Object

Packet event structure for passing between AppLayerMgr's and Parsers.

Author:
John Casey
  • DNA_sensor - Aug 12, 2005

  • Field Summary
     PacketBean bean
              The packet of this event
     byte[] data
              The full byte array of the packet
     int pos
              The index int the byte array where the L7 data starts
     java.lang.String sessionKey
              The session key this event belongs to
     int size
              The size of the packet in the byte array
     
    Constructor Summary
    PacketEvent()
               
     
    Method Summary
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Field Detail

    sessionKey

    public volatile java.lang.String sessionKey
    The session key this event belongs to


    bean

    public volatile PacketBean bean
    The packet of this event


    data

    public volatile byte[] data
    The full byte array of the packet


    pos

    public volatile int pos
    The index int the byte array where the L7 data starts


    size

    public volatile int size
    The size of the packet in the byte array

    Constructor Detail

    PacketEvent

    public PacketEvent()