]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: trigger raw stream reassembly
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 20 May 2024 16:02:45 +0000 (13:02 -0300)
committerVictor Julien <victor@inliniac.net>
Wed, 5 Jun 2024 16:00:35 +0000 (18:00 +0200)
commit0946c213cd4dbd6b6a8d62a8bcdbe9625b632178
tree99536e6bb8041771e3dbb63db18de519bf721cf0
parent69e26de197c48e7f3e351229ee34b96388673b72
pgsql: trigger raw stream reassembly

Expose the raw stream earlier to the detection engine, as Pgsql can have
multiple messages per transaction and usually will have a message
complete within one TCP packet.

Bug #7000

Related to
Bug #7026
rust/src/pgsql/pgsql.rs