|
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 528 of file flow.h.
Referenced by EveAddFlow().
| uint64_t FlowBypassInfo_::todstpktcnt |
Definition at line 527 of file flow.h.
Referenced by EveAddFlow().
| uint64_t FlowBypassInfo_::tosrcbytecnt |
Definition at line 526 of file flow.h.
Referenced by EveAddFlow().
| uint64_t FlowBypassInfo_::tosrcpktcnt |
Definition at line 525 of file flow.h.
Referenced by EveAddFlow().