|
suricata
|
#include "suricata-common.h"#include "conf.h"#include "threadvars.h"#include "util-byte.h"#include "util-debug.h"#include "util-mem.h"#include "app-layer-parser.h"#include "output.h"#include "output-json.h"#include "output-json-llmnr.h"#include "rust.h"
Go to the source code of this file.
Data Structures | |
| struct | SCLLMNRLogFileCtx_ |
| struct | LogLLMNRLogThread_ |
Typedefs | |
| typedef struct SCLLMNRLogFileCtx_ | SCLLMNRLogFileCtx |
| typedef struct LogLLMNRLogThread_ | SCLLMNRLogThread |
Functions | |
| bool | AlertJsonLLMNR (void *txptr, SCJsonBuilder *js) |
| void | JsonLLMNRLogRegister (void) |
| typedef struct SCLLMNRLogFileCtx_ SCLLMNRLogFileCtx |
| typedef struct LogLLMNRLogThread_ SCLLMNRLogThread |
| bool AlertJsonLLMNR | ( | void * | txptr, |
| SCJsonBuilder * | js | ||
| ) |
Definition at line 45 of file output-json-llmnr.c.
| void JsonLLMNRLogRegister | ( | void | ) |
Definition at line 156 of file output-json-llmnr.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
