suricata
|
#include <flow.h>
Data Fields | |
Address | src |
Address | dst |
Port | sp |
Port | dp |
uint8_t | proto |
uint8_t | recursion_level |
uint16_t | livedev_id |
uint16_t | vlan_id [VLAN_MAX_LAYERS] |
Port FlowKey_::dp |
Definition at line 311 of file flow.h.
Referenced by FlowKeyGetHash().
Address FlowKey_::dst |
Definition at line 310 of file flow.h.
Referenced by FlowKeyGetHash().
uint16_t FlowKey_::livedev_id |
Definition at line 314 of file flow.h.
Referenced by FlowKeyGetHash().
uint8_t FlowKey_::proto |
Definition at line 312 of file flow.h.
Referenced by FlowKeyGetHash().
uint8_t FlowKey_::recursion_level |
Definition at line 313 of file flow.h.
Referenced by FlowKeyGetHash().
Port FlowKey_::sp |
Definition at line 311 of file flow.h.
Referenced by FlowKeyGetHash().
Address FlowKey_::src |
Definition at line 310 of file flow.h.
Referenced by FlowKeyGetHash().
uint16_t FlowKey_::vlan_id[VLAN_MAX_LAYERS] |
Definition at line 315 of file flow.h.
Referenced by FlowKeyGetHash().