From: Philippe Antoine Date: Tue, 22 Nov 2022 20:45:52 +0000 (+0100) Subject: Adds test about smb2 async read response X-Git-Tag: suricata-6.0.9~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444b1b076fbdec9c0095cf0fca1a3604960f5170;p=thirdparty%2Fsuricata-verify.git Adds test about smb2 async read response --- diff --git a/tests/smb2-async-read/README.md b/tests/smb2-async-read/README.md new file mode 100644 index 000000000..7a70efd65 --- /dev/null +++ b/tests/smb2-async-read/README.md @@ -0,0 +1,7 @@ +# Description + +Test SMB2 async response for read request + +# PCAP + +The pcap comes from https://redmine.openinfosecfoundation.org/issues/5161 diff --git a/tests/smb2-async-read/input.pcap b/tests/smb2-async-read/input.pcap new file mode 100644 index 000000000..e7ff22dbe Binary files /dev/null and b/tests/smb2-async-read/input.pcap differ diff --git a/tests/smb2-async-read/test.yaml b/tests/smb2-async-read/test.yaml new file mode 100644 index 000000000..03301a8c6 --- /dev/null +++ b/tests/smb2-async-read/test.yaml @@ -0,0 +1,12 @@ +requires: + min-version: 7 + +# disables checksum verification +args: +- -k none + +checks: + - filter: + count: 1 + match: + event_type: fileinfo