suricata
|
Go to the source code of this file.
Functions | |
void | JsonDnsLogRegister (void) |
void | JsonDoh2LogRegister (void) |
bool | AlertJsonDns (void *vtx, JsonBuilder *js) |
bool | AlertJsonDoh2 (void *vtx, JsonBuilder *js) |
Definition in file output-json-dns.h.
bool AlertJsonDns | ( | void * | vtx, |
JsonBuilder * | js | ||
) |
Definition at line 251 of file output-json-dns.c.
References LOG_ALL_RRTYPES, LOG_ANSWERS, LOG_FORMAT_DETAILED, and LOG_QUERIES.
Referenced by AlertJsonDoh2().
bool AlertJsonDoh2 | ( | void * | vtx, |
JsonBuilder * | js | ||
) |
Definition at line 257 of file output-json-dns.c.
References AlertJsonDns(), ALPROTO_DNS, ALPROTO_DOH2, and DetectGetInnerTx().
void JsonDnsLogRegister | ( | void | ) |
Definition at line 671 of file output-json-dns.c.
void JsonDoh2LogRegister | ( | void | ) |
Definition at line 678 of file output-json-dns.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().