suricata
output-json-llmnr.c File Reference
#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"
Include dependency graph for output-json-llmnr.c:

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 Documentation

◆ SCLLMNRLogFileCtx

◆ SCLLMNRLogThread

Function Documentation

◆ AlertJsonLLMNR()

bool AlertJsonLLMNR ( void *  txptr,
SCJsonBuilder *  js 
)

Definition at line 45 of file output-json-llmnr.c.

◆ JsonLLMNRLogRegister()

void JsonLLMNRLogRegister ( void  )

Definition at line 156 of file output-json-llmnr.c.

References LOGGER_JSON_TX, and OutputRegisterTxSubModule().

Here is the call graph for this function: