]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow: record the flow hash for use as the output flow id 1954/head
authorJason Ish <ish@unx.ca>
Thu, 10 Mar 2016 20:32:06 +0000 (14:32 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 21 Mar 2016 15:33:19 +0000 (16:33 +0100)
commit8edbc20a07e2fe5692889db1f7fbcd7cc87127b9
treed2ca87b837b435649e4eb6d0d9a27e4a9a7fca8e
parent1b1cde68379a3e777ddd8632d748f302b479e6a7
flow: record the flow hash for use as the output flow id

Provides a consistent hash for a flow, as well as a better
distribution than using a memory address.
src/flow-hash.c
src/flow.h
src/output-json.c