diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-05-23 04:38:07 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-05-24 19:30:19 +0200 |
commit | c9514136b7c4246a57b85474d1a8e376a9009d4a (patch) | |
tree | eb17d83ea16815000a4f723c240e54f21cf0691b /schema | |
parent | a4e5bab9b2826ae50a48da275b6b441624aab50f (diff) |
bump libnDPI to ...
* upstream changed regression test interface, needed to adapt
* improved libnDPI helper build script
* updated JSON schema
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/flow_event_schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index 01cc9d9ef..0b29a1d15 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -278,6 +278,12 @@ }, "6": { "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" } }, "additionalProperties": false |