From: Jason Ish Date: Tue, 7 Jul 2020 15:32:40 +0000 (-0600) Subject: ikev2: check more fields X-Git-Tag: suricata-6.0.4~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207cdff05a036248b9a08b4e24b546203f82880e;p=thirdparty%2Fsuricata-verify.git ikev2: check more fields To help validate jsonbuilder conversion. --- diff --git a/tests/ikev2-weak-dh/test.yaml b/tests/ikev2-weak-dh/test.yaml index 5f0044a97..436d6444f 100644 --- a/tests/ikev2-weak-dh/test.yaml +++ b/tests/ikev2-weak-dh/test.yaml @@ -22,5 +22,12 @@ checks: event_type: ikev2 ikev2.version_major: 2 ikev2.exchange_type: 34 + ikev2.message_id: 0 ikev2.init_spi: "61d3693ce12af528" ikev2.resp_spi: "0000000000000000" + ikev2.role: initiator + ikev2.errors: 0 + ikev2.payload[0]: Nonce + ikev2.payload[1]: KeyExchange + ikev2.payload[2]: SecurityAssociation + ikev2.payload[3]: NoNextPayload