From: Juliana Fajardini Date: Fri, 16 May 2025 16:17:23 +0000 (-0300) Subject: pgsql: reorganize pgsql states for CopyData msgs X-Git-Tag: suricata-8.0.0-rc1~175 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=57f7f93a03b0206a8ff23eb17e6b185cefc231d5;p=thirdparty%2Fsuricata.git pgsql: reorganize pgsql states for CopyData msgs To set apart states that are both for frontend and backend. --- diff --git a/rust/src/pgsql/pgsql.rs b/rust/src/pgsql/pgsql.rs index 7dcbe6497d..8c1acf8de0 100644 --- a/rust/src/pgsql/pgsql.rs +++ b/rust/src/pgsql/pgsql.rs @@ -121,13 +121,13 @@ pub enum PgsqlStateProgress { CancelRequestReceived, ConnectionTerminated, // Related to Backend-received messages // + CopyDoneReceived, // BE and FE + CopyFailReceived, // BE and FE CopyOutResponseReceived, CopyDataOutReceived, CopyInResponseReceived, FirstCopyDataInReceived, ConsolidatingCopyDataIn, - CopyDoneReceived, - CopyFailReceived, SSLRejectedReceived, // SSPIAuthenticationReceived, // TODO implement SASLAuthenticationReceived,