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 8c3bd3e8a0 dcerpc: consume bytes after gap resync
Ticket: 7567

After a gap, we search a new record that may start later than
the beginning of current stream slice.
If so, consume the first bytes before the start of the record,
so that AppLayerResult::incomplete can be consistent and not
trigger assertion !((res.needed + res.consumed < input_len))
4 days 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 dcerpc: consume bytes after gap resync 4 days 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/bindgen: use temp file to generating bindings 1 week ago
cbindgen.toml datasets: move initial file reading to rust 2 weeks ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 1 year ago