From 46f68501d575431656b5254a4bda8acb2982ab77 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 6 Mar 2022 17:31:26 +0100 Subject: Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.) * Improved distributor timeout handling (per-thread). * flow-info.py / flow-dash.py: Distinguish between flow risk severities. * nDPId: Skip tag switch datalink packet dissection / processing. * nDPId: Fixed incorrect value for current active flows. * Improved JSON schema's. Signed-off-by: Toni Uhlig --- schema/packet_event_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema/packet_event_schema.json') diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 675c4fb14..d5b85f9e4 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -14,7 +14,7 @@ "pkt_l4_offset", "pkt_len", "pkt_l4_len", - "ts_msec" + "thread_ts_msec" ], "dependencies" : { @@ -93,7 +93,7 @@ "minimum": 0, "maximum": 65535 }, - "ts_msec": { + "thread_ts_msec": { "type": "number", "minimum": 0 }, -- cgit v1.2.3