]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/file.data: fix mixing transforms (file api)
authorVictor Julien <victor@inliniac.net>
Thu, 25 Feb 2021 19:07:41 +0000 (20:07 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 26 Feb 2021 09:42:50 +0000 (10:42 +0100)
commit646a59644464054046f869f234833c08a8c411d0
tree6de44278e8b357dee3791e21cd19ddb2a5bc2338
parentd4705a896a73c5eba47383b6cf77d6d2b6a29998
detect/file.data: fix mixing transforms (file api)

Fix handling of file progress tracking for regular file.data along
with transform combinations for the part of the implementation that
uses the File API.

This is done by implementing the 'base id' logic.

Related tickets: #4361 #4199 #3616

(cherry picked from commit 54ad7de9cea22b9a3c3e7cc64145155126f4dada)
src/detect-file-data.c