]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/ldap: handle GAPs 11616/head
authorGiuseppe Longo <giuseppe@glongo.it>
Tue, 6 Aug 2024 18:39:46 +0000 (20:39 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Aug 2024 17:04:35 +0000 (19:04 +0200)
commit564a6c9a20f90c40346ec1478b87be070dd4e38e
tree9035f149a99d62762b5659ab34124e2c75ddb3f4
parent6a606ff21eb5802f3ed4e202f96a51832a1f5194
rust/ldap: handle GAPs

Following the same logic as for PGSQL, if there is a gap in an LDAP request or
response, the parser tries to sync up again by checking if the message can be
parsed and effectively parses it on the next call.

Ticket #7176
rust/src/ldap/ldap.rs