|
suricata
|
#include "suricata-common.h"#include "conf.h"#include "threadvars.h"#include "util-debug.h"#include "app-layer-parser.h"#include "output.h"#include "output-json.h"#include "output-json-mdns.h"#include "rust.h"
Go to the source code of this file.
Data Structures | |
| struct | SCDnsLogFileCtx_ |
| struct | SCDnsLogThread_ |
Typedefs | |
| typedef struct SCDnsLogFileCtx_ | SCDnsLogFileCtx |
| typedef struct SCDnsLogThread_ | SCDnsLogThread |
Functions | |
| bool | AlertJsonMdns (void *txptr, SCJsonBuilder *js) |
| void | JsonMdnsLogRegister (void) |
| typedef struct SCDnsLogFileCtx_ SCDnsLogFileCtx |
| typedef struct SCDnsLogThread_ SCDnsLogThread |
| bool AlertJsonMdns | ( | void * | txptr, |
| SCJsonBuilder * | js | ||
| ) |
Definition at line 42 of file output-json-mdns.c.
| void JsonMdnsLogRegister | ( | void | ) |
Definition at line 155 of file output-json-mdns.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
