mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-06 03:45:27 +00:00
Added nDPId-test as all-in-one JSON dumper.
* fixed invalid flow event schema type * added run_tests.sh to generate/diff JSON dumps * renamed lot's of vars/fns in nDPId.c/nDPIsrvd.c, so nDPId-test.c can include "*.c" * improved CMake dependency checks Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
bdc8c5df2a
commit
e835d36f63
7 changed files with 669 additions and 237 deletions
|
|
@ -97,12 +97,12 @@
|
|||
]
|
||||
},
|
||||
"l4_proto": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"pattern": "^[0-9]+$"
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"tcp",
|
||||
"udp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue