suricata
|
#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 "output.h"
#include "util-privs.h"
#include "util-buffer.h"
#include "util-device.h"
#include "util-proto-name.h"
#include "util-logopenfile.h"
#include "util-time.h"
#include "output-json.h"
#include "output-json-netflow.h"
#include "stream-tcp-private.h"
Go to the source code of this file.
Functions | |
void | JsonNetFlowLogRegister (void) |
Implements Unidirectional NetFlow JSON logging portion of the engine.
Definition in file output-json-netflow.c.
void JsonNetFlowLogRegister | ( | void | ) |
Definition at line 295 of file output-json-netflow.c.
References LOGGER_JSON_NETFLOW, OutputJsonLogInitSub(), and OutputRegisterFlowSubModule().