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