diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-24 01:57:09 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-24 02:16:33 +0100 |
commit | 9f9e881b3fe5217210b7413912b42cd979da45ba (patch) | |
tree | 5e3280a097d9876111e8ef7fc6313cdf31386037 /schema | |
parent | 65a9e5a18daf10cc2b8c7266d1ac0a9bcb7f1c4c (diff) |
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/flow_event_schema.json | 4 | ||||
-rw-r--r-- | schema/packet_event_schema.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index 385fcf192..6a7f54628 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -107,11 +107,11 @@ }, "flow_first_seen": { "type": "number", - "minimum": 24710 + "minimum": 0 }, "flow_last_seen": { "type": "number", - "minimum": 24710 + "minimum": 0 }, "flow_idle_time": { "type": "number", diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 3ad88f79f..e0e549d71 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -66,7 +66,7 @@ }, "flow_last_seen": { "type": "number", - "minimum": 24710 + "minimum": 0 }, "flow_idle_time": { "type": "number", |