]> git.ipfire.org Git - thirdparty/suricata.git/commit
file_data: smtp file_data to generic file_data
authorVictor Julien <victor@inliniac.net>
Fri, 29 Sep 2017 21:09:15 +0000 (23:09 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 20 Dec 2017 09:51:51 +0000 (10:51 +0100)
commitac0ae2dcd1ec207e95ef4801c3469c17c392d2a6
tree5d34894cfb925e39428f03cfa4c54c92aebecf88
parentccf202a4f0acb2b46e4d2921129f22f66e329003
file_data: smtp file_data to generic file_data

Generalize the SMTP file_data inspection into a 'files'
file_data inspection that can be used for any protocol
that uses the File API.
src/Makefile.am
src/detect-engine-filedata.c [moved from src/detect-engine-filedata-smtp.c with 75% similarity]
src/detect-engine-filedata.h [moved from src/detect-engine-filedata-smtp.h with 71% similarity]
src/detect-engine-mpm.c
src/detect-engine-register.c
src/detect-engine.c
src/detect-file-data.c
src/detect.c
src/detect.h
src/runmode-unittests.c