suricata
|
Go to the source code of this file.
Data Structures | |
struct | EveUserCallback_ |
Typedefs | |
typedef struct EveUserCallback_ | EveUserCallback |
Functions | |
void | SCEveRunCallbacks (ThreadVars *tv, const Packet *p, Flow *f, JsonBuilder *jb) |
SCEveFileType * | SCEveFindFileType (const char *name) |
bool | SCRegisterEveFileType (SCEveFileType *plugin) |
Register an Eve file type. More... | |
typedef struct EveUserCallback_ EveUserCallback |
SCEveFileType* SCEveFindFileType | ( | const char * | name | ) |
Definition at line 82 of file output-eve.c.
References SCEveFileType_::name, and TAILQ_FOREACH.
void SCEveRunCallbacks | ( | ThreadVars * | tv, |
const Packet * | p, | ||
Flow * | f, | ||
JsonBuilder * | jb | ||
) |
Definition at line 53 of file output-eve.c.
Referenced by OutputJsonBuilderBuffer().
bool SCRegisterEveFileType | ( | SCEveFileType * | plugin | ) |
Register an Eve file type.
true | if registered successfully, false if the file type name conflicts with a built-in or previously registered file type. |
Definition at line 100 of file output-eve.c.