mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-05 02:16:42 +00:00
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:
parent
96b0a8a474
commit
e42e3fe406
884 changed files with 3490 additions and 3475 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue