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-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-mqtt.h"
#include "output-json-mqtt.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | LogMQTTFileCtx_ |
struct | LogMQTTLogThread_ |
Macros | |
#define | MQTT_LOG_PASSWORDS BIT_U32(0) |
#define | MQTT_DEFAULTS (MQTT_LOG_PASSWORDS) |
Typedefs | |
typedef struct LogMQTTFileCtx_ | LogMQTTFileCtx |
typedef struct LogMQTTLogThread_ | LogMQTTLogThread |
Functions | |
bool | JsonMQTTAddMetadata (const Flow *f, uint64_t tx_id, JsonBuilder *js) |
void | JsonMQTTLogRegister (void) |
Definition in file output-json-mqtt.c.
#define MQTT_DEFAULTS (MQTT_LOG_PASSWORDS) |
Definition at line 50 of file output-json-mqtt.c.
#define MQTT_LOG_PASSWORDS BIT_U32(0) |
Definition at line 49 of file output-json-mqtt.c.
typedef struct LogMQTTFileCtx_ LogMQTTFileCtx |
typedef struct LogMQTTLogThread_ LogMQTTLogThread |
bool JsonMQTTAddMetadata | ( | const Flow * | f, |
uint64_t | tx_id, | ||
JsonBuilder * | js | ||
) |
Definition at line 62 of file output-json-mqtt.c.
void JsonMQTTLogRegister | ( | void | ) |
Definition at line 191 of file output-json-mqtt.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().