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
Jason Ish 870bf73380 dns: refactor function to get rrname to be safe
Make the function safe by returning a reference to the DNSName object,
the unsafe C wrapper can do the conversion to pointers.
5 months ago
..
applayertemplate misc: fix name prefix in detect register functions 6 months ago
asn1 rust: fix clippy lint for legacy_numeric_constants 1 year ago
bittorrent_dht bittorrent: no_mangle, pub and naming cleanups 6 months ago
dcerpc dcerpc: visibility and naming cleanups 6 months ago
detect detect/flow: move keyword parsing code to rust 6 months ago
dhcp rust: use AppProto from generated bindings instead of duplicating 6 months ago
dns dns: refactor function to get rrname to be safe 5 months ago
enip enip: remove rs_ prefix 6 months ago
ffi base64: expose no padding and padding optional variants 6 months ago
ftp applayer/ftp: Misc cleanup 6 months ago
http2 rust: use AppProto from generated bindings instead of duplicating 6 months ago
ike rust: use AppProto from generated bindings instead of duplicating 6 months ago
krb detect/krb5: avoid integer underflow with krb5.ticket_encryption 6 months ago
ldap detect: add ldap.responses.message 5 months ago
mime smtp: suppress static_mut_refs where needed 6 months ago
modbus rust: use AppProto from generated bindings instead of duplicating 6 months ago
mqtt mqtt: naming and visibility cleanups 6 months ago
nfs rust: use AppProto from generated bindings instead of duplicating 6 months ago
ntp rust: use AppProto from generated bindings instead of duplicating 6 months ago
pgsql pgsql/parser: fix type complexity clippy warning 6 months ago
quic quic: discard late retry packets 6 months ago
rdp rust: fix clippy 1.85 precedence warnings 6 months ago
rfb misc: fix name prefix in detect register functions 6 months ago
sdp sdp: fix logging medias 1 year ago
sip misc: fix name prefix in detect register functions 6 months ago
smb smb: wrap read access to static mutables in function 6 months ago
snmp misc: fix name prefix in detect register functions 6 months ago
ssh rust: use AppProto from generated bindings instead of duplicating 6 months ago
telnet rust: use AppProto from generated bindings instead of duplicating 6 months ago
tftp rust: remove unneeded mut for tx in loggers 7 months ago
utils rust/base64: add decoder 11 months ago
websocket misc: fix name prefix in detect register functions 6 months ago
x509 rust: remove unnecessary lifetimes 9 months ago
applayer.rs rust: use AppProto from generated bindings instead of duplicating 6 months ago
common.rs rust/log: move rust log and debug utils to debug module 7 months ago
conf.rs rust: compatibility with cbindgen 0.27 1 year ago
core.rs applayer/ftp: Move MPM declaration 6 months ago
debug.rs rust: add C callback for FatalErrorOnInit 6 months ago
direction.rs rust/direction: move direction to own file (cleanup) 7 months ago
feature.rs requires: support requires check for keyword 9 months ago
filecontainer.rs rust: compatibility with cbindgen 0.27 1 year ago
filetracker.rs
flow.rs rust/flow: move flow support to its own file (cleanup) 7 months ago
frames.rs rust/direction: move direction to own file (cleanup) 7 months ago
ja4.rs rust: fix clippy 1.85 precedence warnings 6 months ago
jsonbuilder.rs rust: fix clippy 1.85 precedence warnings 6 months ago
kerberos.rs rust: update parser dependencies 1 year ago
lib.rs rust: remove allow of static mutables 6 months ago
lua.rs rust: compatibility with cbindgen 0.27 1 year ago
lzma.rs
plugin.rs rust/logging: fix logging from plugins 7 months ago
util.rs smtp: adds server side detection 1 year ago