mirror of https://github.com/OISF/suricata
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.
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 | 9 years ago | |
| src | 8 years ago | |
| .gitignore | 9 years ago | |
| Cargo.toml.in | 8 years ago | |
| Makefile.am | 9 years ago | |
| gen-c-headers.py | 9 years ago | |