diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-12-06 17:01:06 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-12-06 17:01:06 +0100 |
commit | e864787848b4d6c72f4236ebcca8de8e7f6f9899 (patch) | |
tree | 2eb9572fdc675f7d1aeb0e97ff77bc13f6df9ffb /dependencies/nDPIsrvd.py | |
parent | 00e5132a803f8781b6f538625ab99816b7b52d2d (diff) |
Generic nDPIsrvd.h event handling integration and flow tracking with uthash.
* aims to be re-usable for many different apps and use-cases
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'dependencies/nDPIsrvd.py')
-rw-r--r-- | dependencies/nDPIsrvd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/nDPIsrvd.py b/dependencies/nDPIsrvd.py index 6bcaf516c..21b1bfeed 100644 --- a/dependencies/nDPIsrvd.py +++ b/dependencies/nDPIsrvd.py @@ -156,7 +156,7 @@ class PcapPacket: return 'Success.' def JsonParseBytes(json_bytes): - return json.loads(json_bytes.decode('ascii', errors='replace'), strict=False) + return json.loads(json_bytes.decode('ascii', errors='replace'), strict=True) class nDPIdEvent: isValid = False |