suricata
|
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"
#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"
#include "util-unittest.h"
#include "util-buffer.h"
#include "util-debug.h"
#include "util-byte.h"
#include "output.h"
#include "output-json.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-template.h"
#include "output-json-template.h"
Go to the source code of this file.
Functions | |
void | JsonTemplateLogRegister (void) |
Implement JSON/eve logging app-layer Template.
Definition in file output-json-template.c.
void JsonTemplateLogRegister | ( | void | ) |
Definition at line 211 of file output-json-template.c.
Referenced by OutputRegisterLoggers().