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
Victor Julien 07b1100713 nfs: clean up partial record handling
There should be no remaining data after parsing the partial
RPC record, so don't handle it but instead add a debug validation
bug on.

Successful processing for NFSv3 read/write records returns
AppLayerResult::ok() directly as all data is consumed.
5 years ago
..
applayertemplate app/frames: implement name to id API for frames 5 years ago
asn1 rust(lint): replace checked_mul with saturating_mul 5 years ago
dcerpc rust/dcerpc: convert parser to nom7 functions 5 years ago
dhcp app/frames: implement name to id API for frames 5 years ago
dns app/frames: implement name to id API for frames 5 years ago
ffi base64: use the Rust base64 encode implementation 5 years ago
ftp ftp: Remove diagnostic print 5 years ago
http2 http2: makes some settings configurable 5 years ago
ike rust/ike: convert parser to nom7 functions and upgrade dependency 5 years ago
krb app/frames: implement name to id API for frames 5 years ago
mime rust/mime: convert parser to nom7 5 years ago
modbus app/frames: implement name to id API for frames 5 years ago
mqtt mqtt: make max transactions configurable 5 years ago
nfs nfs: clean up partial record handling 5 years ago
ntp rust/ntp: upgrade dependency on ntp-parser 5 years ago
pgsql pgsql: fix defect found by coverity 5 years ago
quic quic: add quic.ua for matching user agent 5 years ago
rdp app/frames: implement name to id API for frames 5 years ago
rfb rust/rfb: convert parser to nom7 functions 5 years ago
sip rust: add comment tags to support documentation 5 years ago
smb smb/dce_iface: avoid deleting current ifaces from state 5 years ago
snmp app/frames: implement name to id API for frames 5 years ago
ssh app/frames: implement name to id API for frames 5 years ago
telnet rust: add comment tags to support documentation 5 years ago
tftp rust/tftp: convert parser to nom7 functions 5 years ago
x509 rust: functions that reference raw pointers are unsafe 5 years ago
applayer.rs rust/applayer: add function for upgrading to TLS 5 years ago
common.rs rust: add 'bits' combinator to simplify nom bits parsers 5 years ago
conf.rs rust(lint): use is_null() instead of ptr::null() 5 years ago
core.rs rust: export constants via cbindgen 5 years ago
filecontainer.rs files: use Direction enum 5 years ago
filetracker.rs rust: right condition for both uint to be zero 5 years ago
frames.rs app/frames: implement rust API 5 years ago
jsonbuilder.rs jsonbuilder: add methods to encode values as base64 5 years ago
kerberos.rs rust(lint): fix redundant closures 5 years ago
lib.rs pgsql: add initial support 5 years ago
log.rs rust: remove feature function-macro 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