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
Victor Julien a24d7dc45c smb: fix post-trunc chunk behavior
After a gap in a file transaction, the file tracker is truncated. However
this did not clear any stored out of order chunks from memory or stop more
chunks to be stored, leading to accumulation of a large number of chunks.

This patches fixes this be clearing the stored chunks on trunc. It also
makes sure no more chunks are stored in the tracker after the trunc.

Bug: #5781.
2 years ago
..
.cargo
derive
src smb: fix post-trunc chunk behavior 2 years ago
.gitignore
Cargo.toml.in file/swf: Use lzma-rs decompression instead of libhtp. 2 years ago
Makefile.am rust: cbindgen first verifies existing bindings 3 years ago
cbindgen.toml app-layer: introduce common AppLayerStateData API 2 years ago
rustfmt.toml