]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/frames: improve IPS and GAP handling 8482/head
authorVictor Julien <vjulien@oisf.net>
Thu, 26 Jan 2023 14:40:49 +0000 (15:40 +0100)
committerVictor Julien <vjulien@oisf.net>
Sat, 28 Jan 2023 11:46:41 +0000 (12:46 +0100)
commit9e41075d5da64f95cd6ff5f5d23722207c7462cf
treedff498f18143d8616f0e980797cfcd4610c9a386
parent6fcf48d09ad739d50be8808a05bde4aa77014d9a
detect/frames: improve IPS and GAP handling

Inspect individual chunks in lossy traffic.

Don't use the frame idx as the inspection buffer idx. Engines are running
per frame, so multi inspection can be used for stream chunks instead.

Ticket: #4977.
src/detect-engine-frame.c
src/detect-engine-frame.h
src/detect.c
src/detect.h