|
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 "output-json-nfs.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| bool | EveNFSAddMetadataRPC (const Flow *f, uint64_t tx_id, SCJsonBuilder *jb) |
| bool | EveNFSAddMetadata (const Flow *f, uint64_t tx_id, SCJsonBuilder *jb) |
| void | JsonNFSLogRegister (void) |
Implement JSON/eve logging app-layer NFS.
Definition in file output-json-nfs.c.
| bool EveNFSAddMetadata | ( | const Flow * | f, |
| uint64_t | tx_id, | ||
| SCJsonBuilder * | jb | ||
| ) |
Definition at line 62 of file output-json-nfs.c.
| bool EveNFSAddMetadataRPC | ( | const Flow * | f, |
| uint64_t | tx_id, | ||
| SCJsonBuilder * | jb | ||
| ) |
Definition at line 50 of file output-json-nfs.c.
| void JsonNFSLogRegister | ( | void | ) |
Definition at line 109 of file output-json-nfs.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
