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.
Functions | |
bool | EveSMBAddMetadata (const Flow *f, uint64_t tx_id, JsonBuilder *jb) |
void | JsonSMBLogRegister (void) |
Implement JSON/eve logging app-layer SMB.
Definition in file output-json-smb.c.
bool EveSMBAddMetadata | ( | const Flow * | f, |
uint64_t | tx_id, | ||
JsonBuilder * | jb | ||
) |
Definition at line 34 of file output-json-smb.c.
void JsonSMBLogRegister | ( | void | ) |
Definition at line 79 of file output-json-smb.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().