Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Victor Julien 20c08ca47b hash: add lookup3.c by Bob Jenkins
Found here:
http://burtleburtle.net/bob/hash/doobs.html
http://burtleburtle.net/bob/c/lookup3.c

From the file header:

lookup3.c, by Bob Jenkins, May 2006, Public Domain.

These are functions for producing 32-bit hashes for hash table lookup.
hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
are externally useful functions.  Routines to test the hash are included
if SELF_TEST is defined.  You can use this free for any purpose.  It's in
the public domain.  It has no warranty.
14 years ago
benches
contrib/file_processor Added Shadowserver plugin. 15 years ago
doc Add missing Makefile.am files for rules/ and doc/ dir. 15 years ago
libhtp libhtp: update to sync with upstream 0.2.x 15 years ago
m4
qa Add simple socket to gzip file PoC. 15 years ago
rules http: 'HTTP Host header ambiguous' after libhtp update. It now fires if hostname is present both in URL and Host header and the 2 are not equal. 15 years ago
src hash: add lookup3.c by Bob Jenkins 14 years ago
.gitignore Import .gitignore file. 16 years ago
COPYING
ChangeLog Update Changelog to reflect changes between 1.2 and 1.2.1 15 years ago
LICENSE
Makefile.am Config should be set up in sysconfdir/suricata. Add reference to oinkmaster guide. 15 years ago
Makefile.cvs
acsite.m4
autogen.sh Add initial support for reading packets from a DAG card, we only support reading from a single stream at this time. 16 years ago
classification.config
configure.in profiling: add per lock location profiling 15 years ago
doxygen.cfg doc: Include htp documentation. 15 years ago
mkinstalldirs
reference.config Add md5 to reference.config. 15 years ago
suricata.yaml.in Add host section to stock yaml. 15 years ago