]> git.ipfire.org Git - thirdparty/suricata.git/commit
http1/detect: code simplification
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 8 Oct 2024 14:32:18 +0000 (16:32 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 28 Nov 2024 13:59:23 +0000 (14:59 +0100)
commit7682816ef92fc7c158ca7c76b0666013fb52031a
treea7de44f25204841de8742de62b0b0ee13431297d
parent13f420c7934ac90ceb2eb7f01757c07304e765fa
http1/detect: code simplification

- DetectEngineInspectBufferHttpHeader is only used with ALPROTO_HTTP1
- engine->progress should be HTP_REQUEST_HEADERS or HTP_RESPONSE_HEADERS based on the direction
src/detect-http-header.c