|
suricata
|

Go to the source code of this file.
Functions | |
| void | JsonHttpLogRegister (void) |
| bool | EveHttpAddMetadata (const Flow *f, uint64_t tx_id, SCJsonBuilder *js) |
| void | EveHttpLogJSONBodyPrintable (SCJsonBuilder *js, Flow *f, uint64_t tx_id) |
| void | EveHttpLogJSONBodyBase64 (SCJsonBuilder *js, Flow *f, uint64_t tx_id) |
Definition in file output-json-http.h.
| bool EveHttpAddMetadata | ( | const Flow * | f, |
| uint64_t | tx_id, | ||
| SCJsonBuilder * | js | ||
| ) |
Definition at line 488 of file output-json-http.c.
| void EveHttpLogJSONBodyBase64 | ( | SCJsonBuilder * | js, |
| Flow * | f, | ||
| uint64_t | tx_id | ||
| ) |
Definition at line 413 of file output-json-http.c.
| void EveHttpLogJSONBodyPrintable | ( | SCJsonBuilder * | js, |
| Flow * | f, | ||
| uint64_t | tx_id | ||
| ) |
Definition at line 384 of file output-json-http.c.
| void JsonHttpLogRegister | ( | void | ) |
Definition at line 637 of file output-json-http.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().

