aboutsummaryrefslogtreecommitdiff
path: root/schema/basic_event_schema.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-02-23 14:46:47 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-02-23 14:46:47 +0100
commit0b5b177c14582dcaff854dda98db93c8d001682d (patch)
treeab1a2dffe19f0f03e0ff70e9da9360edb7a0f016 /schema/basic_event_schema.json
parent0a6d44dc60fb44c8aa59397d29b1f6cbb134d47d (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/basic_event_schema.json')
-rw-r--r--schema/basic_event_schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/basic_event_schema.json b/schema/basic_event_schema.json
index 626602ad2..958b4316c 100644
--- a/schema/basic_event_schema.json
+++ b/schema/basic_event_schema.json
@@ -19,7 +19,8 @@
"type": "number"
},
"packet_id": {
- "type": "number"
+ "type": "number",
+ "minimum": 0
},
"basic_event_id": {
"type": "number",