-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add test for bug 6008 SMB_COM_WRITE_ANDX data padding issue
Bug #6008
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
%YAML 1.1 | ||
--- | ||
pcap-file: | ||
# Possible values are: | ||
# - yes: checksum validation is forced | ||
# - no: checksum validation is disabled | ||
# - auto: Suricata uses a statistical approach to detect when | ||
# checksum off-loading is used. (default) | ||
# Warning: 'checksum-validation' must be set to yes to have checksum tested | ||
checksum-checks: no | ||
outputs: | ||
- eve-log: | ||
enabled: yes | ||
types: | ||
- files | ||
- stats | ||
- file-store: | ||
version: 2 | ||
enabled: yes | ||
stream-depth: 0 | ||
write-fileinfo: true | ||
force-filestore: yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
requires: | ||
features: | ||
- HAVE_NSS | ||
- MAGIC | ||
- RUST | ||
files: | ||
- src/output-filestore.c | ||
min-version: 7 | ||
|
||
args: | ||
- --set pcap-file.checksum-checks=no | ||
checks: | ||
- filter: | ||
count: 1 | ||
match: | ||
fileinfo.sha256: 04f93fbae50680991af90eb8a5a447d7b353d9c09097b3a905745d285d7ba634 | ||
- filter: | ||
count: 1 | ||
match: | ||
fileinfo.sha256: 81ef17f513f4959ba2a8243fa1412fa11b7d8f2c064da1f7ae98429188b6229c |