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/src
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
..
applayertemplate template/detect: allow empty buffers 5 months ago
asn1
bittorrent_dht
dcerpc dcerpc: return error on invalid header 6 months ago
detect transforms: move urldecode to rust 4 months ago
dhcp
dns
enip enip/detect: remove double registration of enip_command keyword 4 months ago
ffi transforms: move hash transforms to rust 4 months ago
ftp app-layer: use uint8_t consistent for event IDs 4 months ago
http2 http2: rename event variant to match rule 4 months ago
ike
krb
ldap ldap: improve some rust style 5 months ago
mime rust/base64: add decoder 5 months ago
modbus
mqtt mqtt: double-check detection directions 4 months ago
nfs
ntp
pgsql pgsql: trigger raw stream reassembly at tx completion 5 months ago
quic
rdp
rfb
sdp
sip sip: use pure rust function 5 months ago
smb smb: use lru for ssn2vec_map 4 months ago
snmp
ssh
telnet
tftp
utils rust/base64: add decoder 5 months ago
websocket
x509
applayer.rs app-layer: use uint8_t consistent for event IDs 4 months ago
common.rs
conf.rs rust: compatibility with cbindgen 0.27 7 months ago
core.rs rust: compatibility with cbindgen 0.27 7 months ago
feature.rs
filecontainer.rs rust: compatibility with cbindgen 0.27 7 months ago
filetracker.rs
frames.rs rust: compatibility with cbindgen 0.27 7 months ago
ja4.rs ja4: handles non alphanumeric alpn 5 months ago
jsonbuilder.rs rust/base64: upgrade crate to latest 6 months ago
kerberos.rs
lib.rs smb: use lru for guid2name map; rename 4 months ago
log.rs
lua.rs rust: compatibility with cbindgen 0.27 7 months ago
lzma.rs
plugin.rs
util.rs