]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: trigger raw stream reassembly at tx completion 11827/head
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 17 Jul 2024 20:22:04 +0000 (17:22 -0300)
committerVictor Julien <victor@inliniac.net>
Tue, 24 Sep 2024 04:56:25 +0000 (06:56 +0200)
commit1fbe985177bddbb37ed927ffa578f0a2a26e1fb3
tree5e684ddf49882cb5165863eddc5148cf7708c7f1
parent5034ae5e447d68f5bea470ecdea7006e2554a04e
pgsql: trigger raw stream reassembly at tx completion

Once we are tracking tx progress per-direction for PGSQL, we can trigger
the raw stream reassembly, for detection purposes, as soon as the
transactions are completed in the given direction.

Task #7000

(cherry picked from commit 2b1ad81cf587fb46392d751f740a55139795ec56)
rust/src/pgsql/pgsql.rs