aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-10-29 14:37:06 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-10-31 13:53:02 +0100
commitd55e39792970234b0b07582378cc3ec07ab62bf3 (patch)
treedb067f18ef90aecf1d000611ef4f1f3ea3b476c2 /schema
parentd3f99f21e6ab7c13286af5f37dafbe9cd76f2fad (diff)
bump libnDPI to db9f6ec1b4018164e5bff05f115dc60711bb711b
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/flow_event_schema.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index 1395b6260..01cc9d9ef 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -230,6 +230,12 @@
"proto_id": {
"type": "string"
},
+ "proto_by_ip": {
+ "type": "string"
+ },
+ "proto_by_ip_id": {
+ "type": "number"
+ },
"category": {
"type": "string"
},
@@ -282,6 +288,9 @@
"hostname": {
"type": "string"
},
+ "collectd": {
+ "type": "object"
+ },
"dhcp": {
"type": "object"
},
@@ -294,6 +303,9 @@
"mdns": {
"type": "object"
},
+ "natpmp": {
+ "type": "object"
+ },
"ntp": {
"type": "object"
},
@@ -330,6 +342,9 @@
"ftp": {
"type": "object"
},
+ "snmp": {
+ "type": "object"
+ },
"ssh": {
"type": "object"
},
@@ -338,6 +353,15 @@
},
"softether": {
"type": "object"
+ },
+ "tftp": {
+ "type": "object"
+ },
+ "tivoconnect": {
+ "type": "object"
+ },
+ "rsh": {
+ "type": "object"
}
},
"additionalProperties": false