diff options
author | Luca Deri <deri@ntop.org> | 2021-02-21 22:08:01 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-21 22:08:01 +0100 |
commit | a21ad2fbe43170db7ea7519070dd6e9d71a2058d (patch) | |
tree | be9a898c37470c59a88cc6a5610b7b3d1b7f2db5 /tests | |
parent | 5ad056e99b190c8d5a0d721ec57fa280182013f5 (diff) |
Added new data for risky domains test
Diffstat (limited to 'tests')
-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 947ddf77a..ae9e4d0b3 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -6,7 +6,7 @@ FUZZY_TESTING_ENABLED=@BUILD_FUZZTARGETS@ GCRYPT_ENABLED=@GCRYPT_ENABLED@ GCRYPT_PCAPS="gquic.pcap quic-23.pcap quic-24.pcap quic-27.pcap quic-28.pcap quic-29.pcap quic-mvfst-22.pcap quic-mvfst-27.pcap quic-mvfst-exp.pcap quic_q50.pcap quic_t50.pcap quic_t51.pcap quic_0RTT.pcap quic_interop_V.pcapng quic-33.pcapng doq.pcapng doq_adguard.pcapng dlt_ppp.pcap os_detected.pcapng" -READER="../example/ndpiReader -p ../example/protos.txt -c ../example/categories.txt" +READER="../example/ndpiReader -p ../example/protos.txt -c ../example/categories.txt -r ../example/risky_domains.txt" RC=0 PCAPS=`cd pcap; /bin/ls *.pcap *.pcapng` |