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>
This commit is contained in:
Toni Uhlig 2021-02-23 14:46:47 +01:00
parent 0a6d44dc60
commit 0b5b177c14
No known key found for this signature in database
GPG key ID: 22C5333D922537D2
11 changed files with 269 additions and 239 deletions

View file

@ -19,7 +19,8 @@
"type": "number"
},
"packet_id": {
"type": "number"
"type": "number",
"minimum": 0
},
"basic_event_id": {
"type": "number",