|
suricata
|

Go to the source code of this file.
Functions | |
| void | JsonDnsLogRegister (void) |
| void | JsonDoh2LogRegister (void) |
| bool | AlertJsonDns (void *vtx, SCJsonBuilder *js) |
| bool | AlertJsonDoh2 (void *vtx, SCJsonBuilder *js) |
Definition in file output-json-dns.h.
| bool AlertJsonDns | ( | void * | vtx, |
| SCJsonBuilder * | js | ||
| ) |
Definition at line 252 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, |
| SCJsonBuilder * | js | ||
| ) |
Definition at line 258 of file output-json-dns.c.
References AlertJsonDns(), ALPROTO_DNS, ALPROTO_DOH2, and DetectGetInnerTx().

| void JsonDnsLogRegister | ( | void | ) |
Definition at line 688 of file output-json-dns.c.
| void JsonDoh2LogRegister | ( | void | ) |
Definition at line 695 of file output-json-dns.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
