From: Victor Julien Date: Tue, 7 Jun 2022 12:00:27 +0000 (+0200) Subject: eve/schema: add missing drop fields for ipv6 X-Git-Tag: suricata-7.0.0-beta1~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24e1f1e465a4f645d31555292ed67771d705262;p=thirdparty%2Fsuricata.git eve/schema: add missing drop fields for ipv6 --- diff --git a/etc/schema.json b/etc/schema.json index cff4221680..adea945a75 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1044,6 +1044,15 @@ "fin": { "type": "boolean" }, + "flowlbl": { + "type": "integer" + }, + "hoplimit": { + "type": "integer" + }, + "tc": { + "type": "integer" + }, "icmp_id": { "type": "integer" },