Data Structures | |
struct | hyperalert_key |
struct | hyperalert |
Enumerations | |
enum | { inHyperAlert, inSnortIdTag, inPreTag, inPostTag, TAG_NUM } |
Functions | |
PRIVATE hyperalert * | _AI_hyperalert_from_XML (hyperalert_key key) |
Parse info about a hyperalert from a correlation XML file, if it exists. | |
void * | AI_alert_correlation_thread (void *arg) |
Thread for correlating clustered alerts. | |
Variables | |
PRIVATE hyperalert * | hyperalerts = NULL |
PRIVATE AI_config * | conf = NULL |
anonymous enum |
PRIVATE hyperalert* _AI_hyperalert_from_XML | ( | hyperalert_key | key | ) |
Parse info about a hyperalert from a correlation XML file, if it exists.
FUNCTION: _AI_hyperalert_from_XML
key | Key (gid, sid, rev) identifying the alert |
void* AI_alert_correlation_thread | ( | void * | arg | ) |
Thread for correlating clustered alerts.
arg | Void pointer to module's configuration |
PRIVATE hyperalert* hyperalerts = NULL |