]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: add ldap.request.operation
authorAlice Akaki <akakialice@gmail.com>
Mon, 20 Jan 2025 18:06:03 +0000 (14:06 -0400)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Jan 2025 18:10:46 +0000 (19:10 +0100)
commitcdb043810f8265d9d342ff6e1643df89086f5643
tree04540e55a63dcc3064bb2af23e84a79c06f89a4b
parent824c5d4f069cf973af9c66b251089426eba27e04
detect: add ldap.request.operation

ldap.request.operation matches on Lightweight Directory Access Protocol request operations
This keyword maps to the eve field ldap.request.operation
It is an unsigned 8-bit integer
Doesn't support prefiltering

Ticket: #7453
doc/userguide/rules/index.rst
doc/userguide/rules/ldap-keywords.rst [new file with mode: 0644]
rust/src/ldap/detect.rs [new file with mode: 0644]
rust/src/ldap/ldap.rs
rust/src/ldap/mod.rs
rust/src/ldap/types.rs
src/detect-engine-register.c