From: Victor Julien Date: Thu, 31 Dec 2020 11:24:06 +0000 (+0100) Subject: nsh: run for 7, add more detail X-Git-Tag: suricata-6.0.4~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe64a69721d25423b0a61bf152ab490fd9bfd692;p=thirdparty%2Fsuricata-verify.git nsh: run for 7, add more detail --- diff --git a/tests/decode-nsh-type1/test.yaml b/tests/decode-nsh-type1/test.yaml index ad7ddc617..4588cd441 100644 --- a/tests/decode-nsh-type1/test.yaml +++ b/tests/decode-nsh-type1/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 6 + min-version: 7 args: - -k none @@ -9,6 +9,11 @@ checks: count: 1 match: event_type: flow + src_ip: 10.0.0.1 + dest_ip: 10.0.0.2 + proto: UDP + src_port: 52377 + dest_port: 52464 - filter: count: 1 match: @@ -17,4 +22,4 @@ checks: decoder.ethernet: 1 decoder.nsh: 1 decoder.ipv4: 1 - decoder.udp: 1 \ No newline at end of file + decoder.udp: 1 diff --git a/tests/decode-nsh-type2/test.yaml b/tests/decode-nsh-type2/test.yaml index ad7ddc617..4588cd441 100644 --- a/tests/decode-nsh-type2/test.yaml +++ b/tests/decode-nsh-type2/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 6 + min-version: 7 args: - -k none @@ -9,6 +9,11 @@ checks: count: 1 match: event_type: flow + src_ip: 10.0.0.1 + dest_ip: 10.0.0.2 + proto: UDP + src_port: 52377 + dest_port: 52464 - filter: count: 1 match: @@ -17,4 +22,4 @@ checks: decoder.ethernet: 1 decoder.nsh: 1 decoder.ipv4: 1 - decoder.udp: 1 \ No newline at end of file + decoder.udp: 1