]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: add initial support 6822/head
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 31 Mar 2021 13:29:34 +0000 (14:29 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 20 Jan 2022 07:34:58 +0000 (08:34 +0100)
commit579d7dcc01ac0fa0d8e760765794d88b3a6ad283
tree5a536e4d7d21a9d5e6a247bad2d107522395a528
parent4c743b809c2143868c629389d060b0dd6157d1bf
pgsql: add initial support

- add nom parsers for decoding most messages from StartupPhase and
SimpleQuery subprotocols
- add unittests
- tests/fuzz: add pgsql to confyaml

Feature: #4241
18 files changed:
doc/userguide/output/eve/eve-json-format.rst
rust/src/lib.rs
rust/src/pgsql/logger.rs [new file with mode: 0644]
rust/src/pgsql/mod.rs [new file with mode: 0644]
rust/src/pgsql/parser.rs [new file with mode: 0644]
rust/src/pgsql/pgsql.rs [new file with mode: 0644]
src/Makefile.am
src/app-layer-detect-proto.c
src/app-layer-parser.c
src/app-layer-protos.c
src/app-layer-protos.h
src/output-json-pgsql.c [new file with mode: 0644]
src/output-json-pgsql.h [new file with mode: 0644]
src/output.c
src/suricata-common.h
src/tests/fuzz/confyaml.c
src/util-profiling.c
suricata.yaml.in