diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-24 12:49:39 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-24 15:45:04 +0200 |
commit | 542379726789720c569d7130567068f40d03ac6f (patch) | |
tree | a4baf852483e63a09106cb1c90cc8c62c9fa13f4 /test/results/disable_protocols | |
parent | 7e126c205e9b7a8ef27c85b615cf93c6545fa33c (diff) |
Added nDPId `ndpi_process_packet()` LLVM fuzzer
* replaced dumb `dumb_fuzzer.sh`
* fixed nDPId NULL pointer deref found by fuzzer
* nDPI: `--enable-debug-build` and `--enable-debug-messages` for non release builds
* nDPI: do not force `log.level` to `3` anymore, use config value instead
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/results/disable_protocols')
4 files changed, 8 insertions, 8 deletions
diff --git a/test/results/disable_protocols/dns_long_domainname.pcap.out b/test/results/disable_protocols/dns_long_domainname.pcap.out index c6acee15b..fdcbf0cb4 100644 --- a/test/results/disable_protocols/dns_long_domainname.pcap.out +++ b/test/results/disable_protocols/dns_long_domainname.pcap.out @@ -15,8 +15,8 @@ ~~ total active/idle flows...: 1/1 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6641725 bytes -~~ total memory freed........: 6641725 bytes +~~ total memory allocated....: 6641749 bytes +~~ total memory freed........: 6641749 bytes ~~ total allocations/frees...: 114023/114023 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 590 chars diff --git a/test/results/disable_protocols/pluralsight.pcap.out b/test/results/disable_protocols/pluralsight.pcap.out index bba0c00ff..4711c5bd9 100644 --- a/test/results/disable_protocols/pluralsight.pcap.out +++ b/test/results/disable_protocols/pluralsight.pcap.out @@ -65,8 +65,8 @@ ~~ total active/idle flows...: 6/6 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6712725 bytes -~~ total memory freed........: 6712725 bytes +~~ total memory allocated....: 6712749 bytes +~~ total memory freed........: 6712749 bytes ~~ total allocations/frees...: 114175/114175 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 563 chars diff --git a/test/results/disable_protocols/quic-mvfst-27.pcapng.out b/test/results/disable_protocols/quic-mvfst-27.pcapng.out index 46c8f2fe0..1ff2db664 100644 --- a/test/results/disable_protocols/quic-mvfst-27.pcapng.out +++ b/test/results/disable_protocols/quic-mvfst-27.pcapng.out @@ -16,8 +16,8 @@ ~~ total active/idle flows...: 1/1 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6652334 bytes -~~ total memory freed........: 6652334 bytes +~~ total memory allocated....: 6652358 bytes +~~ total memory freed........: 6652358 bytes ~~ total allocations/frees...: 114061/114061 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 586 chars diff --git a/test/results/disable_protocols/soap.pcap.out b/test/results/disable_protocols/soap.pcap.out index 3a31c4e0c..9ff6b304d 100644 --- a/test/results/disable_protocols/soap.pcap.out +++ b/test/results/disable_protocols/soap.pcap.out @@ -30,8 +30,8 @@ ~~ total active/idle flows...: 3/3 ~~ total timeout flows.......: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6651103 bytes -~~ total memory freed........: 6651103 bytes +~~ total memory allocated....: 6651127 bytes +~~ total memory freed........: 6651127 bytes ~~ total allocations/frees...: 114072/114072 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 549 chars |