|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectisc.sensor.parser.PacketEvent
public class PacketEvent
Packet event structure for passing between AppLayerMgr's and Parsers.
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 |
---|
public volatile java.lang.String sessionKey
public volatile PacketBean bean
public volatile byte[] data
public volatile int pos
public volatile int size
Constructor Detail |
---|
public PacketEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |