aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-01-26 15:12:28 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-01-26 15:12:28 +0100
commit80e1eedbeffc697b759bc41e4a1865a99d4e1fbd (patch)
tree591bbd6c0c05f11fb04b83e5e751fcbfb4b83a0b /schema
parent4bae9d03446b814f3690db3e62dc4156972c2e8c (diff)
nDPId: Added some error messages when workflow init fails.
* Fixed invalid array subscript typ0 (caused some trouble..) * bump libnDPI to 2cd0479204301c50c6149706fcd4df3058b2a8cc Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/flow_event_schema.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index 65ef899fc..3b84f77cf 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -188,6 +188,9 @@
"ndpi": {
"type": "object"
},
+ "entropy": {
+ "type": "number"
+ },
"dhcp": {
"type": "object"
},
@@ -197,6 +200,9 @@
"mdns": {
"type": "object"
},
+ "ntp": {
+ "type": "object"
+ },
"ubntac2": {
"type": "object"
},