]> git.ipfire.org Git - thirdparty/suricata.git/commit
nfs: clean up partial record handling 7049/head
authorVictor Julien <vjulien@oisf.net>
Mon, 21 Feb 2022 17:10:44 +0000 (18:10 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 22 Feb 2022 10:11:22 +0000 (11:11 +0100)
commit07b110071331f5023a70710a90f50b9a500a518b
tree1ac64d2b739d8421b76ad1b99523adc26e9ca28c
parentd85b77cad064bd88c921b2f3d520fe526ad8ff82
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.
rust/src/nfs/nfs.rs