From 94c16d89156f8bda5c1f5bb3b0ac73e63b2faae1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 11 Feb 2026 13:55:58 +0100 Subject: [PATCH] eve/igmp: add schema support for alert records --- etc/schema.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 1415128e60..80523be8b4 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2545,6 +2545,23 @@ ] } }, + "igmp": { + "type": "object", + "additionalProperties": false, + "properties": { + "type": { + "type": "integer", + "suricata": { + "keywords": [ + "igmp.type" + ] + } + }, + "version": { + "type": "integer" + } + } + }, "ike": { "type": "object", "additionalProperties": false,