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
Philippe Antoine 6587e363a3 dcerpc: use bind context_id in SMB
Ticket: 8375

logger already read this variable but it was never set, and
the rust compiler did not warn about this

Allows to log the interface uuid when ctx_id > 0

Wireshark filter for related pcaps
dcerpc.cn_ctx_id > 0 && dcerpc.pkt_type == 0
1 month ago
..
.cargo
derive rust: EnumString derive accepts a enum_string_style parameter 6 months ago
ffi rust/ffi: move build_slice macro to ffi crate 2 months ago
htp rust/htp: formatting fixup 3 months ago
src dcerpc: use bind context_id in SMB 1 month ago
suricatactl rust: limit clap verson to 4.5.57 1 month ago
suricatasc rust: limit clap verson to 4.5.57 1 month ago
sys output-eve: finish exposing to bindgen 2 months ago
.gitignore
Cargo.lock.in rust: limit clap verson to 4.5.57 1 month ago
Cargo.toml.in rust/debug: use functions from ffi crate where possible 2 months ago
Makefile.am rust/Makefile: add RUSTC and RUSTDOC to CARGO_ENV 1 month ago
cbindgen.toml app-layer: remove some obsolete forward declarations 3 months ago
rustfmt.toml