mirror of https://github.com/OISF/suricata
flow: introduce function to generate flow id
The flow id itself is not stored in the flow, but generated based on properties that do not change during the lifetime of the flow. As it's meant for use with the json output, it is limited to a signed 64 bit integer (int64_t) because that is the time json_integer_t uses.pull/2211/head
parent
666bba8121
commit
78b4db8a95
Loading…
Reference in New Issue