suricata
|
Go to the source code of this file.
Functions | |
void | JsonFlowLogRegister (void) |
void | EveAddFlow (Flow *f, JsonBuilder *js) |
void | EveAddAppProto (Flow *f, JsonBuilder *js) |
Victor Julien victo r@in linia c.ne t
Definition in file output-json-flow.h.
void EveAddAppProto | ( | Flow * | f, |
JsonBuilder * | js | ||
) |
Definition at line 169 of file output-json-flow.c.
References Flow_::alproto, Flow_::alproto_expect, Flow_::alproto_orig, Flow_::alproto_tc, Flow_::alproto_ts, ALPROTO_UNKNOWN, and AppProtoToString().
void EveAddFlow | ( | Flow * | f, |
JsonBuilder * | js | ||
) |
Definition at line 190 of file output-json-flow.c.
References CreateIsoTimeString(), FlowGetStorageById(), GetFlowBypassInfoID(), Flow_::startts, Flow_::todstbytecnt, FlowBypassInfo_::todstbytecnt, Flow_::todstpktcnt, FlowBypassInfo_::todstpktcnt, Flow_::tosrcbytecnt, FlowBypassInfo_::tosrcbytecnt, Flow_::tosrcpktcnt, and FlowBypassInfo_::tosrcpktcnt.
void JsonFlowLogRegister | ( | void | ) |
Definition at line 349 of file output-json-flow.c.
References LOGGER_JSON_FLOW, OutputJsonLogInitSub(), and OutputRegisterFlowSubModule().