aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/daemon_event_schema.json4
-rw-r--r--schema/error_event_schema.json3
-rw-r--r--schema/flow_event_schema.json3
3 files changed, 6 insertions, 4 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json
index c268e7b13..0fe6dab36 100644
--- a/schema/daemon_event_schema.json
+++ b/schema/daemon_event_schema.json
@@ -71,8 +71,8 @@
},
"size_per_flow": {
"type": "number",
- "minimum": 1400,
- "maximum": 1500
+ "minimum": 1384,
+ "maximum": 1400
},
"max-flows-per-thread": {
diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json
index e638b0242..8228d7edb 100644
--- a/schema/error_event_schema.json
+++ b/schema/error_event_schema.json
@@ -102,11 +102,10 @@
"Unknown packet type",
"Packet header invalid",
"IP4 packet too short",
- "Packet smaller than IP4 header",
"nDPI IPv4/L4 payload detection failed",
"IP6 packet too short",
- "Packet smaller than IP6 header",
"nDPI IPv6/L4 payload detection failed",
+ "Tunnel decoding failed",
"TCP packet smaller than expected",
"UDP packet smaller than expected",
"Captured packet size is smaller than expected packet size",
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index e1096e2bd..c76385c18 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -1471,6 +1471,9 @@
"snmp": {
"type": "object"
},
+ "ssdp": {
+ "type": "object"
+ },
"ssh": {
"type": "object"
},