24 #ifndef __DETECT_ENGINE_ALERT_H__ 25 #define __DETECT_ENGINE_ALERT_H__
main detection engine ctx
PacketAlert * PacketAlertGetTag(void)
int PacketAlertRemove(Packet *, uint16_t)
Remove alert from the p->alerts.alerts array at pos.
int PacketAlertAppend(DetectEngineThreadCtx *, const Signature *, Packet *, uint64_t tx_id, uint8_t)
append a signature match to a packet
int PacketAlertCheck(Packet *, uint32_t)
Check if a certain sid alerted, this is used in the test functions.
void PacketAlertTagInit(void)
void PacketAlertFinalize(DetectEngineCtx *, DetectEngineThreadCtx *, Packet *)
Check the threshold of the sigs that match, set actions, break on pass action This function iterate t...