From e42e3fe406c30bec09fe3be0c6bacd1efac44950 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 9 Sep 2023 19:32:08 +0200 Subject: Serialize nDPId / libnDPI versions within daemon events. * changed nDPI version hints / requirements Signed-off-by: Toni Uhlig --- schema/daemon_event_schema.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'schema/daemon_event_schema.json') diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 91f387556..9099ec53f 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -7,7 +7,9 @@ "packet_id", "daemon_event_id", "daemon_event_name", - "global_ts_usec" + "global_ts_usec", + "version", + "ndpi_version" ], "if": { "properties": { "daemon_event_name": { "enum": [ "init", "reconnect" ] } } @@ -52,6 +54,12 @@ "status" ] }, + "version": { + "type": "string" + }, + "ndpi_version": { + "type": "string" + }, "max-flows-per-thread": { "type": "number" -- cgit v1.2.3