]> git.ipfire.org Git - thirdparty/suricata.git/commit
nfs/rpc: update full record parsers to be more exact 7151/head
authorVictor Julien <vjulien@oisf.net>
Fri, 18 Mar 2022 21:33:27 +0000 (15:33 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 18 Mar 2022 22:16:57 +0000 (16:16 -0600)
commitc90e9c396c917e9495f8f4cc6ac731c9d9fd1b8a
tree0adf926864bd54907d5f5fbaf59c3ba9b6670b43
parentc6e1adb152d2956e6adfb1242598826ba5baa941
nfs/rpc: update full record parsers to be more exact

Instead of 'take'ing all data for the RPC prog_data and then
letting the higher level parsers figure out which part to use
take the exact amount.

Note: Differs a bit from the original commit as this series of commits
was not backported in the same order.

(cherry picked from commit 64d8a1e16e07148a8b5839452be3f7481e4e3623)
rust/src/nfs/nfs.rs
rust/src/nfs/rpc_records.rs