rusticata / pcap-analyzer

PAL (Pcap Analysis Library)
Apache License 2.0
95 stars 20 forks source link

Dev/replace fasthash #58

Closed chifflier closed 1 week ago

chifflier commented 1 week ago

fasthash seems to create problems (#57) and has not been update since a long time. It is used only to dispatch packets from the same flows to worker threads.

Replace fasthash with other functions, XOR+FNV being the new default. In the future, this will be configurable