diff options
author | lns <matzeton@googlemail.com> | 2022-07-30 09:01:42 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-08-02 11:25:39 +0200 |
commit | 9cc69f88a0528470ded8a80e1956504683ae8754 (patch) | |
tree | 69b39f77a034a7de17997cc316279de2f98b1412 /tests/do.sh.in | |
parent | ed4f106a0d6ba2d644e95354891b4b68f927c535 (diff) |
Improved nDPI JSON serialization.improved/ndpi-serialization
* fixed autoconf CFLAGS/LDFLAGS MSAN issue which could lead to build errors
* introduced portable version of gmtime_r aka ndpi_gmtime_r
* do as most as possible of the serialization work in ndpi_utils.c
* use flow2json in ndpiReader
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'tests/do.sh.in')
-rwxr-xr-x | tests/do.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/do.sh.in b/tests/do.sh.in index 88b32a896..bb15c4a8d 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -58,7 +58,7 @@ build_results() { #echo $f # create result files if not present if [ ! -f result/$f.out ]; then - CMD="$READER -q -K JSON -k /dev/null -t -i pcap/$f -w result/$f.out -v 2" + CMD="$READER -q -k /dev/null -t -i pcap/$f -w result/$f.out -v 2" $CMD fi done |