Serialize nDPId / libnDPI versions within daemon events.

* changed nDPI version hints / requirements

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2023-09-09 19:32:08 +02:00
parent 96b0a8a474
commit e42e3fe406
No known key found for this signature in database
GPG key ID: 22C5333D922537D2
884 changed files with 3490 additions and 3475 deletions

View file

@ -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"