suricata
|
#include <flow.h>
Data Fields | |
bool(* | BypassUpdate )(Flow *f, void *data, time_t tsec) |
void(* | BypassFree )(void *data) |
void * | bypass_data |
uint64_t | tosrcpktcnt |
uint64_t | tosrcbytecnt |
uint64_t | todstpktcnt |
uint64_t | todstbytecnt |
bool(* FlowBypassInfo_::BypassUpdate) (Flow *f, void *data, time_t tsec) |
uint64_t FlowBypassInfo_::todstbytecnt |
Definition at line 538 of file flow.h.
Referenced by EveAddFlow().
uint64_t FlowBypassInfo_::todstpktcnt |
Definition at line 537 of file flow.h.
Referenced by EveAddFlow().
uint64_t FlowBypassInfo_::tosrcbytecnt |
Definition at line 536 of file flow.h.
Referenced by EveAddFlow().
uint64_t FlowBypassInfo_::tosrcpktcnt |
Definition at line 535 of file flow.h.
Referenced by EveAddFlow().