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-buffer.h"
#include "util-debug.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-dnp3.h"
#include "app-layer-dnp3-objects.h"
#include "detect-dnp3.h"
#include "output.h"
#include "output-json.h"
#include "output-json-dnp3.h"
#include "output-json-dnp3-objects.h"
Go to the source code of this file.
Data Structures | |
struct | LogDNP3FileCtx_ |
struct | LogDNP3LogThread_ |
Typedefs | |
typedef struct LogDNP3FileCtx_ | LogDNP3FileCtx |
typedef struct LogDNP3LogThread_ | LogDNP3LogThread |
Functions | |
bool | AlertJsonDnp3 (void *vtx, JsonBuilder *js) |
void | JsonDNP3LogRegister (void) |
typedef struct LogDNP3FileCtx_ LogDNP3FileCtx |
typedef struct LogDNP3LogThread_ LogDNP3LogThread |
bool AlertJsonDnp3 | ( | void * | vtx, |
JsonBuilder * | js | ||
) |
Definition at line 213 of file output-json-dnp3.c.
References DNP3Transaction_::done, DNP3Transaction_::is_request, and logged.
void JsonDNP3LogRegister | ( | void | ) |
Definition at line 364 of file output-json-dnp3.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().