suricata
|
Go to the source code of this file.
Functions | |
void | JsonNFSLogRegister (void) |
bool | EveNFSAddMetadataRPC (const Flow *f, uint64_t tx_id, JsonBuilder *jb) |
bool | EveNFSAddMetadata (const Flow *f, uint64_t tx_id, JsonBuilder *jb) |
Definition in file output-json-nfs.h.
bool EveNFSAddMetadata | ( | const Flow * | f, |
uint64_t | tx_id, | ||
JsonBuilder * | jb | ||
) |
Definition at line 63 of file output-json-nfs.c.
References ALPROTO_NFS, AppLayerParserGetTx(), FlowGetAppState(), and Flow_::proto.
Referenced by JsonBuildFileInfoRecord().
bool EveNFSAddMetadataRPC | ( | const Flow * | f, |
uint64_t | tx_id, | ||
JsonBuilder * | jb | ||
) |
Definition at line 51 of file output-json-nfs.c.
References ALPROTO_NFS, AppLayerParserGetTx(), FlowGetAppState(), and Flow_::proto.
Referenced by JsonBuildFileInfoRecord().
void JsonNFSLogRegister | ( | void | ) |
Definition at line 111 of file output-json-nfs.c.
References LOGGER_JSON_NFS, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().