You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Alice Akaki 16dcee46fc detect: add ldap.request.dn
ldap.request.dn matches on LDAPDN from request operations
This keyword maps the following eve fields:
ldap.request.bind_request.name
ldap.request.add_request.entry
ldap.request.search_request.base_object
ldap.request.modify_request.object
ldap.request.del_request.dn
ldap.request.mod_dn_request.entry
ldap.request.compare_request.entry
It is a sticky buffer
Supports prefiltering

Ticket: #7471
1 week ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 10 months ago
derive app-layer: use uint8_t consistent for event IDs 4 months ago
src detect: add ldap.request.dn 1 week ago
sys rust: add bindings to SCPlugin.* to sys crate 2 weeks ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 10 months ago
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 weeks ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 weeks ago
Makefile.am rust: add bindings to SCPlugin.* to sys crate 2 weeks ago
cbindgen.toml datasets: move initial file reading to rust 2 weeks ago
rustfmt.toml