aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2025-01-25 09:14:02 +0100
committerToni Uhlig <matzeton@googlemail.com>2025-01-25 10:07:25 +0100
commit471ea834933dd089b49777d595cef9f612bdb709 (patch)
tree85a8600d268ede6bc705a3ba1aec109cc959f5b9 /schema
parent064bd3aefa7a4f98b4c3c079e03df37c1b0b5125 (diff)
bump libnDPI to e946f49aca13e4447a7d7b2acae6323a4531fb55
* incorporated upstream changes Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/flow_event_schema.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index be4a0087a..e1096e2bd 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -244,6 +244,9 @@
"proto_by_ip_id": {
"type": "number"
},
+ "stream_content": {
+ "type": "string"
+ },
"category": {
"type": "string",
"enum": [
@@ -254,7 +257,7 @@
"Shopping", "Productivity", "FileSharing", "ConnCheck", "IoT-Scada",
"VirtAssistant", "Cybersecurity", "AdultContent", "Mining", "Malware",
"Advertisement", "Banned_Site", "Site_Unavailable", "Allowed_Site",
- "Antimalware", "Crypto_Currency", "Gambling"
+ "Antimalware", "Crypto_Currency", "Gambling", "Health"
]
},
"category_id": {
@@ -1316,7 +1319,7 @@
"properties": {
"total": { "type": "number", "minimum": 10, "maximum": 610 },
"client": { "type": "number", "minimum": 5, "maximum": 485 },
- "server": { "type": "number", "minimum": 5, "maximum": 130 },
+ "server": { "type": "number", "minimum": 5, "maximum": 135 },
"additionalProperties": false
}
}
@@ -1411,6 +1414,9 @@
"mdns": {
"type": "object"
},
+ "mikrotik": {
+ "type": "object"
+ },
"natpmp": {
"type": "object"
},
@@ -1450,6 +1456,18 @@
"ftp": {
"type": "object"
},
+ "sip": {
+ "type": "object",
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ }
+ },
+ "additionalProperties": false
+ },
"snmp": {
"type": "object"
},