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
Jeff Lucovsky dd344bd07c ftp: Move config file handling to Rust
Issue: 4082

Move the configuration file handling to Rust.

These changes will no longer terminate Suricata when there's an invalid
value for ftp.memcap. Like earlier Suricata releases, an error message
is logged "Invalid value <value> for ftp.memcap" but Suricata will no
longer terminate execution. It will use a default value of "0" instead.
4 days ago
..
applayertemplate misc: fix name prefix in detect register functions 1 week ago
asn1
bittorrent_dht rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
dcerpc dcerpc: consume bytes after gap resync 4 days ago
detect detect/flow: move keyword parsing code to rust 1 week ago
dhcp rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
dns rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
enip misc: fix name prefix in detect register functions 1 week ago
ffi
ftp ftp: Move config file handling to Rust 4 days ago
http2 rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
ike rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
krb detect/krb5: avoid integer underflow with krb5.ticket_encryption 1 week ago
ldap detect: add ldap.responses.dn 1 week ago
mime
modbus rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
mqtt misc: fix name prefix in detect register functions 1 week ago
nfs rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
ntp rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
pgsql pgsql/parser: fix type complexity clippy warning 1 week ago
quic quic: discard late retry packets 1 week ago
rdp rust: fix clippy 1.85 precedence warnings 1 week ago
rfb misc: fix name prefix in detect register functions 1 week ago
sdp
sip misc: fix name prefix in detect register functions 1 week ago
smb rust: fix clippy 1.85 precedence warnings 1 week ago
snmp misc: fix name prefix in detect register functions 1 week ago
ssh rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
telnet rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
tftp
utils
websocket misc: fix name prefix in detect register functions 1 week ago
x509
applayer.rs rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
common.rs
conf.rs
core.rs rust: use AppProto from generated bindings instead of duplicating 2 weeks ago
debug.rs
direction.rs
feature.rs
filecontainer.rs
filetracker.rs
flow.rs
frames.rs
ja4.rs rust: fix clippy 1.85 precedence warnings 1 week ago
jsonbuilder.rs rust: fix clippy 1.85 precedence warnings 1 week ago
kerberos.rs
lib.rs
lua.rs
lzma.rs
plugin.rs
util.rs