]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/ldap: enable parser for udp
authorGiuseppe Longo <giuseppe@glongo.it>
Thu, 18 Jul 2024 14:00:59 +0000 (16:00 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Aug 2024 17:04:35 +0000 (19:04 +0200)
commitedf70276d630954957e5f11a4fcb4645ea099bea
tree458f129f5ed872c18236a6564853a511e97c16e3
parent246acc714071c96f81028b55dcedd753479dbcb6
rust/ldap: enable parser for udp

This introduces a new parser registration function for LDAP/UDP, and update
ldap configuration in order to be able to enable/disable a single parser
independently (such as dns).
Also, GAPs are accepted only for TCP parser and not for UDP.

Ticket #7203
etc/schema.json
rust/src/ldap/ldap.rs
src/app-layer-parser.c
src/output.c
suricata.yaml.in