suricata
|
#include <decode.h>
Data Fields | |
SigIntId | num |
uint8_t | action |
uint8_t | flags |
const struct Signature_ * | s |
uint64_t | tx_id |
uint8_t PacketAlert_::action |
Definition at line 278 of file decode.h.
Referenced by AlertFastLogger(), AlertJsonHeader(), DetectSignatureApplyActions(), and PacketAlertAppend().
uint8_t PacketAlert_::flags |
Definition at line 279 of file decode.h.
Referenced by AlertJsonHeader(), and PacketAlertAppend().
SigIntId PacketAlert_::num |
Definition at line 277 of file decode.h.
Referenced by DetectSignatureApplyActions(), PacketAlertAppend(), and PacketAlertFinalize().
const struct Signature_* PacketAlert_::s |
Definition at line 280 of file decode.h.
Referenced by AlertFastLogger(), AlertJsonHeader(), DetectSignatureApplyActions(), PacketAlertAppend(), and PacketAlertCheck().
uint64_t PacketAlert_::tx_id |
Definition at line 281 of file decode.h.
Referenced by AlertJsonHeader(), and PacketAlertAppend().