]> git.ipfire.org Git - thirdparty/suricata.git/commit
runmodes: Determine engine's copy-mode as early as possible
authorLukas Sismis <lsismis@oisf.net>
Wed, 28 Dec 2022 04:49:02 +0000 (11:49 +0700)
committerVictor Julien <vjulien@oisf.net>
Tue, 24 Jan 2023 09:44:49 +0000 (10:44 +0100)
commit03c21bfaa88f628368db06844157c5118e96387f
treeb8ede6e9d03fdc0b30cec478f75ac66dfde51485
parent958f94276ab8e3503f223b7d626517aab068c7ed
runmodes: Determine engine's copy-mode as early as possible

Configuration and behavior of HTP app layer depends on the copy
mode of Suricata engine. Copy mode was set after the app layer setup.
Decision of engine's copy mode operation is now made earlier.

Ticket: #5706
src/suricata.c