mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-03 17:30:14 +00:00
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:
parent
0a6d44dc60
commit
0b5b177c14
11 changed files with 269 additions and 239 deletions
|
|
@ -19,7 +19,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"packet_id": {
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
"basic_event_id": {
|
||||
"type": "number",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue