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/nfs
Pierre Chifflier f3ddd7127c rust: Add types annotation when required
Unfortunately, the transition to nom 5 (and functions instead of macros)
has side-effects, one of them being requiring lots of types annotations
when using a parsing, for ex in a match instruction.
7 years ago
..
log.rs rust: update to Rust 2018 with cargo fix 7 years ago
mod.rs
nfs.rs nfs: implement post-GAP transaction cleanup 7 years ago
nfs2.rs rust: Add types annotation when required 7 years ago
nfs2_records.rs rust: upgrade all parsers to nom 5 7 years ago
nfs3.rs rust: Add types annotation when required 7 years ago
nfs3_records.rs rust: upgrade all parsers to nom 5 7 years ago
nfs4.rs rust: add SecBlobError custom error type for the Kerberos parser 7 years ago
nfs4_records.rs rust: upgrade all parsers to nom 5 7 years ago
nfs_records.rs
rpc_records.rs rust: Add types annotation when required 7 years ago
types.rs