Flowprobe: Fix flow start time and hash computation 51/7951/4
authorPierre Pfister <ppfister@cisco.com>
Wed, 9 Aug 2017 08:42:06 +0000 (10:42 +0200)
committerOle Trøan <otroan@employees.org>
Tue, 29 Aug 2017 12:27:44 +0000 (12:27 +0000)
commit50b60ebcc306b162a5d7b0916830638a2e99d378
tree04a5549f516399993ebccd6b4cd398aeabd9188f
parent4ba75f54461c31fbb32b8ef9c05fe38da74cb295
Flowprobe: Fix flow start time and hash computation

Upon hash collision, the flow start time was not reset.
The hash computation techniques (crc32 or xxhash) also both
had bugs which are now fixed.

Change-Id: I94d72997f34018d1699324264f7dded2a5cbd776
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
src/plugins/flowprobe/flowprobe.h
src/plugins/flowprobe/node.c