|
suricata
|
#include "suricata-common.h"#include "util-buffer.h"#include "output.h"#include "output-json.h"#include "app-layer-parser.h"#include "output-json-smb.h"#include "rust.h"
Go to the source code of this file.
Data Structures | |
| struct | LogSmbFileCtx_ |
| struct | LogSmbLogThread_ |
Typedefs | |
| typedef struct LogSmbFileCtx_ | LogSmbFileCtx |
| typedef struct LogSmbLogThread_ | LogSmbLogThread |
Functions | |
| bool | EveSMBAddMetadata (const Flow *f, uint64_t tx_id, SCJsonBuilder *jb) |
| void | JsonSMBLogRegister (void) |
Implement JSON/eve logging app-layer SMB.
Definition in file output-json-smb.c.
| typedef struct LogSmbFileCtx_ LogSmbFileCtx |
| typedef struct LogSmbLogThread_ LogSmbLogThread |
| bool EveSMBAddMetadata | ( | const Flow * | f, |
| uint64_t | tx_id, | ||
| SCJsonBuilder * | jb | ||
| ) |
Definition at line 34 of file output-json-smb.c.
| void JsonSMBLogRegister | ( | void | ) |
Definition at line 151 of file output-json-smb.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
