]> git.ipfire.org Git - people/ms/suricata.git/commit - rust/src/dns/dns.rs
rust: use the streaming version of combinators to fix incomplete reads
authorPierre Chifflier <chifflier@wzdftpd.net>
Thu, 6 Feb 2020 20:45:39 +0000 (21:45 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 2 Mar 2020 16:16:42 +0000 (17:16 +0100)
commit442500678bd2c831f801ffb243e81813e2b10177
tree22915302e625f752ae962e84e48583081a10ec46
parentdf9a4fd63504d0d34b6679a4c8776d013aec6f90
rust: use the streaming version of combinators to fix incomplete reads
19 files changed:
rust/src/dhcp/parser.rs
rust/src/dns/dns.rs
rust/src/dns/parser.rs
rust/src/kerberos.rs
rust/src/krb/krb5.rs
rust/src/nfs/nfs2.rs
rust/src/nfs/nfs2_records.rs
rust/src/nfs/nfs3.rs
rust/src/nfs/nfs3_records.rs
rust/src/nfs/nfs4.rs
rust/src/nfs/nfs4_records.rs
rust/src/nfs/rpc_records.rs
rust/src/rdp/parser.rs
rust/src/sip/parser.rs
rust/src/smb/dcerpc_records.rs
rust/src/smb/ntlmssp_records.rs
rust/src/smb/smb1_records.rs
rust/src/smb/smb2_records.rs
rust/src/smb/smb3.rs