suricata
|
Go to the source code of this file.
Functions | |
void | JsonAnomalyLogRegister (void) |
void | AnomalyJsonHeader (void *ctx, const Packet *p, const PacketAlert *pa, json_t *js, uint16_t flags) |
Logs anomalies in JSON format.
Definition in file output-json-anomaly.h.
void AnomalyJsonHeader | ( | void * | ctx, |
const Packet * | p, | ||
const PacketAlert * | pa, | ||
json_t * | js, | ||
uint16_t | flags | ||
) |
void JsonAnomalyLogRegister | ( | void | ) |
Definition at line 452 of file output-json-anomaly.c.
References LOGGER_JSON_ANOMALY, MODULE_NAME, and OutputRegisterPacketSubModule().
Referenced by OutputRegisterLoggers().