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
Victor Julien eac7a92200 smb2: improve read/write record parsing
parse_smb2_response_read()/parse_smb2_response_write() can be called on
incomplete data, so they didn't use the read/write length field to grab
the data field. Instead it just used rest(). However in some cases
SMB2 records have trailing data, which would be included in the
READ/WRITE data.

This patch addresses this by using the length field if enough data is
available.
8 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src smb2: improve read/write record parsing 8 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in SMB: use kerberos-parser to extract Real and PrincipalName 8 years ago
Makefile.am Rust: add 'debug' feature 9 years ago
gen-c-headers.py rust/smb: initial support 9 years ago