]> git.ipfire.org Git - thirdparty/suricata.git/commit
Add a new hash datatype to do speedy lookups of read only uniform data, like md5's.
authorVictor Julien <victor@inliniac.net>
Wed, 6 Jun 2012 10:11:32 +0000 (12:11 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 6 Jun 2012 15:47:30 +0000 (17:47 +0200)
commit8cfc23ee22c2c6d54f2e0f6273f821aa31f40071
tree2c309da43f3169985797712393aa4e33014a60b1
parent1bb0199dd79a80d12bd29c44089835042461d9b5
Add a new hash datatype to do speedy lookups of read only uniform data, like md5's.
src/Makefile.am
src/util-hash-lookup3.h
src/util-rohash.c [new file with mode: 0644]
src/util-rohash.h [new file with mode: 0644]