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 543429f176 smb: use lru for ssn2vec_map
Generic ssn2vec_map was a HashMap used for mapping session key to
different types of vector data:
- GUID
- filename
- share name

Turn this into a bounded LruCache. Rename to ssn2vec_cache.

Size of the cache is 512 by default, and can be configured using:

`app-layer.protocols.smb.max-session-cache-size`

Ticket: #5672.
4 months 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 smb: use lru for ssn2vec_map 4 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 10 months ago
Cargo.lock.in smb: use lru for guid2name map; rename 4 months ago
Cargo.toml.in smb: use lru for guid2name map; rename 4 months ago
Makefile.am lua: update to newer lua crate 4 months ago
cbindgen.toml transforms: move strip_whitespace to rust 4 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 1 year ago