]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-smtp.c
file-hashing: added support for SHA-256 file hashing
authorDuarte Silva <development@serializing.me>
Fri, 29 Apr 2016 20:23:55 +0000 (22:23 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Sep 2016 08:02:09 +0000 (10:02 +0200)
commit89eb935f733c6b7d1521d140226ae1b2c251853a
tree04aac68b8c3a0e3fa83565e7e7e9d7be904ff408
parenta6d928e269db561c223a31e5677f298708541009
file-hashing: added support for SHA-256 file hashing
20 files changed:
src/Makefile.am
src/app-layer-htp-file.c
src/app-layer-smtp.c
src/detect-engine-file.c
src/detect-engine-siggroup.c
src/detect-filemd5.c
src/detect-filesha1.c
src/detect-filesha256.c [new file with mode: 0644]
src/detect-filesha256.h [new file with mode: 0644]
src/detect.c
src/detect.h
src/flow.h
src/log-file.c
src/log-filestore.c
src/output-json-file.c
src/util-error.c
src/util-error.h
src/util-file.c
src/util-file.h
src/util-lua-common.c