From 0b5b177c14582dcaff854dda98db93c8d001682d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 23 Feb 2021 14:46:47 +0100 Subject: 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 --- schema/basic_event_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schema/basic_event_schema.json') 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", -- cgit v1.2.3