suricata
|
#include "suricata-common.h"
#include "debug.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-dcerpc-udp.h"
#include "app-layer-dcerpc-common.h"
#include "output-json-dcerpc.h"
#include "rust.h"
Go to the source code of this file.
Functions | |
void | JsonDCERPCLogRegister (void) |
void JsonDCERPCLogRegister | ( | void | ) |
Definition at line 84 of file output-json-dcerpc.c.
References LOGGER_JSON_DCERPC, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().