diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-06 17:31:26 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-06 17:38:05 +0100 |
commit | 46f68501d575431656b5254a4bda8acb2982ab77 (patch) | |
tree | 030c68ea408f61de131b93a51b1394648c4a7b85 /schema/packet_event_schema.json | |
parent | 9db048c9d93a00adf4b258d2341b24229d2a45a1 (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'schema/packet_event_schema.json')
-rw-r--r-- | schema/packet_event_schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, |