aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-01 13:50:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-01 13:50:53 +0200
commitb5d4da879364da01df075937a27ec86573a1a08b (patch)
treecbfcdfe8ec98da21aafd8a44cfe6140c4c9925ac /schema
parenta80b6d727186a59d745b001ad43cfb7a2c0b53d0 (diff)
bump libnDPI to 8f6a006e36eef0ae386f7e663d3ebecfad6a2dc9
* try to use same wording wherever possible e.g. renamed workflow->total_l4_data_len to workflow->total_l4_payload_len Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/daemon_event_schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json
index 0727fa1fe..1eaa7fd03 100644
--- a/schema/daemon_event_schema.json
+++ b/schema/daemon_event_schema.json
@@ -19,7 +19,7 @@
"properties": { "daemon_event_name": { "enum": [ "status", "shutdown" ] } }
},
"then": {
- "required": [ "packets-captured", "packets-processed", "total-skipped-flows", "total-l4-data-len", "total-not-detected-flows", "total-guessed-flows", "total-detected-flows", "total-detection-updates", "total-updates", "current-active-flows", "total-active-flows", "total-idle-flows", "total-compressions", "total-compression-diff", "current-compression-diff", "total-events-serialized" ]
+ "required": [ "packets-captured", "packets-processed", "total-skipped-flows", "total-l4-payload-len", "total-not-detected-flows", "total-guessed-flows", "total-detected-flows", "total-detection-updates", "total-updates", "current-active-flows", "total-active-flows", "total-idle-flows", "total-compressions", "total-compression-diff", "current-compression-diff", "total-events-serialized" ]
},
"properties": {
"alias": {
@@ -99,7 +99,7 @@
"type": "number",
"minimum": 0
},
- "total-l4-data-len": {
+ "total-l4-payload-len": {
"type": "number",
"minimum": 0
},