]> 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>
Thu, 24 Jun 2021 11:34:27 +0000 (13:34 +0200)
commit7dca928f06175dec7dece4bed26f9b2212cc00a0
tree3dfc1dbd3418c6bdab9e763f2424349c547d57a3
parent3b1a29e4ba2793e39d72c7dac03e8d82ee6e0138
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