]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: add unknonwn frontend message type
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 27 Nov 2023 20:22:19 +0000 (17:22 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 8 Dec 2023 20:15:42 +0000 (21:15 +0100)
commit7e39a9f4a96efa076edecfd3d4e262f281c3b221
treed295acf4b87c6edd0b1dec0ca163fc0caf0f6458
parent6ee698c5fa962d11064c213a9e6a2e986bdad44b
pgsql: add unknonwn frontend message type

We had unkonwn message type for the backend, but not the frontend
messages. It's important to better identify those to improve pgsql
probing functions.

Related to
Bug #6080

(cherry picked from commit 1ac5d97259994f73e64533366d74e40f9fe22694)
rust/src/pgsql/logger.rs
rust/src/pgsql/parser.rs
rust/src/pgsql/pgsql.rs