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 8bfe427a74 rust/detect: Create detect module for rule parsing
This commit creates a module named "detect" for rule parsing logic. As
part of this commit, detect.rs is moved from its toplevel position into
the new module. Thus, use crate::detect::detect to refer to items within
detect.rs (instead of create::detect).

Ticket: 5077
3 years ago
..
applayertemplate template(rust): convert transaction list to vecdeque 3 years ago
asn1
dcerpc rust/detect: Create detect module for rule parsing 3 years ago
detect rust/detect: Create detect module for rule parsing 3 years ago
dhcp dhcp: adds renewal-time keyword 3 years ago
dns rust/frames: derive direction from StreamSlice 3 years ago
ffi rust: bump up digest crates 3 years ago
ftp
http2 rust/detect: Create detect module for rule parsing 3 years ago
ike ike: log ikev1 tx fields instead of state ones 3 years ago
krb krb: detection for ticket encryption 3 years ago
mime rust/mime: convert parser to nom7 3 years ago
modbus modbus: bump up rust crate version 3 years ago
mqtt mqtt: remove quadratic time complexity 3 years ago
nfs nfs4: fix write record handling 3 years ago
ntp app-layer: more generic state trait 3 years ago
pgsql pgsql: config limit maximum number of live transactions 3 years ago
quic quic: update to nom7 3 years ago
rdp rdp: bump up tls-parser crate version 3 years ago
rfb app-layer: more generic state trait 3 years ago
sip rust/frames: derive direction from StreamSlice 3 years ago
smb rust/detect: Create detect module for rule parsing 3 years ago
snmp snmp: rustfmt detect.rs 3 years ago
ssh rust: bump up digest crates 3 years ago
telnet rust/frames: derive direction from StreamSlice 3 years ago
tftp
x509
applayer.rs protocol-change: sets event in case of failure 3 years ago
common.rs util: better hex print function 3 years ago
conf.rs
core.rs rust/frames: cleanups 3 years ago
filecontainer.rs
filetracker.rs filetracker: track total queued data (in_flight) 3 years ago
frames.rs rust/frames: cleanups 3 years ago
jsonbuilder.rs util: better hex print function 3 years ago
kerberos.rs krb: rustfmt kerberos.rs 3 years ago
lib.rs rust/detect: Create detect module for rule parsing 3 years ago
log.rs
lua.rs
plugin.rs
util.rs