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
Philippe Antoine 40d1bb3422 mqtt: remove quadratic time complexity
When having many transactions in a single parsing call...

Fix has overhead of having one more field in the mqtt state.

Completes commit a8079dc978

Ticket: #5399
(cherry picked from commit e160917bcf)
4 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 dcerpc: use wrappingadd for padding parsing 4 years ago
dhcp dhcp: fix url in comment 4 years ago
dns dns: don't parse a full request during probe if not enough data 4 years ago
ftp rust: SCLogDebug is real nop when built as release 5 years ago
http2 http2: remove to_vec for comparisons 4 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 mqtt: remove quadratic time complexity 4 years ago
nfs rust/nfs: add a maximum number of operations per compound 4 years ago
ntp ntp: fixes leak of de_state 4 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 smb: ntlmssp domain_blob_offset underflow check 4 years ago
snmp snmp: fixes leak of de_state 4 years ago
ssh ssh: fix match on ssh banner 5 years ago
tftp tftp: use destate 4 years ago
x509 rust/x509: map decoding errors to decoder events 6 years ago
applayer.rs rust: RustParser same fields as AppLayerParser 4 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: Unused doc comment warning fixup 4 years ago
filecontainer.rs rust: BIT_U16 macro utility 5 years ago
filetracker.rs filetracker: track total queued data (in_flight) 4 years ago
jsonbuilder.rs style: remove latest warnings 5 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