diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-02-23 14:46:47 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-02-23 14:46:47 +0100 |
commit | 0b5b177c14582dcaff854dda98db93c8d001682d (patch) | |
tree | ab1a2dffe19f0f03e0ff70e9da9360edb7a0f016 /schema/daemon_event_schema.json | |
parent | 0a6d44dc60fb44c8aa59397d29b1f6cbb134d47d (diff) |
Extended nDPIsrvd.h with address parsing.
* nDPId supports looading of custom nDPI protocol/category files
* extended JSON schemas according to nDPI / nDPId JSON serializing
* removed memory holes in nDPId
* extended examples/c-captured
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema/daemon_event_schema.json')
-rw-r--r-- | schema/daemon_event_schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 020b55161..7a40a6ca0 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -22,7 +22,7 @@ }, "packet_id": { "type": "number", - "minimum": 1 + "minimum": 0 }, "daemon_event_id": { "type": "number", |