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 c37f4b7e54 rust/ike: suppress some compile warnings when not debug
Due to ef5755338f, the variables
that are only used for debug output now emit unused variable
warnings when Suricata is not built with debug. Prefix these
variables with _ to suppress these warnings.
5 years ago
..
applayertemplate rust/template: suppress unread variable warning 5 years ago
asn1 rust/logging: allow log macros to be used by plugins 6 years ago
dcerpc rust: SCLogDebug is real nop when built as release 5 years ago
dhcp dhcp: set unidirection transaction flag 6 years ago
dns detect: use u32 for InspectionBufferMultipleForList 5 years ago
ftp rust: SCLogDebug is real nop when built as release 5 years ago
http2 http2: http.cookie keyword now works for HTTP2 5 years ago
ikev2 rust/ike: suppress some compile warnings when not debug 5 years ago
krb detect: use u32 for InspectionBufferMultipleForList 5 years ago
mqtt detect: use u32 for InspectionBufferMultipleForList 5 years ago
nfs rust: SCLogDebug is real nop when built as release 5 years ago
ntp ntp: set unidirection transaction flag 6 years ago
rdp rdp: correctly returns incomplete in parse_tc 5 years ago
rfb applayer/rust: expose truncate callback 6 years ago
sip sip: set unidirection transaction flag 6 years ago
smb rust: SCLogDebug is real nop when built as release 5 years ago
snmp rust: SCLogDebug is real nop when built as release 5 years ago
ssh rust: SCLogDebug is real nop when built as release 5 years ago
tftp tftp: support AppLayerTxData 6 years ago
x509 rust/x509: map decoding errors to decoder events 6 years ago
applayer.rs rust: fix app-layer parser flags 5 years ago
common.rs rust: macro debug_validate_fail to fail with message 6 years ago
conf.rs rust: fix warnings found by nightly compiler 5 years ago
core.rs rust: fix app-layer parser flags 5 years ago
filecontainer.rs rust: BIT_U16 macro utility 5 years ago
filetracker.rs rust: SCLogDebug is real nop when built as release 5 years ago
jsonbuilder.rs eve: remove unused jansson code 6 years ago
kerberos.rs rust: fix warnings with nightly 5 years ago
lib.rs rust/util: expose function to test strings for valid UTF-8 6 years ago
log.rs rust: SCLogDebug is real nop when built as release 5 years ago
lua.rs configure: detect lua integer size 7 years ago
plugin.rs rust: plugin bootstrap function 6 years ago
util.rs rust/util: expose function to test strings for valid UTF-8 6 years ago