From 1df568300cb2c5e1c7492e46dc5e13d82162c36a Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 19 Nov 2025 16:01:23 +0100 Subject: [PATCH] doc/jsonschema: use dnp3_func instead of its alias --- etc/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 777fe8d21a..1ca7affc10 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -603,7 +603,7 @@ "type": "integer", "suricata": { "keywords": [ - "dnp3.func" + "dnp3_func" ] } }, @@ -729,7 +729,7 @@ "type": "integer", "suricata": { "keywords": [ - "dnp3.func" + "dnp3_func" ] } }, @@ -845,7 +845,7 @@ "type": "integer", "suricata": { "keywords": [ - "dnp3.func" + "dnp3_func" ] } },