suricata
output-json-http2.c File Reference
#include "suricata-common.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"
#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"
#include "util-print.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "app-layer-parser.h"
#include "output.h"
#include "app-layer-http2.h"
#include "app-layer.h"
#include "util-privs.h"
#include "util-buffer.h"
#include "util-logopenfile.h"
#include "output-json.h"
#include "output-json-http2.h"
#include "rust.h"
Include dependency graph for output-json-http2.c:

Go to the source code of this file.

Data Structures

struct  OutputHttp2Ctx_
 
struct  JsonHttp2LogThread_
 

Macros

#define MODULE_NAME   "LogHttp2Log"
 

Typedefs

typedef struct OutputHttp2Ctx_ OutputHttp2Ctx
 
typedef struct JsonHttp2LogThread_ JsonHttp2LogThread
 

Functions

void JsonHttp2LogRegister (void)
 

Detailed Description

Author
Philippe Antoine p.ant.nosp@m.oine.nosp@m.@cate.nosp@m.nacy.nosp@m.ber.f.nosp@m.r

Implements HTTP2 JSON logging portion of the engine.

Definition in file output-json-http2.c.

Macro Definition Documentation

◆ MODULE_NAME

#define MODULE_NAME   "LogHttp2Log"

Definition at line 53 of file output-json-http2.c.

Typedef Documentation

◆ JsonHttp2LogThread

◆ OutputHttp2Ctx

Function Documentation

◆ JsonHttp2LogRegister()

void JsonHttp2LogRegister ( void  )

Definition at line 163 of file output-json-http2.c.

References LOGGER_JSON_TX, MODULE_NAME, and OutputRegisterTxSubModuleWithProgress().

Referenced by OutputRegisterLoggers().

Here is the call graph for this function:
Here is the caller graph for this function: