zeek/scripts/base
Robin Sommer 2a0790c231 Changing the Bloom filter hashing so that it's independent of
CompositeHash.

We do this by hashing values added to a BloomFilter another time more
with a stable hash seeded only by either the filter's name or the
global_hash_seed (or Bro's random() seed if neither is defined).

I'm also adding a new bif bloomfilter_internal_state() that returns a
string representation of a Bloom filter's current internal state. This
is solely for writing tests that check that the filters end up
consistent when seeded with the same value.
2013-07-31 19:56:34 -07:00
..
files Large overhaul in name and appearance for file analysis. 2013-07-05 02:00:14 -04:00
frameworks Merge remote-tracking branch 'origin/topic/seth/faf-updates' 2013-07-29 14:21:52 -07:00
misc Merge remote-tracking branch 'origin/fastpath' 2012-12-14 14:34:51 -08:00
protocols Merge remote-tracking branch 'origin/topic/seth/faf-updates' 2013-07-29 14:21:52 -07:00
utils Merge remote-tracking branch 'origin/topic/jsiwek/exec-module' 2013-07-29 15:53:59 -07:00
init-bare.bro Changing the Bloom filter hashing so that it's independent of 2013-07-31 19:56:34 -07:00
init-default.bro Merge remote-tracking branch 'origin/topic/jsiwek/exec-module' 2013-07-29 15:53:59 -07:00