]> git.ipfire.org Git - people/ms/suricata.git/commit
nfs/rpc: update full record parsers to be more exact
authorVictor Julien <vjulien@oisf.net>
Sun, 20 Feb 2022 09:00:48 +0000 (10:00 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 21 Feb 2022 19:25:29 +0000 (20:25 +0100)
commit64d8a1e16e07148a8b5839452be3f7481e4e3623
tree52420b4ca6dcf3f1c42c8912a53a48abde756943
parentbfb5ae867e083f4146b2455309387f77fac5623c
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.
rust/src/nfs/nfs.rs
rust/src/nfs/rpc_records.rs