diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-23 18:40:48 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-23 18:43:58 +0200 |
commit | bc0a5782cce511886476acf57c5748ba7a232277 (patch) | |
tree | 4079fdd3703f9cc42f51ae0a5b49e6ea0551de2f /test/results/disable_protocols | |
parent | 8a8de12fb3e282d7153ffbddcbc321a13f207db4 (diff) |
bump libnDPI to 2b230e28e0612e8654ad617534deb9aaaabd51b7
* fixes loading of gambling lists which increased nDPId's memory usage *a lot*
* nDPId: handle EINTR correctly
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/results/disable_protocols')
4 files changed, 12 insertions, 12 deletions
diff --git a/test/results/disable_protocols/dns_long_domainname.pcap.out b/test/results/disable_protocols/dns_long_domainname.pcap.out index 30f7c527e..de911f5b4 100644 --- a/test/results/disable_protocols/dns_long_domainname.pcap.out +++ b/test/results/disable_protocols/dns_long_domainname.pcap.out @@ -15,9 +15,9 @@ ~~ total active/idle flows...: 1/1 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7964181 bytes -~~ total memory freed........: 7964181 bytes -~~ total allocations/frees...: 148290/148290 +~~ total memory allocated....: 7593842 bytes +~~ total memory freed........: 7593842 bytes +~~ total allocations/frees...: 142693/142693 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json string min len.......: 535 chars ~~ json string max len.......: 1231 chars diff --git a/test/results/disable_protocols/pluralsight.pcap.out b/test/results/disable_protocols/pluralsight.pcap.out index fbf67c3c5..be30597e1 100644 --- a/test/results/disable_protocols/pluralsight.pcap.out +++ b/test/results/disable_protocols/pluralsight.pcap.out @@ -65,9 +65,9 @@ ~~ total active/idle flows...: 6/6 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 8034221 bytes -~~ total memory freed........: 8034221 bytes -~~ total allocations/frees...: 148442/148442 +~~ total memory allocated....: 7664002 bytes +~~ total memory freed........: 7664002 bytes +~~ total allocations/frees...: 142845/142845 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json string min len.......: 527 chars ~~ json string max len.......: 2533 chars diff --git a/test/results/disable_protocols/quic-mvfst-27.pcapng.out b/test/results/disable_protocols/quic-mvfst-27.pcapng.out index b41318ce2..a906fd94c 100644 --- a/test/results/disable_protocols/quic-mvfst-27.pcapng.out +++ b/test/results/disable_protocols/quic-mvfst-27.pcapng.out @@ -16,9 +16,9 @@ ~~ total active/idle flows...: 1/1 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7974790 bytes -~~ total memory freed........: 7974790 bytes -~~ total allocations/frees...: 148328/148328 +~~ total memory allocated....: 7604451 bytes +~~ total memory freed........: 7604451 bytes +~~ total allocations/frees...: 142731/142731 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json string min len.......: 531 chars ~~ json string max len.......: 2285 chars diff --git a/test/results/disable_protocols/soap.pcap.out b/test/results/disable_protocols/soap.pcap.out index 08f520c6d..7e2b39deb 100644 --- a/test/results/disable_protocols/soap.pcap.out +++ b/test/results/disable_protocols/soap.pcap.out @@ -30,9 +30,9 @@ ~~ total active/idle flows...: 3/3 ~~ total timeout flows.......: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7973117 bytes -~~ total memory freed........: 7973117 bytes -~~ total allocations/frees...: 148337/148337 +~~ total memory allocated....: 7602826 bytes +~~ total memory freed........: 7602826 bytes +~~ total allocations/frees...: 142740/142740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json string min len.......: 520 chars ~~ json string max len.......: 2479 chars |