From: Jason Ish Date: Thu, 29 Feb 2024 14:19:58 +0000 (-0600) Subject: schema: add flow.wrong_thread X-Git-Tag: suricata-8.0.0-beta1~1695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ecae9b82e933781b48ea41a2c002e65e8e6a07;p=thirdparty%2Fsuricata.git schema: add flow.wrong_thread --- diff --git a/etc/schema.json b/etc/schema.json index ea790e5368..981610b250 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1549,6 +1549,9 @@ }, "state": { "type": "string" + }, + "wrong_thread": { + "type": "boolean" } }, "additionalProperties": false