From: Jeff Lucovsky Date: Sat, 24 Apr 2021 20:04:04 +0000 (-0400) Subject: tests/vntag: Basic test case for VNTAG decode X-Git-Tag: suricata-6.0.4~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d27f62034eb8695804035d9888da8a3d00dded;p=thirdparty%2Fsuricata-verify.git tests/vntag: Basic test case for VNTAG decode --- diff --git a/tests/decode-vntag-01/README.md b/tests/decode-vntag-01/README.md new file mode 100644 index 000000000..6749466d1 --- /dev/null +++ b/tests/decode-vntag-01/README.md @@ -0,0 +1 @@ +Ensure VNTAG (802.1Qbh) packets are decoded diff --git a/tests/decode-vntag-01/input.pcap b/tests/decode-vntag-01/input.pcap new file mode 100644 index 000000000..64d4aca00 Binary files /dev/null and b/tests/decode-vntag-01/input.pcap differ diff --git a/tests/decode-vntag-01/test.yaml b/tests/decode-vntag-01/test.yaml new file mode 100644 index 000000000..199d4488f --- /dev/null +++ b/tests/decode-vntag-01/test.yaml @@ -0,0 +1,10 @@ +requires: + + min-version: 7 + +checks: + + - stats: + decoder.ipv4: 5 + decoder.vlan: 5 + decoder.vntag: 5