From: Philippe Antoine Date: Mon, 11 Sep 2023 07:51:24 +0000 (+0200) Subject: schema: adds missing modbus field X-Git-Tag: suricata-8.0.0-beta1~1905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f714678d72146fac30e2bbfbb8a0df1a1689d13f;p=thirdparty%2Fsuricata.git schema: adds missing modbus field ./stats/app_layer/error/modbus --- diff --git a/etc/schema.json b/etc/schema.json index ed8adcf49f..76d88ec4c8 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3783,6 +3783,9 @@ "krb5_udp": { "$ref": "#/$defs/stats_applayer_error" }, + "modbus": { + "$ref": "#/$defs/stats_applayer_error" + }, "mqtt": { "$ref": "#/$defs/stats_applayer_error" },