Serialize flow risk score / confidence.

* bump libnDPI to 8b062295cc76a60e3905c054ce37bd17669464d1
 * removed ndpi_id_struct's

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2022-02-27 02:53:39 +01:00
parent cb80c415d8
commit 9db048c9d9
280 changed files with 11179 additions and 10940 deletions

View File

@@ -10,6 +10,17 @@ flock -x -n 42 || {
exit 1;
}
cat <<EOF
------ environment variables ------
CFLAGS=${CFLAGS:-}
LDFLAGS=${LDFLAGS:-}
CROSS_COMPILE_TRIPLET=${CROSS_COMPILE_TRIPLET:-}
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}
MAKE_PROGRAM=${MAKE_PROGRAM:-}
DEST_INSTALL=${DEST_INSTALL:-}
-----------------------------------
EOF
set -x
cd "$(dirname "${0}")/.."