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

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 Documentation

◆ SCDnsLogFileCtx

◆ SCDnsLogThread

Function Documentation

◆ AlertJsonMdns()

bool AlertJsonMdns ( void *  txptr,
SCJsonBuilder *  js 
)

Definition at line 42 of file output-json-mdns.c.

◆ JsonMdnsLogRegister()

void JsonMdnsLogRegister ( void  )

Definition at line 155 of file output-json-mdns.c.

References LOGGER_JSON_TX, and OutputRegisterTxSubModule().

Here is the call graph for this function: