diff --git a/example/ndpiReader.c b/example/ndpiReader.c index ed69a52f7..7168dcdd2 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -4552,6 +4552,9 @@ static void printResults(u_int64_t processing_time_usec, u_int64_t setup_time_us printf("\tHash fp custom protos: %llu/%llu (search/found)\n", (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_FP_CUSTOM_PROTOS].n_search, (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_FP_CUSTOM_PROTOS].n_found); + printf("\tHash url custom protos: %llu/%llu (search/found)\n", + (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_HTTP_URL].n_search, + (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_HTTP_URL].n_found); if(enable_malloc_bins) printf("\tData-path malloc histogram: %s\n", ndpi_print_bin(&malloc_bins, 0, buf, sizeof(buf))); @@ -4681,6 +4684,9 @@ static void printResults(u_int64_t processing_time_usec, u_int64_t setup_time_us fprintf(results_file, "Hash fp custom protos: %llu/%llu (search/found)\n", (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_FP_CUSTOM_PROTOS].n_search, (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_FP_CUSTOM_PROTOS].n_found); + fprintf(results_file, "Hash url custom protos: %llu/%llu (search/found)\n", + (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_HTTP_URL].n_search, + (long long unsigned int)cumulative_stats.hash_stats[NDPI_STR_HASH_HTTP_URL].n_found); if(enable_malloc_bins) fprintf(results_file, "Data-path malloc histogram: %s\n", ndpi_print_bin(&malloc_bins, 0, buf, sizeof(buf))); diff --git a/tests/cfgs/caches_cfg/result/ookla.pcap.out b/tests/cfgs/caches_cfg/result/ookla.pcap.out index f589cebe5..4d9606ad5 100644 --- a/tests/cfgs/caches_cfg/result/ookla.pcap.out +++ b/tests/cfgs/caches_cfg/result/ookla.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 6/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) TLS 29 23166 1 HTTP_Proxy 10 2375 1 diff --git a/tests/cfgs/caches_cfg/result/teams.pcap.out b/tests/cfgs/caches_cfg/result/teams.pcap.out index 1f48ba7c2..a86be303f 100644 --- a/tests/cfgs/caches_cfg/result/teams.pcap.out +++ b/tests/cfgs/caches_cfg/result/teams.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 38/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 38/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/caches_global/result/bittorrent.pcap.out b/tests/cfgs/caches_global/result/bittorrent.pcap.out index f783f9ee5..580f990c7 100644 --- a/tests/cfgs/caches_global/result/bittorrent.pcap.out +++ b/tests/cfgs/caches_global/result/bittorrent.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 299 305728 24 diff --git a/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out b/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out index 0a7245143..b82c2da01 100644 --- a/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out +++ b/tests/cfgs/caches_global/result/lru_ipv6_caches.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 25 4546 5 WhatsAppCall 24 3996 3 diff --git a/tests/cfgs/caches_global/result/mining.pcapng.out b/tests/cfgs/caches_global/result/mining.pcapng.out index 64c808b7c..b3dd265bc 100644 --- a/tests/cfgs/caches_global/result/mining.pcapng.out +++ b/tests/cfgs/caches_global/result/mining.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Mining 673 219078 4 diff --git a/tests/cfgs/caches_global/result/ookla.pcap.out b/tests/cfgs/caches_global/result/ookla.pcap.out index 9fcf311d5..781fd2704 100644 --- a/tests/cfgs/caches_global/result/ookla.pcap.out +++ b/tests/cfgs/caches_global/result/ookla.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 6/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) Ookla 113 38411 6 diff --git a/tests/cfgs/caches_global/result/teams.pcap.out b/tests/cfgs/caches_global/result/teams.pcap.out index a49ac3efc..b756dca6a 100644 --- a/tests/cfgs/caches_global/result/teams.pcap.out +++ b/tests/cfgs/caches_global/result/teams.pcap.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 38/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 38/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out b/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out index 380ff4151..5f9d75345 100644 --- a/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out +++ b/tests/cfgs/caches_global/result/zoom_p2p.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 3 549 1 ICMP 53 6042 2 diff --git a/tests/cfgs/classification_only/result/bittorrent.pcap.out b/tests/cfgs/classification_only/result/bittorrent.pcap.out index 60460d5dc..49a530d1f 100644 --- a/tests/cfgs/classification_only/result/bittorrent.pcap.out +++ b/tests/cfgs/classification_only/result/bittorrent.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 299 305728 24 diff --git a/tests/cfgs/classification_only/result/bittorrent_tcp_miss.pcapng.out b/tests/cfgs/classification_only/result/bittorrent_tcp_miss.pcapng.out index 832981b6e..a001b2ac1 100644 --- a/tests/cfgs/classification_only/result/bittorrent_tcp_miss.pcapng.out +++ b/tests/cfgs/classification_only/result/bittorrent_tcp_miss.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 100 96898 1 diff --git a/tests/cfgs/classification_only/result/forticlient.pcap.out b/tests/cfgs/classification_only/result/forticlient.pcap.out index 0f309d9cc..5f20578a9 100644 --- a/tests/cfgs/classification_only/result/forticlient.pcap.out +++ b/tests/cfgs/classification_only/result/forticlient.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FortiClient 2000 430931 5 diff --git a/tests/cfgs/classification_only/result/http-basic-auth.pcap.out b/tests/cfgs/classification_only/result/http-basic-auth.pcap.out index ad40f8e49..bbbcee36a 100644 --- a/tests/cfgs/classification_only/result/http-basic-auth.pcap.out +++ b/tests/cfgs/classification_only/result/http-basic-auth.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 16/0 (search/found) HTTP 688 353898 25 diff --git a/tests/cfgs/classification_only/result/http-pwd.pcapng.out b/tests/cfgs/classification_only/result/http-pwd.pcapng.out index 6028f4d63..f1e686eb9 100644 --- a/tests/cfgs/classification_only/result/http-pwd.pcapng.out +++ b/tests/cfgs/classification_only/result/http-pwd.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) ntop 14 1805 1 diff --git a/tests/cfgs/classification_only/result/http_auth.pcap.out b/tests/cfgs/classification_only/result/http_auth.pcap.out index fe26ebdc4..c4ab375ee 100644 --- a/tests/cfgs/classification_only/result/http_auth.pcap.out +++ b/tests/cfgs/classification_only/result/http_auth.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 33 20574 1 diff --git a/tests/cfgs/classification_only/result/ookla.pcap.out b/tests/cfgs/classification_only/result/ookla.pcap.out index e8e650e16..9903a680d 100644 --- a/tests/cfgs/classification_only/result/ookla.pcap.out +++ b/tests/cfgs/classification_only/result/ookla.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) Ookla 113 38411 6 diff --git a/tests/cfgs/classification_only/result/sip.pcap.out b/tests/cfgs/classification_only/result/sip.pcap.out index c8cc9afa7..2592b90a5 100644 --- a/tests/cfgs/classification_only/result/sip.pcap.out +++ b/tests/cfgs/classification_only/result/sip.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 146 1 RTP 9 1926 1 diff --git a/tests/cfgs/classification_only/result/teams.pcap.out b/tests/cfgs/classification_only/result/teams.pcap.out index 196f621f6..3a0ac131a 100644 --- a/tests/cfgs/classification_only/result/teams.pcap.out +++ b/tests/cfgs/classification_only/result/teams.pcap.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/classification_only/result/tls_1.2_unidir_client_no_cert.pcapng.out b/tests/cfgs/classification_only/result/tls_1.2_unidir_client_no_cert.pcapng.out index 7262100fb..7586ac0da 100644 --- a/tests/cfgs/classification_only/result/tls_1.2_unidir_client_no_cert.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.2_unidir_client_no_cert.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 10 1549 1 diff --git a/tests/cfgs/classification_only/result/tls_1.2_unidir_server_no_cert.pcapng.out b/tests/cfgs/classification_only/result/tls_1.2_unidir_server_no_cert.pcapng.out index 6a3f5eab8..5ab516614 100644 --- a/tests/cfgs/classification_only/result/tls_1.2_unidir_server_no_cert.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.2_unidir_server_no_cert.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 10 1978 1 diff --git a/tests/cfgs/classification_only/result/tls_1.2_unidirectional_client.pcapng.out b/tests/cfgs/classification_only/result/tls_1.2_unidirectional_client.pcapng.out index 2e60ae38a..8b2c5a4c4 100644 --- a/tests/cfgs/classification_only/result/tls_1.2_unidirectional_client.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.2_unidirectional_client.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleServices 17 3004 1 diff --git a/tests/cfgs/classification_only/result/tls_1.2_unidirectional_server.pcapng.out b/tests/cfgs/classification_only/result/tls_1.2_unidirectional_server.pcapng.out index 0aeef428f..6f41d6103 100644 --- a/tests/cfgs/classification_only/result/tls_1.2_unidirectional_server.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.2_unidirectional_server.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTubeUpload 18 7218 1 diff --git a/tests/cfgs/classification_only/result/tls_1.3_unidirectional_client.pcapng.out b/tests/cfgs/classification_only/result/tls_1.3_unidirectional_client.pcapng.out index 48ffc99d5..1b19e0ace 100644 --- a/tests/cfgs/classification_only/result/tls_1.3_unidirectional_client.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.3_unidirectional_client.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 9 1488 1 diff --git a/tests/cfgs/classification_only/result/tls_1.3_unidirectional_server.pcapng.out b/tests/cfgs/classification_only/result/tls_1.3_unidirectional_server.pcapng.out index 8889ac87b..50e13ff82 100644 --- a/tests/cfgs/classification_only/result/tls_1.3_unidirectional_server.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_1.3_unidirectional_server.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 9 1651 1 diff --git a/tests/cfgs/classification_only/result/tls_ech.pcapng.out b/tests/cfgs/classification_only/result/tls_ech.pcapng.out index a3ea72770..0400448f7 100644 --- a/tests/cfgs/classification_only/result/tls_ech.pcapng.out +++ b/tests/cfgs/classification_only/result/tls_ech.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cloudflare 10 4226 1 diff --git a/tests/cfgs/classification_only/result/tls_verylong_certificate.pcap.out b/tests/cfgs/classification_only/result/tls_verylong_certificate.pcap.out index ec4915a53..fbd496ea3 100644 --- a/tests/cfgs/classification_only/result/tls_verylong_certificate.pcap.out +++ b/tests/cfgs/classification_only/result/tls_verylong_certificate.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cybersec 48 22229 1 diff --git a/tests/cfgs/custom_rules/result/custom_rules_overwrite_domains.pcap.out b/tests/cfgs/custom_rules/result/custom_rules_overwrite_domains.pcap.out index 9cdb3f124..16d2a15c3 100644 --- a/tests/cfgs/custom_rules/result/custom_rules_overwrite_domains.pcap.out +++ b/tests/cfgs/custom_rules/result/custom_rules_overwrite_domains.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CUSTOMPROTO 63 23564 3 diff --git a/tests/cfgs/default/result/1kxun.pcap.out b/tests/cfgs/default/result/1kxun.pcap.out index 91a4b6864..602db816e 100644 --- a/tests/cfgs/default/result/1kxun.pcap.out +++ b/tests/cfgs/default/result/1kxun.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 22/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 85/0 (search/found) Unknown 19 5564 9 DNS 17 1719 6 diff --git a/tests/cfgs/default/result/443-chrome.pcap.out b/tests/cfgs/default/result/443-chrome.pcap.out index 99e23786d..b42a2884d 100644 --- a/tests/cfgs/default/result/443-chrome.pcap.out +++ b/tests/cfgs/default/result/443-chrome.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 1 1506 1 diff --git a/tests/cfgs/default/result/443-curl.pcap.out b/tests/cfgs/default/result/443-curl.pcap.out index 8c03bc8ef..f64b66b7c 100644 --- a/tests/cfgs/default/result/443-curl.pcap.out +++ b/tests/cfgs/default/result/443-curl.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 109 73982 1 diff --git a/tests/cfgs/default/result/443-firefox.pcap.out b/tests/cfgs/default/result/443-firefox.pcap.out index c3a15d17e..b627c3190 100644 --- a/tests/cfgs/default/result/443-firefox.pcap.out +++ b/tests/cfgs/default/result/443-firefox.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 667 458067 1 diff --git a/tests/cfgs/default/result/443-git.pcap.out b/tests/cfgs/default/result/443-git.pcap.out index 8fa0ac72f..d19e6d6c2 100644 --- a/tests/cfgs/default/result/443-git.pcap.out +++ b/tests/cfgs/default/result/443-git.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Github 70 37189 1 diff --git a/tests/cfgs/default/result/443-opvn.pcap.out b/tests/cfgs/default/result/443-opvn.pcap.out index f69278108..3b415961c 100644 --- a/tests/cfgs/default/result/443-opvn.pcap.out +++ b/tests/cfgs/default/result/443-opvn.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 46 11573 1 diff --git a/tests/cfgs/default/result/443-safari.pcap.out b/tests/cfgs/default/result/443-safari.pcap.out index 9bd6c8e03..37c6b5802 100644 --- a/tests/cfgs/default/result/443-safari.pcap.out +++ b/tests/cfgs/default/result/443-safari.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 41 19929 1 diff --git a/tests/cfgs/default/result/4in4tunnel.pcap.out b/tests/cfgs/default/result/4in4tunnel.pcap.out index 244a826c9..e7c7c577e 100644 --- a/tests/cfgs/default/result/4in4tunnel.pcap.out +++ b/tests/cfgs/default/result/4in4tunnel.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 5 850 1 diff --git a/tests/cfgs/default/result/4in6tunnel.pcap.out b/tests/cfgs/default/result/4in6tunnel.pcap.out index 8536bba7b..882d7d263 100644 --- a/tests/cfgs/default/result/4in6tunnel.pcap.out +++ b/tests/cfgs/default/result/4in6tunnel.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Microsoft365 4 2188 1 diff --git a/tests/cfgs/default/result/6in4tunnel.pcap.out b/tests/cfgs/default/result/6in4tunnel.pcap.out index 4e6e9a860..7154fb66e 100644 --- a/tests/cfgs/default/result/6in4tunnel.pcap.out +++ b/tests/cfgs/default/result/6in4tunnel.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 4 800 2 HTTP 10 1792 1 diff --git a/tests/cfgs/default/result/6in6tunnel.pcap.out b/tests/cfgs/default/result/6in6tunnel.pcap.out index 172847f6d..562815c65 100644 --- a/tests/cfgs/default/result/6in6tunnel.pcap.out +++ b/tests/cfgs/default/result/6in6tunnel.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 2 212 1 diff --git a/tests/cfgs/default/result/BGP_Cisco_hdlc_slarp.pcap.out b/tests/cfgs/default/result/BGP_Cisco_hdlc_slarp.pcap.out index 43baaf9b5..c92a71949 100644 --- a/tests/cfgs/default/result/BGP_Cisco_hdlc_slarp.pcap.out +++ b/tests/cfgs/default/result/BGP_Cisco_hdlc_slarp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BGP 14 969 1 diff --git a/tests/cfgs/default/result/BGP_redist.pcap.out b/tests/cfgs/default/result/BGP_redist.pcap.out index 41d91f007..32ffd6293 100644 --- a/tests/cfgs/default/result/BGP_redist.pcap.out +++ b/tests/cfgs/default/result/BGP_redist.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BGP 2 322 2 diff --git a/tests/cfgs/default/result/EAQ.pcap.out b/tests/cfgs/default/result/EAQ.pcap.out index a867496d6..662b4ff70 100644 --- a/tests/cfgs/default/result/EAQ.pcap.out +++ b/tests/cfgs/default/result/EAQ.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 2/0 (search/found) Google 23 11743 2 EAQ 174 10092 29 diff --git a/tests/cfgs/default/result/FAX-Call-t38-CA-TDM-SIP-FB-1.pcap.out b/tests/cfgs/default/result/FAX-Call-t38-CA-TDM-SIP-FB-1.pcap.out index 7d8cfcaed..4c4661c30 100644 --- a/tests/cfgs/default/result/FAX-Call-t38-CA-TDM-SIP-FB-1.pcap.out +++ b/tests/cfgs/default/result/FAX-Call-t38-CA-TDM-SIP-FB-1.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTP 1330 182702 1 SIP 92 52851 3 diff --git a/tests/cfgs/default/result/IEC104.pcap.out b/tests/cfgs/default/result/IEC104.pcap.out index 3bd6d619e..1c7e77bda 100644 --- a/tests/cfgs/default/result/IEC104.pcap.out +++ b/tests/cfgs/default/result/IEC104.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IEC60870 15 1431 2 diff --git a/tests/cfgs/default/result/KakaoTalk_chat.pcap.out b/tests/cfgs/default/result/KakaoTalk_chat.pcap.out index e751d9c71..7e0d5e82e 100644 --- a/tests/cfgs/default/result/KakaoTalk_chat.pcap.out +++ b/tests/cfgs/default/result/KakaoTalk_chat.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 11/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 8/0 (search/found) Hash fp custom protos: 8/0 (search/found) +Hash url custom protos: 2/0 (search/found) DNS 36 3724 18 HTTP 15 840 2 diff --git a/tests/cfgs/default/result/KakaoTalk_talk.pcap.out b/tests/cfgs/default/result/KakaoTalk_talk.pcap.out index 4e00d894c..1ff2e3266 100644 --- a/tests/cfgs/default/result/KakaoTalk_talk.pcap.out +++ b/tests/cfgs/default/result/KakaoTalk_talk.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 2 197 1 HTTP 5 280 1 diff --git a/tests/cfgs/default/result/NTPv2.pcap.out b/tests/cfgs/default/result/NTPv2.pcap.out index dd5ea3547..49e2f46aa 100644 --- a/tests/cfgs/default/result/NTPv2.pcap.out +++ b/tests/cfgs/default/result/NTPv2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NTP 1 410 1 diff --git a/tests/cfgs/default/result/NTPv3.pcap.out b/tests/cfgs/default/result/NTPv3.pcap.out index 96da1e321..5d82b6ff2 100644 --- a/tests/cfgs/default/result/NTPv3.pcap.out +++ b/tests/cfgs/default/result/NTPv3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NTP 1 90 1 diff --git a/tests/cfgs/default/result/NTPv4.pcap.out b/tests/cfgs/default/result/NTPv4.pcap.out index b33729619..16d69cf53 100644 --- a/tests/cfgs/default/result/NTPv4.pcap.out +++ b/tests/cfgs/default/result/NTPv4.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NTP 1 90 1 diff --git a/tests/cfgs/default/result/Oscar.pcap.out b/tests/cfgs/default/result/Oscar.pcap.out index 367f37a81..1bd5c5d8e 100644 --- a/tests/cfgs/default/result/Oscar.pcap.out +++ b/tests/cfgs/default/result/Oscar.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 71 9386 1 diff --git a/tests/cfgs/default/result/TivoDVR.pcap.out b/tests/cfgs/default/result/TivoDVR.pcap.out index c3b06b6cb..973b40fc5 100644 --- a/tests/cfgs/default/result/TivoDVR.pcap.out +++ b/tests/cfgs/default/result/TivoDVR.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TiVoConnect 2 422 1 diff --git a/tests/cfgs/default/result/WebattackRCE.pcap.out b/tests/cfgs/default/result/WebattackRCE.pcap.out index 75f0ec10b..ce32357aa 100644 --- a/tests/cfgs/default/result/WebattackRCE.pcap.out +++ b/tests/cfgs/default/result/WebattackRCE.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 777/0 (search/found) HTTP 797 191003 797 diff --git a/tests/cfgs/default/result/WebattackSQLinj.pcap.out b/tests/cfgs/default/result/WebattackSQLinj.pcap.out index 851bb3fb5..90617b38a 100644 --- a/tests/cfgs/default/result/WebattackSQLinj.pcap.out +++ b/tests/cfgs/default/result/WebattackSQLinj.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 9/9 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 9/0 (search/found) HTTP 94 30008 9 diff --git a/tests/cfgs/default/result/WebattackXSS.pcap.out b/tests/cfgs/default/result/WebattackXSS.pcap.out index ff9ecc92e..65729582e 100644 --- a/tests/cfgs/default/result/WebattackXSS.pcap.out +++ b/tests/cfgs/default/result/WebattackXSS.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 661/661 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 22/0 (search/found) HTTP 9374 4721148 661 diff --git a/tests/cfgs/default/result/activision.pcap.out b/tests/cfgs/default/result/activision.pcap.out index df37e265f..e9ea34c85 100644 --- a/tests/cfgs/default/result/activision.pcap.out +++ b/tests/cfgs/default/result/activision.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Activision 60 3904 4 diff --git a/tests/cfgs/default/result/adult_content.pcap.out b/tests/cfgs/default/result/adult_content.pcap.out index 1777205ab..e13543778 100644 --- a/tests/cfgs/default/result/adult_content.pcap.out +++ b/tests/cfgs/default/result/adult_content.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) STUN 25 7972 1 diff --git a/tests/cfgs/default/result/afp.pcap.out b/tests/cfgs/default/result/afp.pcap.out index e5ec54fb9..a89da2a73 100644 --- a/tests/cfgs/default/result/afp.pcap.out +++ b/tests/cfgs/default/result/afp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AFP 16 1218 1 diff --git a/tests/cfgs/default/result/agora-sd-rtn.pcap.out b/tests/cfgs/default/result/agora-sd-rtn.pcap.out index 8e07bbdb4..8453a0192 100644 --- a/tests/cfgs/default/result/agora-sd-rtn.pcap.out +++ b/tests/cfgs/default/result/agora-sd-rtn.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SD-RTN 403 112365 26 diff --git a/tests/cfgs/default/result/ah.pcapng.out b/tests/cfgs/default/result/ah.pcapng.out index e9e576cca..dfa2d038f 100644 --- a/tests/cfgs/default/result/ah.pcapng.out +++ b/tests/cfgs/default/result/ah.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IPSec 4 1492 1 AH 2 276 1 diff --git a/tests/cfgs/default/result/ajp.pcap.out b/tests/cfgs/default/result/ajp.pcap.out index 024829f1f..8ad3aa894 100644 --- a/tests/cfgs/default/result/ajp.pcap.out +++ b/tests/cfgs/default/result/ajp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AJP 26 4446 2 diff --git a/tests/cfgs/default/result/alexa-app.pcapng.out b/tests/cfgs/default/result/alexa-app.pcapng.out index 0d30db69d..1b0df42b0 100644 --- a/tests/cfgs/default/result/alexa-app.pcapng.out +++ b/tests/cfgs/default/result/alexa-app.pcapng.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 121/121 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 88/0 (search/found) Hash fp custom protos: 88/0 (search/found) +Hash url custom protos: 19/2 (search/found) DNS 62 6587 31 HTTP 9 548 1 diff --git a/tests/cfgs/default/result/alicloud.pcap.out b/tests/cfgs/default/result/alicloud.pcap.out index c39a581be..7bafad12b 100644 --- a/tests/cfgs/default/result/alicloud.pcap.out +++ b/tests/cfgs/default/result/alicloud.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 15/15 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AliCloud 225 22986 15 diff --git a/tests/cfgs/default/result/among_us.pcap.out b/tests/cfgs/default/result/among_us.pcap.out index 8d9f2cfd1..988dfbb81 100644 --- a/tests/cfgs/default/result/among_us.pcap.out +++ b/tests/cfgs/default/result/among_us.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AmongUs 1 57 1 diff --git a/tests/cfgs/default/result/amqp.pcap.out b/tests/cfgs/default/result/amqp.pcap.out index 61502e009..5db9a255a 100644 --- a/tests/cfgs/default/result/amqp.pcap.out +++ b/tests/cfgs/default/result/amqp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AMQP 160 23514 3 diff --git a/tests/cfgs/default/result/android.pcap.out b/tests/cfgs/default/result/android.pcap.out index b4191e8c6..248ff963f 100644 --- a/tests/cfgs/default/result/android.pcap.out +++ b/tests/cfgs/default/result/android.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 24/24 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 18/0 (search/found) Hash fp custom protos: 18/0 (search/found) +Hash url custom protos: 3/0 (search/found) DNS 42 3884 21 HTTP 3 214 1 diff --git a/tests/cfgs/default/result/anyconnect-vpn.pcap.out b/tests/cfgs/default/result/anyconnect-vpn.pcap.out index 98f5dc973..210dc72fe 100644 --- a/tests/cfgs/default/result/anyconnect-vpn.pcap.out +++ b/tests/cfgs/default/result/anyconnect-vpn.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 8/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 4/0 (search/found) Unknown 19 1054 2 DNS 42 5072 21 diff --git a/tests/cfgs/default/result/anydesk.pcapng.out b/tests/cfgs/default/result/anydesk.pcapng.out index 9e805e0f3..378422407 100644 --- a/tests/cfgs/default/result/anydesk.pcapng.out +++ b/tests/cfgs/default/result/anydesk.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 4/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 392 2 TLS 20 1717 1 diff --git a/tests/cfgs/default/result/armagetron.pcapng.out b/tests/cfgs/default/result/armagetron.pcapng.out index d17f42d8c..7f403f4f1 100644 --- a/tests/cfgs/default/result/armagetron.pcapng.out +++ b/tests/cfgs/default/result/armagetron.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Armagetron 305 35674 50 diff --git a/tests/cfgs/default/result/atg.pcap.out b/tests/cfgs/default/result/atg.pcap.out index 1dae66a41..a2e0b29c4 100644 --- a/tests/cfgs/default/result/atg.pcap.out +++ b/tests/cfgs/default/result/atg.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ATG 31 2976 2 diff --git a/tests/cfgs/default/result/avast.pcap.out b/tests/cfgs/default/result/avast.pcap.out index 801724d54..f49671112 100644 --- a/tests/cfgs/default/result/avast.pcap.out +++ b/tests/cfgs/default/result/avast.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 10/10 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AVAST 142 9433 10 diff --git a/tests/cfgs/default/result/avast_securedns.pcapng.out b/tests/cfgs/default/result/avast_securedns.pcapng.out index bf062329e..7a03e6202 100644 --- a/tests/cfgs/default/result/avast_securedns.pcapng.out +++ b/tests/cfgs/default/result/avast_securedns.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) AVASTSecureDNS 77 11443 39 diff --git a/tests/cfgs/default/result/bacnet.pcap.out b/tests/cfgs/default/result/bacnet.pcap.out index c738004f3..48de5dc7f 100644 --- a/tests/cfgs/default/result/bacnet.pcap.out +++ b/tests/cfgs/default/result/bacnet.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BACnet 23 1373 10 diff --git a/tests/cfgs/default/result/bad-dns-traffic.pcap.out b/tests/cfgs/default/result/bad-dns-traffic.pcap.out index 0feffa595..ab65f2cba 100644 --- a/tests/cfgs/default/result/bad-dns-traffic.pcap.out +++ b/tests/cfgs/default/result/bad-dns-traffic.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 382 99374 3 diff --git a/tests/cfgs/default/result/beckhoff_ads.pcapng.out b/tests/cfgs/default/result/beckhoff_ads.pcapng.out index 4be938c7b..0c273d87a 100644 --- a/tests/cfgs/default/result/beckhoff_ads.pcapng.out +++ b/tests/cfgs/default/result/beckhoff_ads.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BeckhoffADS 50 6032 1 diff --git a/tests/cfgs/default/result/bets.pcapng.out b/tests/cfgs/default/result/bets.pcapng.out index 7cd2a87f1..fa765b48f 100644 --- a/tests/cfgs/default/result/bets.pcapng.out +++ b/tests/cfgs/default/result/bets.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 33 9228 1 diff --git a/tests/cfgs/default/result/bfcp.pcapng.out b/tests/cfgs/default/result/bfcp.pcapng.out index 3f59649d3..290b978c6 100644 --- a/tests/cfgs/default/result/bfcp.pcapng.out +++ b/tests/cfgs/default/result/bfcp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BFCP 65 4458 3 diff --git a/tests/cfgs/default/result/bfd.pcap.out b/tests/cfgs/default/result/bfd.pcap.out index 79905e8ab..9f6859e72 100644 --- a/tests/cfgs/default/result/bfd.pcap.out +++ b/tests/cfgs/default/result/bfd.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BFD 11 698 4 diff --git a/tests/cfgs/default/result/bitcoin.pcap.out b/tests/cfgs/default/result/bitcoin.pcap.out index d3b36dd17..b1df22cc3 100644 --- a/tests/cfgs/default/result/bitcoin.pcap.out +++ b/tests/cfgs/default/result/bitcoin.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BITCOIN 529 426544 6 diff --git a/tests/cfgs/default/result/bittorrent.pcap.out b/tests/cfgs/default/result/bittorrent.pcap.out index f783f9ee5..580f990c7 100644 --- a/tests/cfgs/default/result/bittorrent.pcap.out +++ b/tests/cfgs/default/result/bittorrent.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 299 305728 24 diff --git a/tests/cfgs/default/result/bittorrent_tcp_miss.pcapng.out b/tests/cfgs/default/result/bittorrent_tcp_miss.pcapng.out index f13d95cac..888e69b8f 100644 --- a/tests/cfgs/default/result/bittorrent_tcp_miss.pcapng.out +++ b/tests/cfgs/default/result/bittorrent_tcp_miss.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 100 96898 1 diff --git a/tests/cfgs/default/result/bittorrent_utp.pcap.out b/tests/cfgs/default/result/bittorrent_utp.pcap.out index e3b39c18a..b0ddb3a77 100644 --- a/tests/cfgs/default/result/bittorrent_utp.pcap.out +++ b/tests/cfgs/default/result/bittorrent_utp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 92 41870 2 diff --git a/tests/cfgs/default/result/bjnp.pcap.out b/tests/cfgs/default/result/bjnp.pcap.out index f2c2fe818..e2ec2680d 100644 --- a/tests/cfgs/default/result/bjnp.pcap.out +++ b/tests/cfgs/default/result/bjnp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BJNP 10 460 10 diff --git a/tests/cfgs/default/result/blizzard.pcap.out b/tests/cfgs/default/result/blizzard.pcap.out index ecb8636de..6b1e3df65 100644 --- a/tests/cfgs/default/result/blizzard.pcap.out +++ b/tests/cfgs/default/result/blizzard.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 5/5 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WorldOfWarcraft 31 12551 1 Blizzard 175 66112 8 diff --git a/tests/cfgs/default/result/bot.pcap.out b/tests/cfgs/default/result/bot.pcap.out index 7ffaab13a..db7fb465e 100644 --- a/tests/cfgs/default/result/bot.pcap.out +++ b/tests/cfgs/default/result/bot.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 402 431124 1 diff --git a/tests/cfgs/default/result/bt-dns.pcap.out b/tests/cfgs/default/result/bt-dns.pcap.out index d37685f3b..11f20b6a4 100644 --- a/tests/cfgs/default/result/bt-dns.pcap.out +++ b/tests/cfgs/default/result/bt-dns.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 160 1 diff --git a/tests/cfgs/default/result/bt-http.pcapng.out b/tests/cfgs/default/result/bt-http.pcapng.out index c095c0d6f..ab86cd034 100644 --- a/tests/cfgs/default/result/bt-http.pcapng.out +++ b/tests/cfgs/default/result/bt-http.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) BitTorrent 14 1492 1 diff --git a/tests/cfgs/default/result/bt_search.pcap.out b/tests/cfgs/default/result/bt_search.pcap.out index fe3b6ead2..1a16049d9 100644 --- a/tests/cfgs/default/result/bt_search.pcap.out +++ b/tests/cfgs/default/result/bt_search.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 2 322 1 diff --git a/tests/cfgs/default/result/c1222.pcapng.out b/tests/cfgs/default/result/c1222.pcapng.out index 941068aef..f4663c19b 100644 --- a/tests/cfgs/default/result/c1222.pcapng.out +++ b/tests/cfgs/default/result/c1222.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ANSI_C1222 4 571 2 diff --git a/tests/cfgs/default/result/cachefly.pcapng.out b/tests/cfgs/default/result/cachefly.pcapng.out index 89150dfe6..47c89da2e 100644 --- a/tests/cfgs/default/result/cachefly.pcapng.out +++ b/tests/cfgs/default/result/cachefly.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cachefly 6 6163 1 diff --git a/tests/cfgs/default/result/can.pcap.out b/tests/cfgs/default/result/can.pcap.out index 1e07f77e6..0bc6f4d87 100644 --- a/tests/cfgs/default/result/can.pcap.out +++ b/tests/cfgs/default/result/can.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Controller_Area_Network 8 696 8 diff --git a/tests/cfgs/default/result/capwap.pcap.out b/tests/cfgs/default/result/capwap.pcap.out index fbdac044c..9fc92a776 100644 --- a/tests/cfgs/default/result/capwap.pcap.out +++ b/tests/cfgs/default/result/capwap.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 166 1 DHCP 5 2090 1 diff --git a/tests/cfgs/default/result/capwap_data.pcapng.out b/tests/cfgs/default/result/capwap_data.pcapng.out index 5ed26e729..8b4e9610a 100644 --- a/tests/cfgs/default/result/capwap_data.pcapng.out +++ b/tests/cfgs/default/result/capwap_data.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleServices 14 2624 3 diff --git a/tests/cfgs/default/result/cassandra.pcap.out b/tests/cfgs/default/result/cassandra.pcap.out index c40f4de52..b71b50ddd 100644 --- a/tests/cfgs/default/result/cassandra.pcap.out +++ b/tests/cfgs/default/result/cassandra.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cassandra 20 1700 3 diff --git a/tests/cfgs/default/result/ceph.pcap.out b/tests/cfgs/default/result/ceph.pcap.out index 75582d10b..e6bf38007 100644 --- a/tests/cfgs/default/result/ceph.pcap.out +++ b/tests/cfgs/default/result/ceph.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Ceph 39 13379 1 diff --git a/tests/cfgs/default/result/check_mk_new.pcap.out b/tests/cfgs/default/result/check_mk_new.pcap.out index 1a0d7344b..2f29fa392 100644 --- a/tests/cfgs/default/result/check_mk_new.pcap.out +++ b/tests/cfgs/default/result/check_mk_new.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CHECKMK 98 20242 1 diff --git a/tests/cfgs/default/result/chrome.pcap.out b/tests/cfgs/default/result/chrome.pcap.out index 61c9a011e..53b2ecae6 100644 --- a/tests/cfgs/default/result/chrome.pcap.out +++ b/tests/cfgs/default/result/chrome.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 127 68131 6 diff --git a/tests/cfgs/default/result/cip_io.pcap.out b/tests/cfgs/default/result/cip_io.pcap.out index 859ed3fa5..ccaded301 100644 --- a/tests/cfgs/default/result/cip_io.pcap.out +++ b/tests/cfgs/default/result/cip_io.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CIP 4 296 1 diff --git a/tests/cfgs/default/result/citrix.pcap.out b/tests/cfgs/default/result/citrix.pcap.out index 10204c417..87097feb0 100644 --- a/tests/cfgs/default/result/citrix.pcap.out +++ b/tests/cfgs/default/result/citrix.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Citrix 100 11332 1 diff --git a/tests/cfgs/default/result/cloudflare-warp.pcap.out b/tests/cfgs/default/result/cloudflare-warp.pcap.out index 3357e8fa9..a54fcd0d1 100644 --- a/tests/cfgs/default/result/cloudflare-warp.pcap.out +++ b/tests/cfgs/default/result/cloudflare-warp.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) Jabber 11 890 1 TLS 5 294 2 diff --git a/tests/cfgs/default/result/cnp_ip.pcapng.out b/tests/cfgs/default/result/cnp_ip.pcapng.out index dab00967c..e6ebddafd 100644 --- a/tests/cfgs/default/result/cnp_ip.pcapng.out +++ b/tests/cfgs/default/result/cnp_ip.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CNP-IP 2 144 1 diff --git a/tests/cfgs/default/result/coap_mqtt.pcap.out b/tests/cfgs/default/result/coap_mqtt.pcap.out index ab7f89b4d..ec2377552 100644 --- a/tests/cfgs/default/result/coap_mqtt.pcap.out +++ b/tests/cfgs/default/result/coap_mqtt.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) COAP 19 1614 8 Dropbox 800 80676 4 diff --git a/tests/cfgs/default/result/codm.pcap.out b/tests/cfgs/default/result/codm.pcap.out index 9ab4c94e7..7cdc2fbeb 100644 --- a/tests/cfgs/default/result/codm.pcap.out +++ b/tests/cfgs/default/result/codm.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) CoD_Mobile 13 3590 3 diff --git a/tests/cfgs/default/result/collectd.pcap.out b/tests/cfgs/default/result/collectd.pcap.out index 0f11ba3e3..43c1b8879 100644 --- a/tests/cfgs/default/result/collectd.pcap.out +++ b/tests/cfgs/default/result/collectd.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) collectd 81 109386 8 diff --git a/tests/cfgs/default/result/conncheck.pcap.out b/tests/cfgs/default/result/conncheck.pcap.out index 790945989..ba5a4dc98 100644 --- a/tests/cfgs/default/result/conncheck.pcap.out +++ b/tests/cfgs/default/result/conncheck.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 9/9 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 9/1 (search/found) DNS 2 305 1 HTTP 10 2272 1 diff --git a/tests/cfgs/default/result/corba.pcap.out b/tests/cfgs/default/result/corba.pcap.out index 2b2b459f4..94c699d6d 100644 --- a/tests/cfgs/default/result/corba.pcap.out +++ b/tests/cfgs/default/result/corba.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Corba 28 26656 2 diff --git a/tests/cfgs/default/result/cpha.pcap.out b/tests/cfgs/default/result/cpha.pcap.out index 4f8af7e8e..1b8ec48fe 100644 --- a/tests/cfgs/default/result/cpha.pcap.out +++ b/tests/cfgs/default/result/cpha.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CPHA 1 96 1 diff --git a/tests/cfgs/default/result/crawler_false_positive.pcapng.out b/tests/cfgs/default/result/crawler_false_positive.pcapng.out index c26b504a4..4dfd7a9f1 100644 --- a/tests/cfgs/default/result/crawler_false_positive.pcapng.out +++ b/tests/cfgs/default/result/crawler_false_positive.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OCSP 12 1842 1 diff --git a/tests/cfgs/default/result/crossfire.pcapng.out b/tests/cfgs/default/result/crossfire.pcapng.out index d44938c21..0a2de1b4a 100644 --- a/tests/cfgs/default/result/crossfire.pcapng.out +++ b/tests/cfgs/default/result/crossfire.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Crossfire 32 31378 3 diff --git a/tests/cfgs/default/result/crynet.pcap.out b/tests/cfgs/default/result/crynet.pcap.out index 89e8eaa68..2ce7d949c 100644 --- a/tests/cfgs/default/result/crynet.pcap.out +++ b/tests/cfgs/default/result/crynet.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CryNetwork 235 26989 16 diff --git a/tests/cfgs/default/result/custom_breed_cat.pcap.out b/tests/cfgs/default/result/custom_breed_cat.pcap.out index 6e8c9a8eb..cb192687b 100644 --- a/tests/cfgs/default/result/custom_breed_cat.pcap.out +++ b/tests/cfgs/default/result/custom_breed_cat.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CustomProtocolJ 1 94 1 CustomProtocolK 1 94 1 diff --git a/tests/cfgs/default/result/custom_categories.pcapng.out b/tests/cfgs/default/result/custom_categories.pcapng.out index c9b16622a..d52564909 100644 --- a/tests/cfgs/default/result/custom_categories.pcapng.out +++ b/tests/cfgs/default/result/custom_categories.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSH 84 14188 2 ESP 1 346 1 diff --git a/tests/cfgs/default/result/custom_fingerprint.pcap.out b/tests/cfgs/default/result/custom_fingerprint.pcap.out index 4c7732dac..f7235b809 100644 --- a/tests/cfgs/default/result/custom_fingerprint.pcap.out +++ b/tests/cfgs/default/result/custom_fingerprint.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/1 (search/found) +Hash url custom protos: 0/0 (search/found) CustomnDPIFPProto2 22 8476 1 diff --git a/tests/cfgs/default/result/custom_risk_mask.pcapng.out b/tests/cfgs/default/result/custom_risk_mask.pcapng.out index 5e59c5a7e..970620cd6 100644 --- a/tests/cfgs/default/result/custom_risk_mask.pcapng.out +++ b/tests/cfgs/default/result/custom_risk_mask.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) LLMNR 2 184 2 diff --git a/tests/cfgs/default/result/custom_rules_ip.pcapng.out b/tests/cfgs/default/result/custom_rules_ip.pcapng.out index 8708d5361..707daf1c5 100644 --- a/tests/cfgs/default/result/custom_rules_ip.pcapng.out +++ b/tests/cfgs/default/result/custom_rules_ip.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) CustomProtocol 2 148 1 AmazonPrime 10 767 2 diff --git a/tests/cfgs/default/result/custom_rules_ipv6.pcapng.out b/tests/cfgs/default/result/custom_rules_ipv6.pcapng.out index 330f84a28..4c62bb1aa 100644 --- a/tests/cfgs/default/result/custom_rules_ipv6.pcapng.out +++ b/tests/cfgs/default/result/custom_rules_ipv6.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 318 1 CustomProtocolD 2 600 1 diff --git a/tests/cfgs/default/result/custom_rules_overwrite_domains.pcap.out b/tests/cfgs/default/result/custom_rules_overwrite_domains.pcap.out index 539a61f04..a751e4d9b 100644 --- a/tests/cfgs/default/result/custom_rules_overwrite_domains.pcap.out +++ b/tests/cfgs/default/result/custom_rules_overwrite_domains.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 34 14071 1 Apple 29 9493 2 diff --git a/tests/cfgs/default/result/custom_rules_same-ip_multiple_ports.pcapng.out b/tests/cfgs/default/result/custom_rules_same-ip_multiple_ports.pcapng.out index 95dbf36c0..732782834 100644 --- a/tests/cfgs/default/result/custom_rules_same-ip_multiple_ports.pcapng.out +++ b/tests/cfgs/default/result/custom_rules_same-ip_multiple_ports.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) CustomProtocolA 3 222 1 CustomProtocolB 2 148 1 diff --git a/tests/cfgs/default/result/dazn.pcapng.out b/tests/cfgs/default/result/dazn.pcapng.out index 2d7d8b9ac..8dd512a53 100644 --- a/tests/cfgs/default/result/dazn.pcapng.out +++ b/tests/cfgs/default/result/dazn.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) Dazn 12 6675 3 diff --git a/tests/cfgs/default/result/dcerpc.pcap.out b/tests/cfgs/default/result/dcerpc.pcap.out index 63195c1c1..8a63ae022 100644 --- a/tests/cfgs/default/result/dcerpc.pcap.out +++ b/tests/cfgs/default/result/dcerpc.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PROFINET_IO 16 6866 4 diff --git a/tests/cfgs/default/result/dhcp-fuzz.pcapng.out b/tests/cfgs/default/result/dhcp-fuzz.pcapng.out index 375ec8e75..0e64133ef 100644 --- a/tests/cfgs/default/result/dhcp-fuzz.pcapng.out +++ b/tests/cfgs/default/result/dhcp-fuzz.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DHCP 1 342 1 diff --git a/tests/cfgs/default/result/diameter.pcap.out b/tests/cfgs/default/result/diameter.pcap.out index 713498b63..7c08e06fb 100644 --- a/tests/cfgs/default/result/diameter.pcap.out +++ b/tests/cfgs/default/result/diameter.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Diameter 6 1980 1 diff --git a/tests/cfgs/default/result/dicom.pcap.out b/tests/cfgs/default/result/dicom.pcap.out index e72419fd5..ec5bd2fad 100644 --- a/tests/cfgs/default/result/dicom.pcap.out +++ b/tests/cfgs/default/result/dicom.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DICOM 6 34720 4 diff --git a/tests/cfgs/default/result/dingtalk.pcap.out b/tests/cfgs/default/result/dingtalk.pcap.out index 2c858a3e2..74883eab5 100644 --- a/tests/cfgs/default/result/dingtalk.pcap.out +++ b/tests/cfgs/default/result/dingtalk.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DingTalk 16 4890 2 diff --git a/tests/cfgs/default/result/discord.pcap.out b/tests/cfgs/default/result/discord.pcap.out index f61212270..6280279c8 100644 --- a/tests/cfgs/default/result/discord.pcap.out +++ b/tests/cfgs/default/result/discord.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Discord 411 98410 34 diff --git a/tests/cfgs/default/result/discord_mid_flow.pcap.out b/tests/cfgs/default/result/discord_mid_flow.pcap.out index 286a11477..8d2fc7ba4 100644 --- a/tests/cfgs/default/result/discord_mid_flow.pcap.out +++ b/tests/cfgs/default/result/discord_mid_flow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Discord 40 4040 1 diff --git a/tests/cfgs/default/result/dlep.pcapng.out b/tests/cfgs/default/result/dlep.pcapng.out index c1f9cc72d..581070900 100644 --- a/tests/cfgs/default/result/dlep.pcapng.out +++ b/tests/cfgs/default/result/dlep.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DLEP 4 467 3 diff --git a/tests/cfgs/default/result/dlms.pcap.out b/tests/cfgs/default/result/dlms.pcap.out index 10d90de4b..d43aa14cb 100644 --- a/tests/cfgs/default/result/dlms.pcap.out +++ b/tests/cfgs/default/result/dlms.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IEC62056 27 4247 2 diff --git a/tests/cfgs/default/result/dlt_ppp.pcap.out b/tests/cfgs/default/result/dlt_ppp.pcap.out index 971b333cf..3841eca1b 100644 --- a/tests/cfgs/default/result/dlt_ppp.pcap.out +++ b/tests/cfgs/default/result/dlt_ppp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 1 1230 1 diff --git a/tests/cfgs/default/result/dnp3.pcap.out b/tests/cfgs/default/result/dnp3.pcap.out index 73f0d834b..a4de63964 100644 --- a/tests/cfgs/default/result/dnp3.pcap.out +++ b/tests/cfgs/default/result/dnp3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 8/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNP3 543 38754 8 diff --git a/tests/cfgs/default/result/dns-exf.pcap.out b/tests/cfgs/default/result/dns-exf.pcap.out index 58000a8be..ccbd378ac 100644 --- a/tests/cfgs/default/result/dns-exf.pcap.out +++ b/tests/cfgs/default/result/dns-exf.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 342 1 diff --git a/tests/cfgs/default/result/dns-google-nsid.pcapng.out b/tests/cfgs/default/result/dns-google-nsid.pcapng.out index 7208dd122..2bad0f9a3 100644 --- a/tests/cfgs/default/result/dns-google-nsid.pcapng.out +++ b/tests/cfgs/default/result/dns-google-nsid.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 14 2170 7 diff --git a/tests/cfgs/default/result/dns-invalid-chars.pcap.out b/tests/cfgs/default/result/dns-invalid-chars.pcap.out index f1f896e7a..d75eef9c4 100644 --- a/tests/cfgs/default/result/dns-invalid-chars.pcap.out +++ b/tests/cfgs/default/result/dns-invalid-chars.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 196 1 diff --git a/tests/cfgs/default/result/dns-tunnel-iodine.pcap.out b/tests/cfgs/default/result/dns-tunnel-iodine.pcap.out index 6fef71836..f0f16bbc9 100644 --- a/tests/cfgs/default/result/dns-tunnel-iodine.pcap.out +++ b/tests/cfgs/default/result/dns-tunnel-iodine.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 434 70252 1 diff --git a/tests/cfgs/default/result/dns.pcap.out b/tests/cfgs/default/result/dns.pcap.out index d2188bd04..749479ebf 100644 --- a/tests/cfgs/default/result/dns.pcap.out +++ b/tests/cfgs/default/result/dns.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 3182 3 MDNS 1 371 1 diff --git a/tests/cfgs/default/result/dns2.pcap.out b/tests/cfgs/default/result/dns2.pcap.out index fe663a179..99b47266c 100644 --- a/tests/cfgs/default/result/dns2.pcap.out +++ b/tests/cfgs/default/result/dns2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 405 1 diff --git a/tests/cfgs/default/result/dns2tcp_tunnel.pcap.out b/tests/cfgs/default/result/dns2tcp_tunnel.pcap.out index 691544bf6..edb445b1f 100644 --- a/tests/cfgs/default/result/dns2tcp_tunnel.pcap.out +++ b/tests/cfgs/default/result/dns2tcp_tunnel.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 50 8960 1 diff --git a/tests/cfgs/default/result/dns_ambiguous_names.pcap.out b/tests/cfgs/default/result/dns_ambiguous_names.pcap.out index 03525eab7..2136437dc 100644 --- a/tests/cfgs/default/result/dns_ambiguous_names.pcap.out +++ b/tests/cfgs/default/result/dns_ambiguous_names.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 20 2787 10 diff --git a/tests/cfgs/default/result/dns_doh.pcap.out b/tests/cfgs/default/result/dns_doh.pcap.out index bac7864e6..1e583af35 100644 --- a/tests/cfgs/default/result/dns_doh.pcap.out +++ b/tests/cfgs/default/result/dns_doh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DoH_DoT 142 20362 1 diff --git a/tests/cfgs/default/result/dns_dot.pcap.out b/tests/cfgs/default/result/dns_dot.pcap.out index ab3497ada..9a9865391 100644 --- a/tests/cfgs/default/result/dns_dot.pcap.out +++ b/tests/cfgs/default/result/dns_dot.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DoH_DoT 24 5869 1 diff --git a/tests/cfgs/default/result/dns_exfiltration.pcap.out b/tests/cfgs/default/result/dns_exfiltration.pcap.out index f22cbd813..4828007d7 100644 --- a/tests/cfgs/default/result/dns_exfiltration.pcap.out +++ b/tests/cfgs/default/result/dns_exfiltration.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 300 73545 1 diff --git a/tests/cfgs/default/result/dns_fragmented.pcap.out b/tests/cfgs/default/result/dns_fragmented.pcap.out index a6b5dac86..50b13fb5c 100644 --- a/tests/cfgs/default/result/dns_fragmented.pcap.out +++ b/tests/cfgs/default/result/dns_fragmented.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 59 21695 21 diff --git a/tests/cfgs/default/result/dns_invert_query.pcapng.out b/tests/cfgs/default/result/dns_invert_query.pcapng.out index 0cffdc355..25a58ddf1 100644 --- a/tests/cfgs/default/result/dns_invert_query.pcapng.out +++ b/tests/cfgs/default/result/dns_invert_query.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 134 1 diff --git a/tests/cfgs/default/result/dns_long_domainname.pcap.out b/tests/cfgs/default/result/dns_long_domainname.pcap.out index cbad2860d..223871aee 100644 --- a/tests/cfgs/default/result/dns_long_domainname.pcap.out +++ b/tests/cfgs/default/result/dns_long_domainname.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 262 1 diff --git a/tests/cfgs/default/result/dns_lots_of_answers.pcapng.out b/tests/cfgs/default/result/dns_lots_of_answers.pcapng.out index 2c2bafd22..1b4ca2ad4 100644 --- a/tests/cfgs/default/result/dns_lots_of_answers.pcapng.out +++ b/tests/cfgs/default/result/dns_lots_of_answers.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2200 2 diff --git a/tests/cfgs/default/result/dns_multiple_transactions_same_flow.pcap.out b/tests/cfgs/default/result/dns_multiple_transactions_same_flow.pcap.out index ae094e49a..2092f69fd 100644 --- a/tests/cfgs/default/result/dns_multiple_transactions_same_flow.pcap.out +++ b/tests/cfgs/default/result/dns_multiple_transactions_same_flow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 80 10969 1 diff --git a/tests/cfgs/default/result/dns_response_only.pcap.out b/tests/cfgs/default/result/dns_response_only.pcap.out index 666b93585..0b055d081 100644 --- a/tests/cfgs/default/result/dns_response_only.pcap.out +++ b/tests/cfgs/default/result/dns_response_only.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 1 104 1 diff --git a/tests/cfgs/default/result/dns_retransmissions.pcap.out b/tests/cfgs/default/result/dns_retransmissions.pcap.out index 60dd98c6b..1cd8f8f01 100644 --- a/tests/cfgs/default/result/dns_retransmissions.pcap.out +++ b/tests/cfgs/default/result/dns_retransmissions.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 450 1 diff --git a/tests/cfgs/default/result/dnscrypt-v1-and-resolver-pings.pcap.out b/tests/cfgs/default/result/dnscrypt-v1-and-resolver-pings.pcap.out index 53a997012..af1857806 100644 --- a/tests/cfgs/default/result/dnscrypt-v1-and-resolver-pings.pcap.out +++ b/tests/cfgs/default/result/dnscrypt-v1-and-resolver-pings.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNScrypt 488 309562 245 diff --git a/tests/cfgs/default/result/dnscrypt-v2-doh.pcap.out b/tests/cfgs/default/result/dnscrypt-v2-doh.pcap.out index 5cda64bc3..2f795843a 100644 --- a/tests/cfgs/default/result/dnscrypt-v2-doh.pcap.out +++ b/tests/cfgs/default/result/dnscrypt-v2-doh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 34/0 (search/found) Hash fp custom protos: 34/0 (search/found) +Hash url custom protos: 0/0 (search/found) DoH_DoT 577 216583 34 diff --git a/tests/cfgs/default/result/dnscrypt-v2.pcap.out b/tests/cfgs/default/result/dnscrypt-v2.pcap.out index 67983286b..ed079e73f 100644 --- a/tests/cfgs/default/result/dnscrypt-v2.pcap.out +++ b/tests/cfgs/default/result/dnscrypt-v2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNScrypt 6 4300 3 diff --git a/tests/cfgs/default/result/dnscrypt_skype_false_positive.pcapng.out b/tests/cfgs/default/result/dnscrypt_skype_false_positive.pcapng.out index ac3f655cd..06646136b 100644 --- a/tests/cfgs/default/result/dnscrypt_skype_false_positive.pcapng.out +++ b/tests/cfgs/default/result/dnscrypt_skype_false_positive.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNScrypt 6 2380 1 diff --git a/tests/cfgs/default/result/dofus.pcap.out b/tests/cfgs/default/result/dofus.pcap.out index d5ac077ab..3b41abdb4 100644 --- a/tests/cfgs/default/result/dofus.pcap.out +++ b/tests/cfgs/default/result/dofus.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 5/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) Dofus 73 27258 5 diff --git a/tests/cfgs/default/result/doh.pcapng.out b/tests/cfgs/default/result/doh.pcapng.out index 584cacf02..bc1ac99a5 100644 --- a/tests/cfgs/default/result/doh.pcapng.out +++ b/tests/cfgs/default/result/doh.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 120 14592 1 diff --git a/tests/cfgs/default/result/doq.pcapng.out b/tests/cfgs/default/result/doq.pcapng.out index d56132002..03483b0ee 100644 --- a/tests/cfgs/default/result/doq.pcapng.out +++ b/tests/cfgs/default/result/doq.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMPV6 6 1170 1 DoH_DoT 14 4788 1 diff --git a/tests/cfgs/default/result/doq_adguard.pcapng.out b/tests/cfgs/default/result/doq_adguard.pcapng.out index 4b6b9b8b6..efb8fe4dd 100644 --- a/tests/cfgs/default/result/doq_adguard.pcapng.out +++ b/tests/cfgs/default/result/doq_adguard.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DoH_DoT 296 44445 1 diff --git a/tests/cfgs/default/result/dos_win98_smb_netbeui.pcap.out b/tests/cfgs/default/result/dos_win98_smb_netbeui.pcap.out index 38eec835e..fd86b1692 100644 --- a/tests/cfgs/default/result/dos_win98_smb_netbeui.pcap.out +++ b/tests/cfgs/default/result/dos_win98_smb_netbeui.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NetBIOS 46 5060 2 SMBv1 15 3447 1 diff --git a/tests/cfgs/default/result/dotenv.pcap.out b/tests/cfgs/default/result/dotenv.pcap.out index 76919df24..6595f00a9 100644 --- a/tests/cfgs/default/result/dotenv.pcap.out +++ b/tests/cfgs/default/result/dotenv.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 10 993 1 diff --git a/tests/cfgs/default/result/drda_db2.pcap.out b/tests/cfgs/default/result/drda_db2.pcap.out index f93729c5f..626786dba 100644 --- a/tests/cfgs/default/result/drda_db2.pcap.out +++ b/tests/cfgs/default/result/drda_db2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DRDA 38 6691 1 diff --git a/tests/cfgs/default/result/dropbox.pcap.out b/tests/cfgs/default/result/dropbox.pcap.out index 484cc951b..a63c2b236 100644 --- a/tests/cfgs/default/result/dropbox.pcap.out +++ b/tests/cfgs/default/result/dropbox.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 24 4522 5 Dropbox 824 86010 10 diff --git a/tests/cfgs/default/result/dtls.pcap.out b/tests/cfgs/default/result/dtls.pcap.out index 19c72eb0f..17af72266 100644 --- a/tests/cfgs/default/result/dtls.pcap.out +++ b/tests/cfgs/default/result/dtls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 24 8508 3 diff --git a/tests/cfgs/default/result/dtls2.pcap.out b/tests/cfgs/default/result/dtls2.pcap.out index 2f0149d41..447065cfa 100644 --- a/tests/cfgs/default/result/dtls2.pcap.out +++ b/tests/cfgs/default/result/dtls2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) RockstarGames 30 4991 1 diff --git a/tests/cfgs/default/result/dtls_certificate.pcapng.out b/tests/cfgs/default/result/dtls_certificate.pcapng.out index dcec07167..94740dca7 100644 --- a/tests/cfgs/default/result/dtls_certificate.pcapng.out +++ b/tests/cfgs/default/result/dtls_certificate.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WindowsUpdate 1 1486 1 diff --git a/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out b/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out index 267d8cb97..bcf53db06 100644 --- a/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out +++ b/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 20 5978 1 Discord 6 4215 1 diff --git a/tests/cfgs/default/result/dtls_mid_sessions.pcapng.out b/tests/cfgs/default/result/dtls_mid_sessions.pcapng.out index 62e6b893e..9f88859c7 100644 --- a/tests/cfgs/default/result/dtls_mid_sessions.pcapng.out +++ b/tests/cfgs/default/result/dtls_mid_sessions.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 91 37868 4 diff --git a/tests/cfgs/default/result/dtls_old_version.pcapng.out b/tests/cfgs/default/result/dtls_old_version.pcapng.out index fe7bdddb0..380b24813 100644 --- a/tests/cfgs/default/result/dtls_old_version.pcapng.out +++ b/tests/cfgs/default/result/dtls_old_version.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 7 994 1 diff --git a/tests/cfgs/default/result/dtls_session_id_and_coockie_both.pcap.out b/tests/cfgs/default/result/dtls_session_id_and_coockie_both.pcap.out index 092b18521..1c8daadcb 100644 --- a/tests/cfgs/default/result/dtls_session_id_and_coockie_both.pcap.out +++ b/tests/cfgs/default/result/dtls_session_id_and_coockie_both.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 4 604 1 diff --git a/tests/cfgs/default/result/easyweather.pcap.out b/tests/cfgs/default/result/easyweather.pcap.out index b72a6966d..d07b25648 100644 --- a/tests/cfgs/default/result/easyweather.pcap.out +++ b/tests/cfgs/default/result/easyweather.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) EasyWeather 12 1056 1 diff --git a/tests/cfgs/default/result/edonkey.pcap.out b/tests/cfgs/default/result/edonkey.pcap.out index e7895767d..709d79e75 100644 --- a/tests/cfgs/default/result/edonkey.pcap.out +++ b/tests/cfgs/default/result/edonkey.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) eDonkey 17 2016 1 diff --git a/tests/cfgs/default/result/egd.pcapng.out b/tests/cfgs/default/result/egd.pcapng.out index 63d40fc58..c6caec95e 100644 --- a/tests/cfgs/default/result/egd.pcapng.out +++ b/tests/cfgs/default/result/egd.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) EthernetGlobalData 5 505 1 diff --git a/tests/cfgs/default/result/elasticsearch.pcap.out b/tests/cfgs/default/result/elasticsearch.pcap.out index 6f9464399..98ce54d35 100644 --- a/tests/cfgs/default/result/elasticsearch.pcap.out +++ b/tests/cfgs/default/result/elasticsearch.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Elasticsearch 47 12739 7 diff --git a/tests/cfgs/default/result/elf.pcap.out b/tests/cfgs/default/result/elf.pcap.out index 02035a289..48983bebb 100644 --- a/tests/cfgs/default/result/elf.pcap.out +++ b/tests/cfgs/default/result/elf.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 12 62824 2 diff --git a/tests/cfgs/default/result/emotet.pcap.out b/tests/cfgs/default/result/emotet.pcap.out index acdf69c4a..a79d6aba6 100644 --- a/tests/cfgs/default/result/emotet.pcap.out +++ b/tests/cfgs/default/result/emotet.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 3/0 (search/found) SMTP 50 18605 1 HTTP 87 70544 3 diff --git a/tests/cfgs/default/result/encrypted_sni.pcap.out b/tests/cfgs/default/result/encrypted_sni.pcap.out index ff8e4375c..f82275103 100644 --- a/tests/cfgs/default/result/encrypted_sni.pcap.out +++ b/tests/cfgs/default/result/encrypted_sni.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 3 2310 3 diff --git a/tests/cfgs/default/result/epicgames.pcapng.out b/tests/cfgs/default/result/epicgames.pcapng.out index 689141c59..4b61329e5 100644 --- a/tests/cfgs/default/result/epicgames.pcapng.out +++ b/tests/cfgs/default/result/epicgames.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) EpicGames 81 11186 4 diff --git a/tests/cfgs/default/result/esp.pcapng.out b/tests/cfgs/default/result/esp.pcapng.out index 63ba90900..19ff344d6 100644 --- a/tests/cfgs/default/result/esp.pcapng.out +++ b/tests/cfgs/default/result/esp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IPSec 4 1524 1 ESP 2 332 1 diff --git a/tests/cfgs/default/result/ethereum.pcap.out b/tests/cfgs/default/result/ethereum.pcap.out index a75175e27..3f840720e 100644 --- a/tests/cfgs/default/result/ethereum.pcap.out +++ b/tests/cfgs/default/result/ethereum.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 56/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ETHEREUM 2000 216111 74 diff --git a/tests/cfgs/default/result/ethernetIP.pcap.out b/tests/cfgs/default/result/ethernetIP.pcap.out index 522ebcbd4..b45e697ee 100644 --- a/tests/cfgs/default/result/ethernetIP.pcap.out +++ b/tests/cfgs/default/result/ethernetIP.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) EthernetIP 100 17384 4 diff --git a/tests/cfgs/default/result/ethersbus.pcap.out b/tests/cfgs/default/result/ethersbus.pcap.out index 5669b481c..8180ca2cb 100644 --- a/tests/cfgs/default/result/ethersbus.pcap.out +++ b/tests/cfgs/default/result/ethersbus.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Ether-S-Bus 20 1260 1 diff --git a/tests/cfgs/default/result/ethersio.pcap.out b/tests/cfgs/default/result/ethersio.pcap.out index 3330f41a0..5662a6ac7 100644 --- a/tests/cfgs/default/result/ethersio.pcap.out +++ b/tests/cfgs/default/result/ethersio.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) EtherSIO 36 3226 1 diff --git a/tests/cfgs/default/result/exe_download.pcap.out b/tests/cfgs/default/result/exe_download.pcap.out index 45d9f2d10..776b57ed1 100644 --- a/tests/cfgs/default/result/exe_download.pcap.out +++ b/tests/cfgs/default/result/exe_download.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 20 14869 1 diff --git a/tests/cfgs/default/result/exe_download_as_png.pcap.out b/tests/cfgs/default/result/exe_download_as_png.pcap.out index 20555e73e..83b0e7f9d 100644 --- a/tests/cfgs/default/result/exe_download_as_png.pcap.out +++ b/tests/cfgs/default/result/exe_download_as_png.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 100 94225 1 diff --git a/tests/cfgs/default/result/facebook.pcap.out b/tests/cfgs/default/result/facebook.pcap.out index 48d14653f..c2a649283 100644 --- a/tests/cfgs/default/result/facebook.pcap.out +++ b/tests/cfgs/default/result/facebook.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Facebook 60 30511 2 diff --git a/tests/cfgs/default/result/false_positives.pcapng.out b/tests/cfgs/default/result/false_positives.pcapng.out index 28ccbfdaf..d1c87cff3 100644 --- a/tests/cfgs/default/result/false_positives.pcapng.out +++ b/tests/cfgs/default/result/false_positives.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 1/0 (search/found) Unknown 6 460 1 SMTP 33 20130 1 diff --git a/tests/cfgs/default/result/false_positives2.pcapng.out b/tests/cfgs/default/result/false_positives2.pcapng.out index 109356035..62133d058 100644 --- a/tests/cfgs/default/result/false_positives2.pcapng.out +++ b/tests/cfgs/default/result/false_positives2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 82 58035 3 diff --git a/tests/cfgs/default/result/fastcgi.pcap.out b/tests/cfgs/default/result/fastcgi.pcap.out index e99c35dc8..ebc394704 100644 --- a/tests/cfgs/default/result/fastcgi.pcap.out +++ b/tests/cfgs/default/result/fastcgi.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FastCGI 102 72243 1 diff --git a/tests/cfgs/default/result/fins.pcap.out b/tests/cfgs/default/result/fins.pcap.out index eaea10c16..9ea69c593 100644 --- a/tests/cfgs/default/result/fins.pcap.out +++ b/tests/cfgs/default/result/fins.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FINS 257 17841 3 diff --git a/tests/cfgs/default/result/firefox.pcap.out b/tests/cfgs/default/result/firefox.pcap.out index 38e01e7c1..8e7640af4 100644 --- a/tests/cfgs/default/result/firefox.pcap.out +++ b/tests/cfgs/default/result/firefox.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 129 60233 6 diff --git a/tests/cfgs/default/result/fix.pcap.out b/tests/cfgs/default/result/fix.pcap.out index a8be3f311..ac72f04b3 100644 --- a/tests/cfgs/default/result/fix.pcap.out +++ b/tests/cfgs/default/result/fix.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FIX 1261 115514 12 diff --git a/tests/cfgs/default/result/fix2.pcap.out b/tests/cfgs/default/result/fix2.pcap.out index 45d2a219b..72122537f 100644 --- a/tests/cfgs/default/result/fix2.pcap.out +++ b/tests/cfgs/default/result/fix2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FIX 3046 246540 2 diff --git a/tests/cfgs/default/result/flow_risk_lists.pcapng.out b/tests/cfgs/default/result/flow_risk_lists.pcapng.out index 735f16220..21a8f2aa2 100644 --- a/tests/cfgs/default/result/flow_risk_lists.pcapng.out +++ b/tests/cfgs/default/result/flow_risk_lists.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 1 74 1 TLS 1 94 1 diff --git a/tests/cfgs/default/result/flute.pcapng.out b/tests/cfgs/default/result/flute.pcapng.out index a4c6d95dc..3bcf707b1 100644 --- a/tests/cfgs/default/result/flute.pcapng.out +++ b/tests/cfgs/default/result/flute.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FLUTE 4 1347 1 diff --git a/tests/cfgs/default/result/forticlient.pcap.out b/tests/cfgs/default/result/forticlient.pcap.out index 7f2b488c7..1a6bbebbd 100644 --- a/tests/cfgs/default/result/forticlient.pcap.out +++ b/tests/cfgs/default/result/forticlient.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 5/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 5/0 (search/found) +Hash url custom protos: 0/0 (search/found) FortiClient 2000 430931 5 diff --git a/tests/cfgs/default/result/ftp-start-tls.pcap.out b/tests/cfgs/default/result/ftp-start-tls.pcap.out index d268c9ec2..a91f3a913 100644 --- a/tests/cfgs/default/result/ftp-start-tls.pcap.out +++ b/tests/cfgs/default/result/ftp-start-tls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Huawei 51 7510 1 diff --git a/tests/cfgs/default/result/ftp.pcap.out b/tests/cfgs/default/result/ftp.pcap.out index fa0099ea4..5a7b594a7 100644 --- a/tests/cfgs/default/result/ftp.pcap.out +++ b/tests/cfgs/default/result/ftp.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 132 118184 1 FTP_CONTROL 68 5571 1 diff --git a/tests/cfgs/default/result/ftp_failed.pcap.out b/tests/cfgs/default/result/ftp_failed.pcap.out index 6c7d5a30b..887f842af 100644 --- a/tests/cfgs/default/result/ftp_failed.pcap.out +++ b/tests/cfgs/default/result/ftp_failed.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) FTP_CONTROL 18 1700 1 diff --git a/tests/cfgs/default/result/fuzz-2006-06-26-2594.pcap.out b/tests/cfgs/default/result/fuzz-2006-06-26-2594.pcap.out index 4c28948ef..b19a89ffd 100644 --- a/tests/cfgs/default/result/fuzz-2006-06-26-2594.pcap.out +++ b/tests/cfgs/default/result/fuzz-2006-06-26-2594.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 5/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 33 4066 33 FTP_CONTROL 36 2569 12 diff --git a/tests/cfgs/default/result/fuzz-2006-09-29-28586.pcap.out b/tests/cfgs/default/result/fuzz-2006-09-29-28586.pcap.out index 0ea35517a..9db415d9f 100644 --- a/tests/cfgs/default/result/fuzz-2006-09-29-28586.pcap.out +++ b/tests/cfgs/default/result/fuzz-2006-09-29-28586.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 8/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 4/0 (search/found) Unknown 3 655 3 HTTP 114 28288 36 diff --git a/tests/cfgs/default/result/fuzz-2020-02-16-11740.pcap.out b/tests/cfgs/default/result/fuzz-2020-02-16-11740.pcap.out index b2968c004..71d9d11fc 100644 --- a/tests/cfgs/default/result/fuzz-2020-02-16-11740.pcap.out +++ b/tests/cfgs/default/result/fuzz-2020-02-16-11740.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 19 6603 19 VRRP 1 725 1 diff --git a/tests/cfgs/default/result/fuzz-2021-10-13.pcap.out b/tests/cfgs/default/result/fuzz-2021-10-13.pcap.out index 288c65538..355c9c6cc 100644 --- a/tests/cfgs/default/result/fuzz-2021-10-13.pcap.out +++ b/tests/cfgs/default/result/fuzz-2021-10-13.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 197 1 diff --git a/tests/cfgs/default/result/gaijin_mobile_mixed.pcap.out b/tests/cfgs/default/result/gaijin_mobile_mixed.pcap.out index b493c28e5..3177efe6e 100644 --- a/tests/cfgs/default/result/gaijin_mobile_mixed.pcap.out +++ b/tests/cfgs/default/result/gaijin_mobile_mixed.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GaijinEntertainment 18 10554 3 diff --git a/tests/cfgs/default/result/gaijin_warthunder.pcap.out b/tests/cfgs/default/result/gaijin_warthunder.pcap.out index 8c1dd582e..6ca705c94 100644 --- a/tests/cfgs/default/result/gaijin_warthunder.pcap.out +++ b/tests/cfgs/default/result/gaijin_warthunder.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GaijinEntertainment 10 1373 2 diff --git a/tests/cfgs/default/result/gearman.pcap.out b/tests/cfgs/default/result/gearman.pcap.out index e627af892..c6bf406b5 100644 --- a/tests/cfgs/default/result/gearman.pcap.out +++ b/tests/cfgs/default/result/gearman.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Gearman 8 494 1 diff --git a/tests/cfgs/default/result/gearup_booster.pcap.out b/tests/cfgs/default/result/gearup_booster.pcap.out index 68385f036..a09c1210d 100644 --- a/tests/cfgs/default/result/gearup_booster.pcap.out +++ b/tests/cfgs/default/result/gearup_booster.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 5/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 5/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 6 3109 1 GearUP_Booster 418 38397 191 diff --git a/tests/cfgs/default/result/geforcenow.pcapng.out b/tests/cfgs/default/result/geforcenow.pcapng.out index f56324f42..78710a330 100644 --- a/tests/cfgs/default/result/geforcenow.pcapng.out +++ b/tests/cfgs/default/result/geforcenow.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GeForceNow 108 69000 2 diff --git a/tests/cfgs/default/result/genshin-impact.pcap.out b/tests/cfgs/default/result/genshin-impact.pcap.out index d76cca432..6fd1b4c0e 100644 --- a/tests/cfgs/default/result/genshin-impact.pcap.out +++ b/tests/cfgs/default/result/genshin-impact.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GenshinImpact 90 18405 6 diff --git a/tests/cfgs/default/result/git.pcap.out b/tests/cfgs/default/result/git.pcap.out index 7521a242c..45c301b76 100644 --- a/tests/cfgs/default/result/git.pcap.out +++ b/tests/cfgs/default/result/git.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Git 90 74005 1 diff --git a/tests/cfgs/default/result/glbp.pcapng.out b/tests/cfgs/default/result/glbp.pcapng.out index c6cd10bb7..b8a5af9b2 100644 --- a/tests/cfgs/default/result/glbp.pcapng.out +++ b/tests/cfgs/default/result/glbp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GLBP 4 312 3 diff --git a/tests/cfgs/default/result/gnutella.pcap.out b/tests/cfgs/default/result/gnutella.pcap.out index 196af209b..39f2a4349 100644 --- a/tests/cfgs/default/result/gnutella.pcap.out +++ b/tests/cfgs/default/result/gnutella.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 137/137 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 3/0 (search/found) Unknown 298 19232 86 MDNS 18 1632 2 diff --git a/tests/cfgs/default/result/google_chat.pcapng.out b/tests/cfgs/default/result/google_chat.pcapng.out index 88c4dd8ea..a9ea4a789 100644 --- a/tests/cfgs/default/result/google_chat.pcapng.out +++ b/tests/cfgs/default/result/google_chat.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleChat 6 3875 1 diff --git a/tests/cfgs/default/result/google_meet.pcapng.out b/tests/cfgs/default/result/google_meet.pcapng.out index 1098d4c18..ca003ad89 100644 --- a/tests/cfgs/default/result/google_meet.pcapng.out +++ b/tests/cfgs/default/result/google_meet.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleMeet 12 8888 2 diff --git a/tests/cfgs/default/result/google_ssl.pcap.out b/tests/cfgs/default/result/google_ssl.pcap.out index ca60ec759..dbf1359db 100644 --- a/tests/cfgs/default/result/google_ssl.pcap.out +++ b/tests/cfgs/default/result/google_ssl.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 28 9108 1 diff --git a/tests/cfgs/default/result/googledns_android10.pcap.out b/tests/cfgs/default/result/googledns_android10.pcap.out index 2b02c2099..d4ea6c3fe 100644 --- a/tests/cfgs/default/result/googledns_android10.pcap.out +++ b/tests/cfgs/default/result/googledns_android10.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 5/5 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 5/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 4 392 1 DoH_DoT 528 132502 7 diff --git a/tests/cfgs/default/result/gquic.pcap.out b/tests/cfgs/default/result/gquic.pcap.out index 25efa59a5..2b5bcf4e2 100644 --- a/tests/cfgs/default/result/gquic.pcap.out +++ b/tests/cfgs/default/result/gquic.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 1 1392 1 diff --git a/tests/cfgs/default/result/gquic_only_from_server.pcap.out b/tests/cfgs/default/result/gquic_only_from_server.pcap.out index 9e6a2aca5..07c6cbc95 100644 --- a/tests/cfgs/default/result/gquic_only_from_server.pcap.out +++ b/tests/cfgs/default/result/gquic_only_from_server.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 30 39740 1 diff --git a/tests/cfgs/default/result/gre.pcapng.out b/tests/cfgs/default/result/gre.pcapng.out index 2d162e2d6..df1fec0bb 100644 --- a/tests/cfgs/default/result/gre.pcapng.out +++ b/tests/cfgs/default/result/gre.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SIP 1 384 1 diff --git a/tests/cfgs/default/result/gtp.pcap.out b/tests/cfgs/default/result/gtp.pcap.out index 19f274e1e..c6cff0e6b 100644 --- a/tests/cfgs/default/result/gtp.pcap.out +++ b/tests/cfgs/default/result/gtp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GTP_U 7 438 6 diff --git a/tests/cfgs/default/result/gtp_c.pcap.out b/tests/cfgs/default/result/gtp_c.pcap.out index 057b3b5b1..33230680c 100644 --- a/tests/cfgs/default/result/gtp_c.pcap.out +++ b/tests/cfgs/default/result/gtp_c.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GTP_C 4 684 1 diff --git a/tests/cfgs/default/result/gtp_false_positive.pcapng.out b/tests/cfgs/default/result/gtp_false_positive.pcapng.out index 68809894f..8afd017af 100644 --- a/tests/cfgs/default/result/gtp_false_positive.pcapng.out +++ b/tests/cfgs/default/result/gtp_false_positive.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 5 428 1 GTP 2 424 2 diff --git a/tests/cfgs/default/result/gtp_prime.pcapng.out b/tests/cfgs/default/result/gtp_prime.pcapng.out index c55191a9c..9b3537021 100644 --- a/tests/cfgs/default/result/gtp_prime.pcapng.out +++ b/tests/cfgs/default/result/gtp_prime.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GTP_PRIME 1 300 1 diff --git a/tests/cfgs/default/result/guildwars2.pcapng.out b/tests/cfgs/default/result/guildwars2.pcapng.out index 7e9b76c2e..5f955097c 100644 --- a/tests/cfgs/default/result/guildwars2.pcapng.out +++ b/tests/cfgs/default/result/guildwars2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GuildWars2 28 3895 1 diff --git a/tests/cfgs/default/result/h323-overflow.pcap.out b/tests/cfgs/default/result/h323-overflow.pcap.out index d3e4f606a..913deecc9 100644 --- a/tests/cfgs/default/result/h323-overflow.pcap.out +++ b/tests/cfgs/default/result/h323-overflow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HomeRouter 1 58 1 diff --git a/tests/cfgs/default/result/h323.pcap.out b/tests/cfgs/default/result/h323.pcap.out index 9149e229c..01d248a0d 100644 --- a/tests/cfgs/default/result/h323.pcap.out +++ b/tests/cfgs/default/result/h323.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) H323 75 7998 6 diff --git a/tests/cfgs/default/result/hamachi.pcapng.out b/tests/cfgs/default/result/hamachi.pcapng.out index 9b54f6523..6952f31fa 100644 --- a/tests/cfgs/default/result/hamachi.pcapng.out +++ b/tests/cfgs/default/result/hamachi.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Hamachi 18 2896 3 diff --git a/tests/cfgs/default/result/haproxy.pcap.out b/tests/cfgs/default/result/haproxy.pcap.out index 84c4dcbbe..442c55c99 100644 --- a/tests/cfgs/default/result/haproxy.pcap.out +++ b/tests/cfgs/default/result/haproxy.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HAProxy 1 375 1 diff --git a/tests/cfgs/default/result/hart_ip.pcap.out b/tests/cfgs/default/result/hart_ip.pcap.out index f8460c0b4..31912b9ec 100644 --- a/tests/cfgs/default/result/hart_ip.pcap.out +++ b/tests/cfgs/default/result/hart_ip.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HART-IP 65 4413 3 diff --git a/tests/cfgs/default/result/hcl_notes.pcapng.out b/tests/cfgs/default/result/hcl_notes.pcapng.out index 6b9b2b1fc..16e04240a 100644 --- a/tests/cfgs/default/result/hcl_notes.pcapng.out +++ b/tests/cfgs/default/result/hcl_notes.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HCL_Notes 7 1528 1 diff --git a/tests/cfgs/default/result/heuristic_tcp_ack_payload.pcap.out b/tests/cfgs/default/result/heuristic_tcp_ack_payload.pcap.out index 117b92174..d413ace9d 100644 --- a/tests/cfgs/default/result/heuristic_tcp_ack_payload.pcap.out +++ b/tests/cfgs/default/result/heuristic_tcp_ack_payload.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 5/0 (search/found) +Hash url custom protos: 1/0 (search/found) TLS 118 35410 3 Mozilla 78 40807 1 diff --git a/tests/cfgs/default/result/hislip.pcap.out b/tests/cfgs/default/result/hislip.pcap.out index 263bcd02a..a0b69afa6 100644 --- a/tests/cfgs/default/result/hislip.pcap.out +++ b/tests/cfgs/default/result/hislip.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HiSLIP 184 12204 4 diff --git a/tests/cfgs/default/result/hl7.pcap.out b/tests/cfgs/default/result/hl7.pcap.out index 290b52ea0..042bc789b 100644 --- a/tests/cfgs/default/result/hl7.pcap.out +++ b/tests/cfgs/default/result/hl7.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HL7 47 7319 3 diff --git a/tests/cfgs/default/result/hls.pcapng.out b/tests/cfgs/default/result/hls.pcapng.out index 962b80ff8..1f9a969c4 100644 --- a/tests/cfgs/default/result/hls.pcapng.out +++ b/tests/cfgs/default/result/hls.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HLS 13 1019 1 diff --git a/tests/cfgs/default/result/hots.pcapng.out b/tests/cfgs/default/result/hots.pcapng.out index ea7bb6288..276d8bf97 100644 --- a/tests/cfgs/default/result/hots.pcapng.out +++ b/tests/cfgs/default/result/hots.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Heroes_of_the_Storm 100 10145 3 diff --git a/tests/cfgs/default/result/hpvirtgrp.pcap.out b/tests/cfgs/default/result/hpvirtgrp.pcap.out index e005a4f94..e39fa4daa 100644 --- a/tests/cfgs/default/result/hpvirtgrp.pcap.out +++ b/tests/cfgs/default/result/hpvirtgrp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 9/9 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HP_VIRTGRP 135 12739 9 diff --git a/tests/cfgs/default/result/hsrp0.pcap.out b/tests/cfgs/default/result/hsrp0.pcap.out index e8bf60be4..8f77750ef 100644 --- a/tests/cfgs/default/result/hsrp0.pcap.out +++ b/tests/cfgs/default/result/hsrp0.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HSRP 4 264 4 diff --git a/tests/cfgs/default/result/hsrp2.pcap.out b/tests/cfgs/default/result/hsrp2.pcap.out index eb32c4f94..a1dbc442c 100644 --- a/tests/cfgs/default/result/hsrp2.pcap.out +++ b/tests/cfgs/default/result/hsrp2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HSRP 2 188 2 diff --git a/tests/cfgs/default/result/hsrp2_ipv6.pcapng.out b/tests/cfgs/default/result/hsrp2_ipv6.pcapng.out index c347bd8bf..c8c913922 100644 --- a/tests/cfgs/default/result/hsrp2_ipv6.pcapng.out +++ b/tests/cfgs/default/result/hsrp2_ipv6.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HSRP 36 4374 2 diff --git a/tests/cfgs/default/result/http-basic-auth.pcap.out b/tests/cfgs/default/result/http-basic-auth.pcap.out index 9ae39f72a..8d8e3346b 100644 --- a/tests/cfgs/default/result/http-basic-auth.pcap.out +++ b/tests/cfgs/default/result/http-basic-auth.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 25/25 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 16/0 (search/found) HTTP 688 353898 25 diff --git a/tests/cfgs/default/result/http-crash-content-disposition.pcap.out b/tests/cfgs/default/result/http-crash-content-disposition.pcap.out index 40dc5f32f..7fe034120 100644 --- a/tests/cfgs/default/result/http-crash-content-disposition.pcap.out +++ b/tests/cfgs/default/result/http-crash-content-disposition.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 9 3328 1 diff --git a/tests/cfgs/default/result/http-lines-split.pcap.out b/tests/cfgs/default/result/http-lines-split.pcap.out index 3ea386a77..57de9faf5 100644 --- a/tests/cfgs/default/result/http-lines-split.pcap.out +++ b/tests/cfgs/default/result/http-lines-split.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 14 2503 1 diff --git a/tests/cfgs/default/result/http-manipulated.pcap.out b/tests/cfgs/default/result/http-manipulated.pcap.out index 112ea48eb..f8db3f1f7 100644 --- a/tests/cfgs/default/result/http-manipulated.pcap.out +++ b/tests/cfgs/default/result/http-manipulated.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 2/0 (search/found) HTTP 40 45063 2 diff --git a/tests/cfgs/default/result/http-proxy.pcapng.out b/tests/cfgs/default/result/http-proxy.pcapng.out index df962cf93..05b025917 100644 --- a/tests/cfgs/default/result/http-proxy.pcapng.out +++ b/tests/cfgs/default/result/http-proxy.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP_Proxy 11 1652 1 diff --git a/tests/cfgs/default/result/http-pwd.pcapng.out b/tests/cfgs/default/result/http-pwd.pcapng.out index 140eb8638..be598249c 100644 --- a/tests/cfgs/default/result/http-pwd.pcapng.out +++ b/tests/cfgs/default/result/http-pwd.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) ntop 14 1805 1 diff --git a/tests/cfgs/default/result/http.pcapng.out b/tests/cfgs/default/result/http.pcapng.out index a33f8be01..e4d3c0748 100644 --- a/tests/cfgs/default/result/http.pcapng.out +++ b/tests/cfgs/default/result/http.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) Google 10 1278 1 diff --git a/tests/cfgs/default/result/http2.pcapng.out b/tests/cfgs/default/result/http2.pcapng.out index 8b73bdaa2..7b6864476 100644 --- a/tests/cfgs/default/result/http2.pcapng.out +++ b/tests/cfgs/default/result/http2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP2 10 1271 1 diff --git a/tests/cfgs/default/result/http_asymmetric.pcapng.out b/tests/cfgs/default/result/http_asymmetric.pcapng.out index 81233a161..0faf4aca7 100644 --- a/tests/cfgs/default/result/http_asymmetric.pcapng.out +++ b/tests/cfgs/default/result/http_asymmetric.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 3/0 (search/found) HTTP 23 9961 2 diff --git a/tests/cfgs/default/result/http_auth.pcap.out b/tests/cfgs/default/result/http_auth.pcap.out index 2439ece70..ae795fa6c 100644 --- a/tests/cfgs/default/result/http_auth.pcap.out +++ b/tests/cfgs/default/result/http_auth.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 33 20574 1 diff --git a/tests/cfgs/default/result/http_connect.pcap.out b/tests/cfgs/default/result/http_connect.pcap.out index 66116bf94..9c7effe9b 100644 --- a/tests/cfgs/default/result/http_connect.pcap.out +++ b/tests/cfgs/default/result/http_connect.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 2/0 (search/found) DNS 2 178 1 TLS 58 36496 1 diff --git a/tests/cfgs/default/result/http_guessed_host_and_guessed.pcapng.out b/tests/cfgs/default/result/http_guessed_host_and_guessed.pcapng.out index 5964e233c..e53e7b212 100644 --- a/tests/cfgs/default/result/http_guessed_host_and_guessed.pcapng.out +++ b/tests/cfgs/default/result/http_guessed_host_and_guessed.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) POP3 1 123 1 diff --git a/tests/cfgs/default/result/http_invalid_server.pcap.out b/tests/cfgs/default/result/http_invalid_server.pcap.out index 9d1d1cbc9..1a9627709 100644 --- a/tests/cfgs/default/result/http_invalid_server.pcap.out +++ b/tests/cfgs/default/result/http_invalid_server.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) OCSP 12 1301 1 diff --git a/tests/cfgs/default/result/http_ipv6.pcap.out b/tests/cfgs/default/result/http_ipv6.pcap.out index bf3e5f579..1ecb78ca5 100644 --- a/tests/cfgs/default/result/http_ipv6.pcap.out +++ b/tests/cfgs/default/result/http_ipv6.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 6/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 80 36401 4 TLS 26 3245 7 diff --git a/tests/cfgs/default/result/http_on_sip_port.pcap.out b/tests/cfgs/default/result/http_on_sip_port.pcap.out index ba33816d6..7e1b5afec 100644 --- a/tests/cfgs/default/result/http_on_sip_port.pcap.out +++ b/tests/cfgs/default/result/http_on_sip_port.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 4 1831 1 diff --git a/tests/cfgs/default/result/http_origin_different_than_host.pcap.out b/tests/cfgs/default/result/http_origin_different_than_host.pcap.out index 955e94141..b36319a36 100644 --- a/tests/cfgs/default/result/http_origin_different_than_host.pcap.out +++ b/tests/cfgs/default/result/http_origin_different_than_host.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) WebSocket 4 1229 1 diff --git a/tests/cfgs/default/result/http_starting_with_reply.pcapng.out b/tests/cfgs/default/result/http_starting_with_reply.pcapng.out index b2487ecd4..fa234d545 100644 --- a/tests/cfgs/default/result/http_starting_with_reply.pcapng.out +++ b/tests/cfgs/default/result/http_starting_with_reply.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 18 9297 1 diff --git a/tests/cfgs/default/result/http_ua_splitted_in_two_pkts.pcapng.out b/tests/cfgs/default/result/http_ua_splitted_in_two_pkts.pcapng.out index 532fdee14..a0319ecad 100644 --- a/tests/cfgs/default/result/http_ua_splitted_in_two_pkts.pcapng.out +++ b/tests/cfgs/default/result/http_ua_splitted_in_two_pkts.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 115 76310 1 diff --git a/tests/cfgs/default/result/i3d.pcap.out b/tests/cfgs/default/result/i3d.pcap.out index 124109cef..c5e56d017 100644 --- a/tests/cfgs/default/result/i3d.pcap.out +++ b/tests/cfgs/default/result/i3d.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) i3D 60 36502 4 diff --git a/tests/cfgs/default/result/iax.pcap.out b/tests/cfgs/default/result/iax.pcap.out index b09dd2ac7..0f03a5c20 100644 --- a/tests/cfgs/default/result/iax.pcap.out +++ b/tests/cfgs/default/result/iax.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IAX 50 9172 1 diff --git a/tests/cfgs/default/result/icmp-tunnel.pcap.out b/tests/cfgs/default/result/icmp-tunnel.pcap.out index 1e7727a7d..e30a525cf 100644 --- a/tests/cfgs/default/result/icmp-tunnel.pcap.out +++ b/tests/cfgs/default/result/icmp-tunnel.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 863 190810 1 diff --git a/tests/cfgs/default/result/iec60780-5-104.pcap.out b/tests/cfgs/default/result/iec60780-5-104.pcap.out index 078cb0c54..e958963b1 100644 --- a/tests/cfgs/default/result/iec60780-5-104.pcap.out +++ b/tests/cfgs/default/result/iec60780-5-104.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IEC60870 147 9033 6 diff --git a/tests/cfgs/default/result/ieee_c37118.pcap.out b/tests/cfgs/default/result/ieee_c37118.pcap.out index 04e446b12..85c487a95 100644 --- a/tests/cfgs/default/result/ieee_c37118.pcap.out +++ b/tests/cfgs/default/result/ieee_c37118.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IEEE-C37118 778 74034 2 diff --git a/tests/cfgs/default/result/imap-starttls.pcap.out b/tests/cfgs/default/result/imap-starttls.pcap.out index b47be948f..2085362fa 100644 --- a/tests/cfgs/default/result/imap-starttls.pcap.out +++ b/tests/cfgs/default/result/imap-starttls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) IMAPS 32 7975 1 diff --git a/tests/cfgs/default/result/imap.pcap.out b/tests/cfgs/default/result/imap.pcap.out index ed6190bfd..1e492a9ce 100644 --- a/tests/cfgs/default/result/imap.pcap.out +++ b/tests/cfgs/default/result/imap.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IMAP 33 3774 1 diff --git a/tests/cfgs/default/result/imaps.pcap.out b/tests/cfgs/default/result/imaps.pcap.out index 515719d20..3611c73fa 100644 --- a/tests/cfgs/default/result/imaps.pcap.out +++ b/tests/cfgs/default/result/imaps.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 20 5196 1 IMAPS 8 4378 1 diff --git a/tests/cfgs/default/result/imo.pcap.out b/tests/cfgs/default/result/imo.pcap.out index f8e3989d9..ce53d0411 100644 --- a/tests/cfgs/default/result/imo.pcap.out +++ b/tests/cfgs/default/result/imo.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IMO 100 35380 2 diff --git a/tests/cfgs/default/result/instagram.pcap.out b/tests/cfgs/default/result/instagram.pcap.out index c6689b7cb..8ecb5090c 100644 --- a/tests/cfgs/default/result/instagram.pcap.out +++ b/tests/cfgs/default/result/instagram.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 11/11 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 11/0 (search/found) Hash fp custom protos: 11/0 (search/found) +Hash url custom protos: 7/0 (search/found) Unknown 1 66 1 DNS 7 1075 4 diff --git a/tests/cfgs/default/result/ip_fragmented_garbage.pcap.out b/tests/cfgs/default/result/ip_fragmented_garbage.pcap.out index eff49276a..b6805d505 100644 --- a/tests/cfgs/default/result/ip_fragmented_garbage.pcap.out +++ b/tests/cfgs/default/result/ip_fragmented_garbage.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 216 1 diff --git a/tests/cfgs/default/result/iphone.pcap.out b/tests/cfgs/default/result/iphone.pcap.out index 50cdf1c15..a18cba0b7 100644 --- a/tests/cfgs/default/result/iphone.pcap.out +++ b/tests/cfgs/default/result/iphone.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 15/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 14/0 (search/found) Hash fp custom protos: 14/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 38 5468 19 MDNS 17 7012 5 diff --git a/tests/cfgs/default/result/ipp.pcap.out b/tests/cfgs/default/result/ipp.pcap.out index d5b64dfbc..0d885043c 100644 --- a/tests/cfgs/default/result/ipp.pcap.out +++ b/tests/cfgs/default/result/ipp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 3/0 (search/found) IPP 277 248554 3 diff --git a/tests/cfgs/default/result/ipsec_isakmp_esp.pcap.out b/tests/cfgs/default/result/ipsec_isakmp_esp.pcap.out index 7570444db..5d88b2f3b 100644 --- a/tests/cfgs/default/result/ipsec_isakmp_esp.pcap.out +++ b/tests/cfgs/default/result/ipsec_isakmp_esp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IPSec 834 451722 24 diff --git a/tests/cfgs/default/result/ipv6_in_gtp.pcap.out b/tests/cfgs/default/result/ipv6_in_gtp.pcap.out index d2a1f1894..b4968bf95 100644 --- a/tests/cfgs/default/result/ipv6_in_gtp.pcap.out +++ b/tests/cfgs/default/result/ipv6_in_gtp.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 150 1 ESP 1 166 1 diff --git a/tests/cfgs/default/result/iqiyi.pcap.out b/tests/cfgs/default/result/iqiyi.pcap.out index 920e10c9a..2af64e796 100644 --- a/tests/cfgs/default/result/iqiyi.pcap.out +++ b/tests/cfgs/default/result/iqiyi.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) iQIYI 2 327 1 diff --git a/tests/cfgs/default/result/irc.pcap.out b/tests/cfgs/default/result/irc.pcap.out index 29f051d8f..d44eaa36a 100644 --- a/tests/cfgs/default/result/irc.pcap.out +++ b/tests/cfgs/default/result/irc.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IRC 29 8945 1 diff --git a/tests/cfgs/default/result/iso9506-1-mms.pcap.out b/tests/cfgs/default/result/iso9506-1-mms.pcap.out index 98c3bff63..03a58ba49 100644 --- a/tests/cfgs/default/result/iso9506-1-mms.pcap.out +++ b/tests/cfgs/default/result/iso9506-1-mms.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ISO9506-1-MMS 22 1907 1 diff --git a/tests/cfgs/default/result/ja3_lots_of_cipher_suites.pcap.out b/tests/cfgs/default/result/ja3_lots_of_cipher_suites.pcap.out index 91e3114b5..5c583e34d 100644 --- a/tests/cfgs/default/result/ja3_lots_of_cipher_suites.pcap.out +++ b/tests/cfgs/default/result/ja3_lots_of_cipher_suites.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 11 5132 1 diff --git a/tests/cfgs/default/result/ja3_lots_of_cipher_suites_2_anon.pcap.out b/tests/cfgs/default/result/ja3_lots_of_cipher_suites_2_anon.pcap.out index 47060e094..f10d100fe 100644 --- a/tests/cfgs/default/result/ja3_lots_of_cipher_suites_2_anon.pcap.out +++ b/tests/cfgs/default/result/ja3_lots_of_cipher_suites_2_anon.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 27 6966 1 diff --git a/tests/cfgs/default/result/jabber.pcap.out b/tests/cfgs/default/result/jabber.pcap.out index 6035ffeb9..d26ae13b4 100644 --- a/tests/cfgs/default/result/jabber.pcap.out +++ b/tests/cfgs/default/result/jabber.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 9/8 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Jabber 358 61304 12 diff --git a/tests/cfgs/default/result/jrmi.pcap.out b/tests/cfgs/default/result/jrmi.pcap.out index 207119af4..40ecfda9b 100644 --- a/tests/cfgs/default/result/jrmi.pcap.out +++ b/tests/cfgs/default/result/jrmi.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) JRMI 19 1708 1 diff --git a/tests/cfgs/default/result/jsonrpc.pcap.out b/tests/cfgs/default/result/jsonrpc.pcap.out index 62cfcbcd0..5d39745cc 100644 --- a/tests/cfgs/default/result/jsonrpc.pcap.out +++ b/tests/cfgs/default/result/jsonrpc.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) JSON-RPC 16 2815 2 diff --git a/tests/cfgs/default/result/kafka.pcapng.out b/tests/cfgs/default/result/kafka.pcapng.out index 4b208504a..c38bde7c0 100644 --- a/tests/cfgs/default/result/kafka.pcapng.out +++ b/tests/cfgs/default/result/kafka.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Kafka 41 7067 9 diff --git a/tests/cfgs/default/result/kcp.pcap.out b/tests/cfgs/default/result/kcp.pcap.out index 7ce6076ef..8faf5f81d 100644 --- a/tests/cfgs/default/result/kcp.pcap.out +++ b/tests/cfgs/default/result/kcp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) KCP 50 36284 7 diff --git a/tests/cfgs/default/result/kerberos-error.pcap.out b/tests/cfgs/default/result/kerberos-error.pcap.out index bf11aae46..7e302d6ea 100644 --- a/tests/cfgs/default/result/kerberos-error.pcap.out +++ b/tests/cfgs/default/result/kerberos-error.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Kerberos 2 481 1 diff --git a/tests/cfgs/default/result/kerberos-login.pcap.out b/tests/cfgs/default/result/kerberos-login.pcap.out index 60a0a790e..804a48051 100644 --- a/tests/cfgs/default/result/kerberos-login.pcap.out +++ b/tests/cfgs/default/result/kerberos-login.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Kerberos 39 37272 13 diff --git a/tests/cfgs/default/result/kerberos.pcap.out b/tests/cfgs/default/result/kerberos.pcap.out index d9bed7ce7..e9a37a169 100644 --- a/tests/cfgs/default/result/kerberos.pcap.out +++ b/tests/cfgs/default/result/kerberos.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 9 3031 2 SMBv23 6 1914 3 diff --git a/tests/cfgs/default/result/kerberos_fuzz.pcapng.out b/tests/cfgs/default/result/kerberos_fuzz.pcapng.out index 5ee1cbebd..b27076a18 100644 --- a/tests/cfgs/default/result/kerberos_fuzz.pcapng.out +++ b/tests/cfgs/default/result/kerberos_fuzz.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Kerberos 1 288 1 diff --git a/tests/cfgs/default/result/kismet.pcap.out b/tests/cfgs/default/result/kismet.pcap.out index 77cfcdf97..807c919c3 100644 --- a/tests/cfgs/default/result/kismet.pcap.out +++ b/tests/cfgs/default/result/kismet.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Kismet 35 4871 1 diff --git a/tests/cfgs/default/result/knxip.pcapng.out b/tests/cfgs/default/result/knxip.pcapng.out index 6e6a4e875..c90403404 100644 --- a/tests/cfgs/default/result/knxip.pcapng.out +++ b/tests/cfgs/default/result/knxip.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) KNXnet_IP 3 200 2 diff --git a/tests/cfgs/default/result/lagofast.pcap.out b/tests/cfgs/default/result/lagofast.pcap.out index 4a5c860ce..ea6ccd530 100644 --- a/tests/cfgs/default/result/lagofast.pcap.out +++ b/tests/cfgs/default/result/lagofast.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 8/0 (search/found) Hash fp custom protos: 8/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 5 408 5 TLS 5 6130 5 diff --git a/tests/cfgs/default/result/ldp.pcap.out b/tests/cfgs/default/result/ldp.pcap.out index 9ff5bc078..843d59ccd 100644 --- a/tests/cfgs/default/result/ldp.pcap.out +++ b/tests/cfgs/default/result/ldp.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) LDP 7 946 3 diff --git a/tests/cfgs/default/result/line.pcap.out b/tests/cfgs/default/result/line.pcap.out index 86846c868..1cc81165e 100644 --- a/tests/cfgs/default/result/line.pcap.out +++ b/tests/cfgs/default/result/line.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 72 11499 1 Line 37 9480 1 diff --git a/tests/cfgs/default/result/linecall_falsepositve.pcap.out b/tests/cfgs/default/result/linecall_falsepositve.pcap.out index 66a1bb54f..5d9228bae 100644 --- a/tests/cfgs/default/result/linecall_falsepositve.pcap.out +++ b/tests/cfgs/default/result/linecall_falsepositve.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 42 16442 1 diff --git a/tests/cfgs/default/result/lisp_registration.pcap.out b/tests/cfgs/default/result/lisp_registration.pcap.out index 80a9b08c6..864e6dc2f 100644 --- a/tests/cfgs/default/result/lisp_registration.pcap.out +++ b/tests/cfgs/default/result/lisp_registration.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) LISP 30 5266 4 diff --git a/tests/cfgs/default/result/log4j-webapp-exploit.pcap.out b/tests/cfgs/default/result/log4j-webapp-exploit.pcap.out index 253c84274..faeeeec80 100644 --- a/tests/cfgs/default/result/log4j-webapp-exploit.pcap.out +++ b/tests/cfgs/default/result/log4j-webapp-exploit.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 7/7 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 3/0 (search/found) Unknown 356 25081 2 HTTP 34 6741 3 diff --git a/tests/cfgs/default/result/lol_wild_rift_udp.pcap.out b/tests/cfgs/default/result/lol_wild_rift_udp.pcap.out index c51b98316..d73c78905 100644 --- a/tests/cfgs/default/result/lol_wild_rift_udp.pcap.out +++ b/tests/cfgs/default/result/lol_wild_rift_udp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) LoLWildRift 8 1552 5 diff --git a/tests/cfgs/default/result/long_tls_certificate.pcap.out b/tests/cfgs/default/result/long_tls_certificate.pcap.out index 7af8d6449..dffbf6955 100644 --- a/tests/cfgs/default/result/long_tls_certificate.pcap.out +++ b/tests/cfgs/default/result/long_tls_certificate.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Alibaba 47 14812 1 diff --git a/tests/cfgs/default/result/lru_ipv6_caches.pcapng.out b/tests/cfgs/default/result/lru_ipv6_caches.pcapng.out index 0a7245143..b82c2da01 100644 --- a/tests/cfgs/default/result/lru_ipv6_caches.pcapng.out +++ b/tests/cfgs/default/result/lru_ipv6_caches.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 25 4546 5 WhatsAppCall 24 3996 3 diff --git a/tests/cfgs/default/result/lustre.pcapng.out b/tests/cfgs/default/result/lustre.pcapng.out index 6084365e9..92c47d055 100644 --- a/tests/cfgs/default/result/lustre.pcapng.out +++ b/tests/cfgs/default/result/lustre.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Lustre 22 7236 2 diff --git a/tests/cfgs/default/result/malformed_dns.pcap.out b/tests/cfgs/default/result/malformed_dns.pcap.out index be7b06f24..4a288cd6b 100644 --- a/tests/cfgs/default/result/malformed_dns.pcap.out +++ b/tests/cfgs/default/result/malformed_dns.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 6 5860 1 diff --git a/tests/cfgs/default/result/malformed_icmp.pcap.out b/tests/cfgs/default/result/malformed_icmp.pcap.out index e4e07a940..46fff5351 100644 --- a/tests/cfgs/default/result/malformed_icmp.pcap.out +++ b/tests/cfgs/default/result/malformed_icmp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 1 42 1 diff --git a/tests/cfgs/default/result/malware.pcap.out b/tests/cfgs/default/result/malware.pcap.out index 474d90924..9d27bf03c 100644 --- a/tests/cfgs/default/result/malware.pcap.out +++ b/tests/cfgs/default/result/malware.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 2 216 1 HTTP 3 547 2 diff --git a/tests/cfgs/default/result/massscan.pcap.out b/tests/cfgs/default/result/massscan.pcap.out index 8d9603708..e4d8a6aa3 100644 --- a/tests/cfgs/default/result/massscan.pcap.out +++ b/tests/cfgs/default/result/massscan.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 10/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 10 540 10 diff --git a/tests/cfgs/default/result/matter_onoff.pcapng.out b/tests/cfgs/default/result/matter_onoff.pcapng.out index 5687f74b4..84c85ab48 100644 --- a/tests/cfgs/default/result/matter_onoff.pcapng.out +++ b/tests/cfgs/default/result/matter_onoff.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 24 12068 2 Matter 39 8403 1 diff --git a/tests/cfgs/default/result/melsec.pcapng.out b/tests/cfgs/default/result/melsec.pcapng.out index 10a28f00f..ed861b7b2 100644 --- a/tests/cfgs/default/result/melsec.pcapng.out +++ b/tests/cfgs/default/result/melsec.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MELSEC 13 1040 3 diff --git a/tests/cfgs/default/result/memcached.cap.out b/tests/cfgs/default/result/memcached.cap.out index 283e1f077..d77d0a976 100644 --- a/tests/cfgs/default/result/memcached.cap.out +++ b/tests/cfgs/default/result/memcached.cap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Memcached 10 1711 1 diff --git a/tests/cfgs/default/result/merakicloud.pcapng.out b/tests/cfgs/default/result/merakicloud.pcapng.out index 30ce2a921..7f3802fef 100644 --- a/tests/cfgs/default/result/merakicloud.pcapng.out +++ b/tests/cfgs/default/result/merakicloud.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MerakiCloud 44 6049 1 diff --git a/tests/cfgs/default/result/mgcp.pcap.out b/tests/cfgs/default/result/mgcp.pcap.out index 3f49c2419..93cd78d19 100644 --- a/tests/cfgs/default/result/mgcp.pcap.out +++ b/tests/cfgs/default/result/mgcp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MGCP 23 2731 5 diff --git a/tests/cfgs/default/result/mikrotik_mndp.pcap.out b/tests/cfgs/default/result/mikrotik_mndp.pcap.out index 18910e32e..cdcb0c631 100644 --- a/tests/cfgs/default/result/mikrotik_mndp.pcap.out +++ b/tests/cfgs/default/result/mikrotik_mndp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Mikrotik 3 601 3 diff --git a/tests/cfgs/default/result/mining.pcapng.out b/tests/cfgs/default/result/mining.pcapng.out index 64c808b7c..b3dd265bc 100644 --- a/tests/cfgs/default/result/mining.pcapng.out +++ b/tests/cfgs/default/result/mining.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Mining 673 219078 4 diff --git a/tests/cfgs/default/result/mismatching_hostname.pcap.out b/tests/cfgs/default/result/mismatching_hostname.pcap.out index a81747334..d39e0c565 100644 --- a/tests/cfgs/default/result/mismatching_hostname.pcap.out +++ b/tests/cfgs/default/result/mismatching_hostname.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Facebook 100 39948 1 diff --git a/tests/cfgs/default/result/modbus.pcap.out b/tests/cfgs/default/result/modbus.pcap.out index 7d1fe111a..f2c01f61b 100644 --- a/tests/cfgs/default/result/modbus.pcap.out +++ b/tests/cfgs/default/result/modbus.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Modbus 102 6681 1 diff --git a/tests/cfgs/default/result/monero.pcap.out b/tests/cfgs/default/result/monero.pcap.out index 9f21d0dbf..67f7fa87f 100644 --- a/tests/cfgs/default/result/monero.pcap.out +++ b/tests/cfgs/default/result/monero.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Monero 60 61276 4 diff --git a/tests/cfgs/default/result/mongo_false_positive.pcapng.out b/tests/cfgs/default/result/mongo_false_positive.pcapng.out index 436531279..d443cd1e6 100644 --- a/tests/cfgs/default/result/mongo_false_positive.pcapng.out +++ b/tests/cfgs/default/result/mongo_false_positive.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 26 12163 1 diff --git a/tests/cfgs/default/result/mongodb.pcap.out b/tests/cfgs/default/result/mongodb.pcap.out index 08b2f992a..480e56b57 100644 --- a/tests/cfgs/default/result/mongodb.pcap.out +++ b/tests/cfgs/default/result/mongodb.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 8/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 3 230 1 MongoDB 24 2510 7 diff --git a/tests/cfgs/default/result/mpeg-dash.pcap.out b/tests/cfgs/default/result/mpeg-dash.pcap.out index 54379c4a9..295ee160a 100644 --- a/tests/cfgs/default/result/mpeg-dash.pcap.out +++ b/tests/cfgs/default/result/mpeg-dash.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 4/0 (search/found) MpegDash 13 4669 4 diff --git a/tests/cfgs/default/result/mpeg.pcap.out b/tests/cfgs/default/result/mpeg.pcap.out index 438b22ccf..bf33a9578 100644 --- a/tests/cfgs/default/result/mpeg.pcap.out +++ b/tests/cfgs/default/result/mpeg.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) ntop 19 10643 1 diff --git a/tests/cfgs/default/result/mpegts.pcap.out b/tests/cfgs/default/result/mpegts.pcap.out index b04ff10c0..af8592665 100644 --- a/tests/cfgs/default/result/mpegts.pcap.out +++ b/tests/cfgs/default/result/mpegts.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MPEG_TS 1 1362 1 diff --git a/tests/cfgs/default/result/mqtt.pcap.out b/tests/cfgs/default/result/mqtt.pcap.out index e5f806416..54ec2eba0 100644 --- a/tests/cfgs/default/result/mqtt.pcap.out +++ b/tests/cfgs/default/result/mqtt.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MQTT 9 1481 2 diff --git a/tests/cfgs/default/result/msdo.pcapng.out b/tests/cfgs/default/result/msdo.pcapng.out index 612a0c8fd..65f8f1b1f 100644 --- a/tests/cfgs/default/result/msdo.pcapng.out +++ b/tests/cfgs/default/result/msdo.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MSDO 10 746 1 diff --git a/tests/cfgs/default/result/mssql_tds.pcap.out b/tests/cfgs/default/result/mssql_tds.pcap.out index f3726806c..0a02b131d 100644 --- a/tests/cfgs/default/result/mssql_tds.pcap.out +++ b/tests/cfgs/default/result/mssql_tds.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MsSQL-TDS 38 16260 12 diff --git a/tests/cfgs/default/result/mudfish.pcap.out b/tests/cfgs/default/result/mudfish.pcap.out index 0b9f388dd..2c8d734a2 100644 --- a/tests/cfgs/default/result/mudfish.pcap.out +++ b/tests/cfgs/default/result/mudfish.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Mudfish 89 77795 11 diff --git a/tests/cfgs/default/result/mullvad_dns.pcap.out b/tests/cfgs/default/result/mullvad_dns.pcap.out index 3104dc61e..68273de9f 100644 --- a/tests/cfgs/default/result/mullvad_dns.pcap.out +++ b/tests/cfgs/default/result/mullvad_dns.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 214 1 diff --git a/tests/cfgs/default/result/mullvad_wireguard.pcap.out b/tests/cfgs/default/result/mullvad_wireguard.pcap.out index ac90c9195..24b0b537b 100644 --- a/tests/cfgs/default/result/mullvad_wireguard.pcap.out +++ b/tests/cfgs/default/result/mullvad_wireguard.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WireGuard 10 1924 1 diff --git a/tests/cfgs/default/result/mumble.pcapng.out b/tests/cfgs/default/result/mumble.pcapng.out index 03db6d353..bd95c1c00 100644 --- a/tests/cfgs/default/result/mumble.pcapng.out +++ b/tests/cfgs/default/result/mumble.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Mumble 10 2551 3 diff --git a/tests/cfgs/default/result/munin.pcap.out b/tests/cfgs/default/result/munin.pcap.out index 4d1ecbf6a..82adc7752 100644 --- a/tests/cfgs/default/result/munin.pcap.out +++ b/tests/cfgs/default/result/munin.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Munin 60 5422 4 diff --git a/tests/cfgs/default/result/mysql.pcapng.out b/tests/cfgs/default/result/mysql.pcapng.out index bf85b8333..1ace63570 100644 --- a/tests/cfgs/default/result/mysql.pcapng.out +++ b/tests/cfgs/default/result/mysql.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MySQL 41 7009 2 diff --git a/tests/cfgs/default/result/nano.pcapng.out b/tests/cfgs/default/result/nano.pcapng.out index e39127272..3deb0f868 100644 --- a/tests/cfgs/default/result/nano.pcapng.out +++ b/tests/cfgs/default/result/nano.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Nano 6 652 1 diff --git a/tests/cfgs/default/result/natpmp.pcap.out b/tests/cfgs/default/result/natpmp.pcap.out index 3be957d99..38fd7b27a 100644 --- a/tests/cfgs/default/result/natpmp.pcap.out +++ b/tests/cfgs/default/result/natpmp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NAT-PMP 11 586 4 diff --git a/tests/cfgs/default/result/nats.pcap.out b/tests/cfgs/default/result/nats.pcap.out index 3c7b6f36c..07f19b6bf 100644 --- a/tests/cfgs/default/result/nats.pcap.out +++ b/tests/cfgs/default/result/nats.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Nats 27 2460 2 diff --git a/tests/cfgs/default/result/naver.pcap.out b/tests/cfgs/default/result/naver.pcap.out index 878b6d5f1..69d6c8b14 100644 --- a/tests/cfgs/default/result/naver.pcap.out +++ b/tests/cfgs/default/result/naver.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) Naver 22 13795 3 diff --git a/tests/cfgs/default/result/ndpi_match_string_subprotocol__error.pcapng.out b/tests/cfgs/default/result/ndpi_match_string_subprotocol__error.pcapng.out index 3645e9077..6edc611a2 100644 --- a/tests/cfgs/default/result/ndpi_match_string_subprotocol__error.pcapng.out +++ b/tests/cfgs/default/result/ndpi_match_string_subprotocol__error.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) SOAP 13 2935 1 diff --git a/tests/cfgs/default/result/nest_log_sink.pcap.out b/tests/cfgs/default/result/nest_log_sink.pcap.out index b410ef0d7..57e9e6acd 100644 --- a/tests/cfgs/default/result/nest_log_sink.pcap.out +++ b/tests/cfgs/default/result/nest_log_sink.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 12/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 15 1612 1 NestLogSink 759 116848 13 diff --git a/tests/cfgs/default/result/netbios.pcap.out b/tests/cfgs/default/result/netbios.pcap.out index 8db8b6663..127d7dcb2 100644 --- a/tests/cfgs/default/result/netbios.pcap.out +++ b/tests/cfgs/default/result/netbios.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NetBIOS 259 24326 14 SMBv1 2 486 2 diff --git a/tests/cfgs/default/result/netbios_wildcard_dns_query.pcap.out b/tests/cfgs/default/result/netbios_wildcard_dns_query.pcap.out index ebb9091ce..f05a6e7a2 100644 --- a/tests/cfgs/default/result/netbios_wildcard_dns_query.pcap.out +++ b/tests/cfgs/default/result/netbios_wildcard_dns_query.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 1 92 1 diff --git a/tests/cfgs/default/result/netease_games.pcapng.out b/tests/cfgs/default/result/netease_games.pcapng.out index 060571909..d74ddcf58 100644 --- a/tests/cfgs/default/result/netease_games.pcapng.out +++ b/tests/cfgs/default/result/netease_games.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 572 1 NetEaseGames 16 2090 4 diff --git a/tests/cfgs/default/result/netflix.pcap.out b/tests/cfgs/default/result/netflix.pcap.out index 8c849b7f8..b33f8b903 100644 --- a/tests/cfgs/default/result/netflix.pcap.out +++ b/tests/cfgs/default/result/netflix.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 46/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 20/0 (search/found) Hash fp custom protos: 20/0 (search/found) +Hash url custom protos: 26/0 (search/found) DNS 28 4469 12 HTTP 814 494949 18 diff --git a/tests/cfgs/default/result/netflow-fritz.pcap.out b/tests/cfgs/default/result/netflow-fritz.pcap.out index b15cf473e..a4a0b5bb8 100644 --- a/tests/cfgs/default/result/netflow-fritz.pcap.out +++ b/tests/cfgs/default/result/netflow-fritz.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NetFlow 1 222 1 diff --git a/tests/cfgs/default/result/netflowv9.pcap.out b/tests/cfgs/default/result/netflowv9.pcap.out index 87cc6a257..f68707eb5 100644 --- a/tests/cfgs/default/result/netflowv9.pcap.out +++ b/tests/cfgs/default/result/netflowv9.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NetFlow 10 13888 1 diff --git a/tests/cfgs/default/result/nexon.pcapng.out b/tests/cfgs/default/result/nexon.pcapng.out index ff6866144..8b737554f 100644 --- a/tests/cfgs/default/result/nexon.pcapng.out +++ b/tests/cfgs/default/result/nexon.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Nexon 128 13740 2 diff --git a/tests/cfgs/default/result/nfsv2.pcap.out b/tests/cfgs/default/result/nfsv2.pcap.out index cc0833d28..b9644d7eb 100644 --- a/tests/cfgs/default/result/nfsv2.pcap.out +++ b/tests/cfgs/default/result/nfsv2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NFS 156 23144 7 diff --git a/tests/cfgs/default/result/nfsv3.pcap.out b/tests/cfgs/default/result/nfsv3.pcap.out index 1c5345aa0..0a26b7704 100644 --- a/tests/cfgs/default/result/nfsv3.pcap.out +++ b/tests/cfgs/default/result/nfsv3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NFS 128 22816 8 diff --git a/tests/cfgs/default/result/nintendo.pcap.out b/tests/cfgs/default/result/nintendo.pcap.out index 8463a281d..a8b886e7d 100644 --- a/tests/cfgs/default/result/nintendo.pcap.out +++ b/tests/cfgs/default/result/nintendo.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 12 1550 3 ICMP 30 2100 2 diff --git a/tests/cfgs/default/result/nntp.pcap.out b/tests/cfgs/default/result/nntp.pcap.out index ef44d17dd..42db15bc7 100644 --- a/tests/cfgs/default/result/nntp.pcap.out +++ b/tests/cfgs/default/result/nntp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Usenet 32 7037 1 diff --git a/tests/cfgs/default/result/no_sni.pcap.out b/tests/cfgs/default/result/no_sni.pcap.out index ebbdda511..49e2ce1db 100644 --- a/tests/cfgs/default/result/no_sni.pcap.out +++ b/tests/cfgs/default/result/no_sni.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 7/7 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 7/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 174 50253 7 DoH_DoT 268 31882 1 diff --git a/tests/cfgs/default/result/nomachine.pcapng.out b/tests/cfgs/default/result/nomachine.pcapng.out index da3ba6275..0823c22fc 100644 --- a/tests/cfgs/default/result/nomachine.pcapng.out +++ b/tests/cfgs/default/result/nomachine.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) NoMachine 73 7085 2 diff --git a/tests/cfgs/default/result/nordvpn.pcap.out b/tests/cfgs/default/result/nordvpn.pcap.out index 0f7478bd1..0608058c3 100644 --- a/tests/cfgs/default/result/nordvpn.pcap.out +++ b/tests/cfgs/default/result/nordvpn.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) POPS 53 15226 1 NordVPN 90 31147 3 diff --git a/tests/cfgs/default/result/ocs.pcap.out b/tests/cfgs/default/result/ocs.pcap.out index d07112cf4..0d82d3eb2 100644 --- a/tests/cfgs/default/result/ocs.pcap.out +++ b/tests/cfgs/default/result/ocs.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 12/12 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 5/0 (search/found) +Hash url custom protos: 5/0 (search/found) DNS 8 531 8 HTTP 13 1019 2 diff --git a/tests/cfgs/default/result/ocsp.pcapng.out b/tests/cfgs/default/result/ocsp.pcapng.out index ec82ad2d8..83f42ca87 100644 --- a/tests/cfgs/default/result/ocsp.pcapng.out +++ b/tests/cfgs/default/result/ocsp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 10/10 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 10/0 (search/found) OCSP 344 73647 10 diff --git a/tests/cfgs/default/result/oicq.pcap.out b/tests/cfgs/default/result/oicq.pcap.out index 5289286ee..4aaa5f47e 100644 --- a/tests/cfgs/default/result/oicq.pcap.out +++ b/tests/cfgs/default/result/oicq.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OICQ 29 2542 29 diff --git a/tests/cfgs/default/result/ookla.pcap.out b/tests/cfgs/default/result/ookla.pcap.out index 9fcf311d5..781fd2704 100644 --- a/tests/cfgs/default/result/ookla.pcap.out +++ b/tests/cfgs/default/result/ookla.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 6/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) Ookla 113 38411 6 diff --git a/tests/cfgs/default/result/opc-ua.pcap.out b/tests/cfgs/default/result/opc-ua.pcap.out index d92acd1e0..8147722e5 100644 --- a/tests/cfgs/default/result/opc-ua.pcap.out +++ b/tests/cfgs/default/result/opc-ua.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OPC-UA 381 45578 1 diff --git a/tests/cfgs/default/result/openflow.pcap.out b/tests/cfgs/default/result/openflow.pcap.out index 3fae74a6c..8d6371012 100644 --- a/tests/cfgs/default/result/openflow.pcap.out +++ b/tests/cfgs/default/result/openflow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenFlow 21 1826 1 diff --git a/tests/cfgs/default/result/openvpn-tlscrypt.pcap.out b/tests/cfgs/default/result/openvpn-tlscrypt.pcap.out index 8c8ab1357..7151035c2 100644 --- a/tests/cfgs/default/result/openvpn-tlscrypt.pcap.out +++ b/tests/cfgs/default/result/openvpn-tlscrypt.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 13 5354 1 diff --git a/tests/cfgs/default/result/openvpn.pcap.out b/tests/cfgs/default/result/openvpn.pcap.out index 030a3507d..53f49fecd 100644 --- a/tests/cfgs/default/result/openvpn.pcap.out +++ b/tests/cfgs/default/result/openvpn.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 691 131184 9 NordVPN 15 7962 1 diff --git a/tests/cfgs/default/result/openvpn_nohmac.pcapng.out b/tests/cfgs/default/result/openvpn_nohmac.pcapng.out index 7ff528fe4..3fd2c347e 100644 --- a/tests/cfgs/default/result/openvpn_nohmac.pcapng.out +++ b/tests/cfgs/default/result/openvpn_nohmac.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 944 303931 1 diff --git a/tests/cfgs/default/result/openvpn_nohmac_tcp.pcapng.out b/tests/cfgs/default/result/openvpn_nohmac_tcp.pcapng.out index 4101bf243..c891dd009 100644 --- a/tests/cfgs/default/result/openvpn_nohmac_tcp.pcapng.out +++ b/tests/cfgs/default/result/openvpn_nohmac_tcp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 195 27581 1 diff --git a/tests/cfgs/default/result/openvpn_obfuscated.pcapng.out b/tests/cfgs/default/result/openvpn_obfuscated.pcapng.out index 193741b0d..b7c49a0c0 100644 --- a/tests/cfgs/default/result/openvpn_obfuscated.pcapng.out +++ b/tests/cfgs/default/result/openvpn_obfuscated.pcapng.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMTPS 60 17222 1 TLS 87 25469 1 diff --git a/tests/cfgs/default/result/openwire.pcapng.out b/tests/cfgs/default/result/openwire.pcapng.out index a2f57f569..882471de6 100644 --- a/tests/cfgs/default/result/openwire.pcapng.out +++ b/tests/cfgs/default/result/openwire.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenWire 43 5203 1 diff --git a/tests/cfgs/default/result/opera-vpn.pcapng.out b/tests/cfgs/default/result/opera-vpn.pcapng.out index 9343ef474..98bfad622 100644 --- a/tests/cfgs/default/result/opera-vpn.pcapng.out +++ b/tests/cfgs/default/result/opera-vpn.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 62/62 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 61/0 (search/found) Hash fp custom protos: 61/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 3 206 1 OperaVPN 3197 1398676 61 diff --git a/tests/cfgs/default/result/oracle12.pcapng.out b/tests/cfgs/default/result/oracle12.pcapng.out index 5cf486f24..56f703380 100644 --- a/tests/cfgs/default/result/oracle12.pcapng.out +++ b/tests/cfgs/default/result/oracle12.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Oracle 20 2518 1 diff --git a/tests/cfgs/default/result/os_detected.pcapng.out b/tests/cfgs/default/result/os_detected.pcapng.out index 2025aefc9..ced52b869 100644 --- a/tests/cfgs/default/result/os_detected.pcapng.out +++ b/tests/cfgs/default/result/os_detected.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 1 1294 1 diff --git a/tests/cfgs/default/result/ospfv2_add_new_prefix.pcap.out b/tests/cfgs/default/result/ospfv2_add_new_prefix.pcap.out index 0e6e14509..b510a2a77 100644 --- a/tests/cfgs/default/result/ospfv2_add_new_prefix.pcap.out +++ b/tests/cfgs/default/result/ospfv2_add_new_prefix.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IP_OSPF 2 200 1 diff --git a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_1.pcapng.out b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_1.pcapng.out index 419d9f5ab..f8606476b 100644 --- a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_1.pcapng.out +++ b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_1.pcapng.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 9 638 5 Blizzard 4 200 4 diff --git a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_2.pcapng.out b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_2.pcapng.out index c70c74fc3..a33be8a54 100644 --- a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_2.pcapng.out +++ b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_2.pcapng.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 6/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PostgreSQL 10 689 1 Usenet 12 1099 2 diff --git a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_4.pcapng.out b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_4.pcapng.out index c32e0cb14..34120a98f 100644 --- a/tests/cfgs/default/result/ossfuzz_seed_fake_traces_4.pcapng.out +++ b/tests/cfgs/default/result/ossfuzz_seed_fake_traces_4.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 2 68 1 diff --git a/tests/cfgs/default/result/paltalk.pcapng.out b/tests/cfgs/default/result/paltalk.pcapng.out index 52cd4a666..99cb1b414 100644 --- a/tests/cfgs/default/result/paltalk.pcapng.out +++ b/tests/cfgs/default/result/paltalk.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 1/0 (search/found) Paltalk 17 3511 4 diff --git a/tests/cfgs/default/result/path_of_exile.pcapng.out b/tests/cfgs/default/result/path_of_exile.pcapng.out index eb823c20f..bebafe0ea 100644 --- a/tests/cfgs/default/result/path_of_exile.pcapng.out +++ b/tests/cfgs/default/result/path_of_exile.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PathofExile 16 1208 4 diff --git a/tests/cfgs/default/result/pfcp.pcapng.out b/tests/cfgs/default/result/pfcp.pcapng.out index 79913240a..5b92a27e6 100644 --- a/tests/cfgs/default/result/pfcp.pcapng.out +++ b/tests/cfgs/default/result/pfcp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PFCP 11 2703 1 diff --git a/tests/cfgs/default/result/pgm.pcap.out b/tests/cfgs/default/result/pgm.pcap.out index d069b6d48..cf070a35f 100644 --- a/tests/cfgs/default/result/pgm.pcap.out +++ b/tests/cfgs/default/result/pgm.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PGM 1000 196302 1 diff --git a/tests/cfgs/default/result/pgsql.pcap.out b/tests/cfgs/default/result/pgsql.pcap.out index 379573f55..50d142d70 100644 --- a/tests/cfgs/default/result/pgsql.pcap.out +++ b/tests/cfgs/default/result/pgsql.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PostgreSQL 88 8913 6 diff --git a/tests/cfgs/default/result/pgsql2.pcapng.out b/tests/cfgs/default/result/pgsql2.pcapng.out index 476960768..4851d6402 100644 --- a/tests/cfgs/default/result/pgsql2.pcapng.out +++ b/tests/cfgs/default/result/pgsql2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PostgreSQL 19 3076 1 diff --git a/tests/cfgs/default/result/pia.pcap.out b/tests/cfgs/default/result/pia.pcap.out index 4b985a2ef..7196ac0ce 100644 --- a/tests/cfgs/default/result/pia.pcap.out +++ b/tests/cfgs/default/result/pia.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) PrivateInternetAccess 9 3842 1 diff --git a/tests/cfgs/default/result/pim.pcap.out b/tests/cfgs/default/result/pim.pcap.out index 8f205c7f3..c813d9ed4 100644 --- a/tests/cfgs/default/result/pim.pcap.out +++ b/tests/cfgs/default/result/pim.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) IP_PIM 10 920 1 diff --git a/tests/cfgs/default/result/pinterest.pcap.out b/tests/cfgs/default/result/pinterest.pcap.out index cbca59ba4..29216402e 100644 --- a/tests/cfgs/default/result/pinterest.pcap.out +++ b/tests/cfgs/default/result/pinterest.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 20/20 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 20/0 (search/found) Hash fp custom protos: 20/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 205 91684 20 Facebook 84 77604 2 diff --git a/tests/cfgs/default/result/pluralsight.pcap.out b/tests/cfgs/default/result/pluralsight.pcap.out index f2e59eeb4..6cd720aed 100644 --- a/tests/cfgs/default/result/pluralsight.pcap.out +++ b/tests/cfgs/default/result/pluralsight.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) Pluralsight 44 29652 6 diff --git a/tests/cfgs/default/result/pop3.pcap.out b/tests/cfgs/default/result/pop3.pcap.out index 57285e90e..0cfbc7347 100644 --- a/tests/cfgs/default/result/pop3.pcap.out +++ b/tests/cfgs/default/result/pop3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/5 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) POP3 144 31172 6 diff --git a/tests/cfgs/default/result/pop3_stls.pcap.out b/tests/cfgs/default/result/pop3_stls.pcap.out index 1f9d87505..7270f0f66 100644 --- a/tests/cfgs/default/result/pop3_stls.pcap.out +++ b/tests/cfgs/default/result/pop3_stls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) POPS 53 11189 1 diff --git a/tests/cfgs/default/result/pops.pcapng.out b/tests/cfgs/default/result/pops.pcapng.out index 05b43bf84..558c788d5 100644 --- a/tests/cfgs/default/result/pops.pcapng.out +++ b/tests/cfgs/default/result/pops.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) POPS 5 2998 1 diff --git a/tests/cfgs/default/result/portable_executable.pcap.out b/tests/cfgs/default/result/portable_executable.pcap.out index 38ca4123f..627ccc6f2 100644 --- a/tests/cfgs/default/result/portable_executable.pcap.out +++ b/tests/cfgs/default/result/portable_executable.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 15 12154 1 DigitalOcean 15 12160 1 diff --git a/tests/cfgs/default/result/pptp.pcap.out b/tests/cfgs/default/result/pptp.pcap.out index 637631da4..888464f52 100644 --- a/tests/cfgs/default/result/pptp.pcap.out +++ b/tests/cfgs/default/result/pptp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PPTP 24 2328 1 diff --git a/tests/cfgs/default/result/profinet-io-le.pcap.out b/tests/cfgs/default/result/profinet-io-le.pcap.out index 54d0a072c..bebd655cd 100644 --- a/tests/cfgs/default/result/profinet-io-le.pcap.out +++ b/tests/cfgs/default/result/profinet-io-le.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PROFINET_IO 2 516 1 diff --git a/tests/cfgs/default/result/protobuf.pcap.out b/tests/cfgs/default/result/protobuf.pcap.out index 8ea888de8..12dd812cf 100644 --- a/tests/cfgs/default/result/protobuf.pcap.out +++ b/tests/cfgs/default/result/protobuf.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 5/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Protobuf 60 4446 5 diff --git a/tests/cfgs/default/result/protonvpn.pcap.out b/tests/cfgs/default/result/protonvpn.pcap.out index 3869cc988..a294aa3d3 100644 --- a/tests/cfgs/default/result/protonvpn.pcap.out +++ b/tests/cfgs/default/result/protonvpn.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 1 74 1 WireGuard 14 2060 1 diff --git a/tests/cfgs/default/result/psiphon3.pcap.out b/tests/cfgs/default/result/psiphon3.pcap.out index 91054d1c7..47700e342 100644 --- a/tests/cfgs/default/result/psiphon3.pcap.out +++ b/tests/cfgs/default/result/psiphon3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Psiphon 62 11818 1 diff --git a/tests/cfgs/default/result/ptpv2.pcap.out b/tests/cfgs/default/result/ptpv2.pcap.out index 10934237d..0f71bd5af 100644 --- a/tests/cfgs/default/result/ptpv2.pcap.out +++ b/tests/cfgs/default/result/ptpv2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PTPv2 14 1664 3 diff --git a/tests/cfgs/default/result/punycode-idn.pcap.out b/tests/cfgs/default/result/punycode-idn.pcap.out index b85582dfd..5b10e1f17 100644 --- a/tests/cfgs/default/result/punycode-idn.pcap.out +++ b/tests/cfgs/default/result/punycode-idn.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 4 359 2 HTTP 12 1597 1 diff --git a/tests/cfgs/default/result/quic-23.pcap.out b/tests/cfgs/default/result/quic-23.pcap.out index 86ccac55a..b337c7372 100644 --- a/tests/cfgs/default/result/quic-23.pcap.out +++ b/tests/cfgs/default/result/quic-23.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 20 7191 1 diff --git a/tests/cfgs/default/result/quic-24.pcap.out b/tests/cfgs/default/result/quic-24.pcap.out index e1c95da39..b330a0a58 100644 --- a/tests/cfgs/default/result/quic-24.pcap.out +++ b/tests/cfgs/default/result/quic-24.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 15 8000 1 diff --git a/tests/cfgs/default/result/quic-27.pcap.out b/tests/cfgs/default/result/quic-27.pcap.out index 455a2ac1d..db4840cad 100644 --- a/tests/cfgs/default/result/quic-27.pcap.out +++ b/tests/cfgs/default/result/quic-27.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) PlayStore 20 12887 1 diff --git a/tests/cfgs/default/result/quic-28.pcap.out b/tests/cfgs/default/result/quic-28.pcap.out index 9e1580743..0bdefd0aa 100644 --- a/tests/cfgs/default/result/quic-28.pcap.out +++ b/tests/cfgs/default/result/quic-28.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 253 246793 1 diff --git a/tests/cfgs/default/result/quic-29.pcap.out b/tests/cfgs/default/result/quic-29.pcap.out index 24d50bec8..35aaab0e1 100644 --- a/tests/cfgs/default/result/quic-29.pcap.out +++ b/tests/cfgs/default/result/quic-29.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 15 9386 1 diff --git a/tests/cfgs/default/result/quic-33.pcapng.out b/tests/cfgs/default/result/quic-33.pcapng.out index b560098fe..ad2208d6a 100644 --- a/tests/cfgs/default/result/quic-33.pcapng.out +++ b/tests/cfgs/default/result/quic-33.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 7 5336 1 diff --git a/tests/cfgs/default/result/quic-34.pcap.out b/tests/cfgs/default/result/quic-34.pcap.out index d416b8e27..85fb9cec5 100644 --- a/tests/cfgs/default/result/quic-34.pcap.out +++ b/tests/cfgs/default/result/quic-34.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 4 4836 1 diff --git a/tests/cfgs/default/result/quic-forcing-vn-with-data.pcapng.out b/tests/cfgs/default/result/quic-forcing-vn-with-data.pcapng.out index d0f699096..e3f2f78b8 100644 --- a/tests/cfgs/default/result/quic-forcing-vn-with-data.pcapng.out +++ b/tests/cfgs/default/result/quic-forcing-vn-with-data.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 21 9039 1 diff --git a/tests/cfgs/default/result/quic-fuzz-overflow.pcapng.out b/tests/cfgs/default/result/quic-fuzz-overflow.pcapng.out index 73c9d44f5..1ebea774a 100644 --- a/tests/cfgs/default/result/quic-fuzz-overflow.pcapng.out +++ b/tests/cfgs/default/result/quic-fuzz-overflow.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 1 1280 1 diff --git a/tests/cfgs/default/result/quic-mvfst-22.pcap.out b/tests/cfgs/default/result/quic-mvfst-22.pcap.out index cf1f821f9..53d5e59ff 100644 --- a/tests/cfgs/default/result/quic-mvfst-22.pcap.out +++ b/tests/cfgs/default/result/quic-mvfst-22.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Facebook 490 288303 1 diff --git a/tests/cfgs/default/result/quic-mvfst-22_decryption_error.pcap.out b/tests/cfgs/default/result/quic-mvfst-22_decryption_error.pcap.out index e487d1277..586b9d43c 100644 --- a/tests/cfgs/default/result/quic-mvfst-22_decryption_error.pcap.out +++ b/tests/cfgs/default/result/quic-mvfst-22_decryption_error.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 11 3918 1 diff --git a/tests/cfgs/default/result/quic-mvfst-27.pcapng.out b/tests/cfgs/default/result/quic-mvfst-27.pcapng.out index 516ddf3e8..9ef77a284 100644 --- a/tests/cfgs/default/result/quic-mvfst-27.pcapng.out +++ b/tests/cfgs/default/result/quic-mvfst-27.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Facebook 20 11399 1 diff --git a/tests/cfgs/default/result/quic-mvfst-exp.pcap.out b/tests/cfgs/default/result/quic-mvfst-exp.pcap.out index d58c50364..d935548bf 100644 --- a/tests/cfgs/default/result/quic-mvfst-exp.pcap.out +++ b/tests/cfgs/default/result/quic-mvfst-exp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) FbookReelStory 30 26309 1 diff --git a/tests/cfgs/default/result/quic-v2.pcapng.out b/tests/cfgs/default/result/quic-v2.pcapng.out index 5026392f9..3480674ea 100644 --- a/tests/cfgs/default/result/quic-v2.pcapng.out +++ b/tests/cfgs/default/result/quic-v2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 19 12970 1 diff --git a/tests/cfgs/default/result/quic.pcap.out b/tests/cfgs/default/result/quic.pcap.out index 473f4eb86..350b25a07 100644 --- a/tests/cfgs/default/result/quic.pcap.out +++ b/tests/cfgs/default/result/quic.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GMail 413 254874 1 YouTube 85 76193 5 diff --git a/tests/cfgs/default/result/quic046.pcap.out b/tests/cfgs/default/result/quic046.pcap.out index e40abf399..d2d4c2126 100644 --- a/tests/cfgs/default/result/quic046.pcap.out +++ b/tests/cfgs/default/result/quic046.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTube 100 91297 1 diff --git a/tests/cfgs/default/result/quic_0RTT.pcap.out b/tests/cfgs/default/result/quic_0RTT.pcap.out index 8a28f224c..89dbd763d 100644 --- a/tests/cfgs/default/result/quic_0RTT.pcap.out +++ b/tests/cfgs/default/result/quic_0RTT.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 15 5178 1 QUIC 2 2588 1 diff --git a/tests/cfgs/default/result/quic_cc_ack.pcapng.out b/tests/cfgs/default/result/quic_cc_ack.pcapng.out index f1a915b3d..7e4fff857 100644 --- a/tests/cfgs/default/result/quic_cc_ack.pcapng.out +++ b/tests/cfgs/default/result/quic_cc_ack.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 2 2784 2 diff --git a/tests/cfgs/default/result/quic_crypto_aes_auth_size.pcap.out b/tests/cfgs/default/result/quic_crypto_aes_auth_size.pcap.out index 27f5df1ef..f9ba90773 100644 --- a/tests/cfgs/default/result/quic_crypto_aes_auth_size.pcap.out +++ b/tests/cfgs/default/result/quic_crypto_aes_auth_size.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Snapchat 2 2784 2 diff --git a/tests/cfgs/default/result/quic_frags_ch_in_multiple_packets.pcapng.out b/tests/cfgs/default/result/quic_frags_ch_in_multiple_packets.pcapng.out index 0b3f5de4a..d9b5730e3 100644 --- a/tests/cfgs/default/result/quic_frags_ch_in_multiple_packets.pcapng.out +++ b/tests/cfgs/default/result/quic_frags_ch_in_multiple_packets.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 4 3998 1 diff --git a/tests/cfgs/default/result/quic_frags_ch_out_of_order_same_packet_craziness.pcapng.out b/tests/cfgs/default/result/quic_frags_ch_out_of_order_same_packet_craziness.pcapng.out index 6bb26ef3b..a8cb1295a 100644 --- a/tests/cfgs/default/result/quic_frags_ch_out_of_order_same_packet_craziness.pcapng.out +++ b/tests/cfgs/default/result/quic_frags_ch_out_of_order_same_packet_craziness.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 113/0 (search/found) Hash fp custom protos: 113/0 (search/found) +Hash url custom protos: 0/0 (search/found) DataSaver 1 1392 1 YouTube 21 29232 21 diff --git a/tests/cfgs/default/result/quic_frags_different_dcid.pcapng.out b/tests/cfgs/default/result/quic_frags_different_dcid.pcapng.out index 19ab10ccc..dc8e647c9 100644 --- a/tests/cfgs/default/result/quic_frags_different_dcid.pcapng.out +++ b/tests/cfgs/default/result/quic_frags_different_dcid.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cloudflare 3 3826 1 diff --git a/tests/cfgs/default/result/quic_interop_V.pcapng.out b/tests/cfgs/default/result/quic_interop_V.pcapng.out index 4e2d690a8..7efde291a 100644 --- a/tests/cfgs/default/result/quic_interop_V.pcapng.out +++ b/tests/cfgs/default/result/quic_interop_V.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 21 7436 9 ICMPV6 10 10642 5 diff --git a/tests/cfgs/default/result/quic_q39.pcap.out b/tests/cfgs/default/result/quic_q39.pcap.out index 2fa326189..167baebfe 100644 --- a/tests/cfgs/default/result/quic_q39.pcap.out +++ b/tests/cfgs/default/result/quic_q39.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTube 60 24185 1 diff --git a/tests/cfgs/default/result/quic_q43.pcap.out b/tests/cfgs/default/result/quic_q43.pcap.out index 4a64d4721..cad0e8fdc 100644 --- a/tests/cfgs/default/result/quic_q43.pcap.out +++ b/tests/cfgs/default/result/quic_q43.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DoH_DoT 2 1464 1 diff --git a/tests/cfgs/default/result/quic_q46.pcap.out b/tests/cfgs/default/result/quic_q46.pcap.out index bb7201458..564c259f4 100644 --- a/tests/cfgs/default/result/quic_q46.pcap.out +++ b/tests/cfgs/default/result/quic_q46.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) PlayStore 20 21241 1 diff --git a/tests/cfgs/default/result/quic_q46_b.pcap.out b/tests/cfgs/default/result/quic_q46_b.pcap.out index 5ad447b6d..e1d25cc7f 100644 --- a/tests/cfgs/default/result/quic_q46_b.pcap.out +++ b/tests/cfgs/default/result/quic_q46_b.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTubeUpload 20 7020 1 diff --git a/tests/cfgs/default/result/quic_q50.pcap.out b/tests/cfgs/default/result/quic_q50.pcap.out index 703c3ae22..4222e2467 100644 --- a/tests/cfgs/default/result/quic_q50.pcap.out +++ b/tests/cfgs/default/result/quic_q50.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleServices 20 20434 1 diff --git a/tests/cfgs/default/result/quic_sh.pcap.out b/tests/cfgs/default/result/quic_sh.pcap.out index d41d64784..20241505c 100644 --- a/tests/cfgs/default/result/quic_sh.pcap.out +++ b/tests/cfgs/default/result/quic_sh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 38 23111 3 diff --git a/tests/cfgs/default/result/quic_t50.pcap.out b/tests/cfgs/default/result/quic_t50.pcap.out index a674368b7..c373a9659 100644 --- a/tests/cfgs/default/result/quic_t50.pcap.out +++ b/tests/cfgs/default/result/quic_t50.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleServices 12 8420 1 diff --git a/tests/cfgs/default/result/quic_t51.pcap.out b/tests/cfgs/default/result/quic_t51.pcap.out index 4b6fec9e7..e542d4d87 100644 --- a/tests/cfgs/default/result/quic_t51.pcap.out +++ b/tests/cfgs/default/result/quic_t51.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 12 9296 1 diff --git a/tests/cfgs/default/result/quickplay.pcap.out b/tests/cfgs/default/result/quickplay.pcap.out index c7327b72a..4cb38dc42 100644 --- a/tests/cfgs/default/result/quickplay.pcap.out +++ b/tests/cfgs/default/result/quickplay.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 45/1 (search/found) HTTP 133 96179 11 QQ 12 4781 5 diff --git a/tests/cfgs/default/result/radius_false_positive.pcapng.out b/tests/cfgs/default/result/radius_false_positive.pcapng.out index f340d5294..034fa8024 100644 --- a/tests/cfgs/default/result/radius_false_positive.pcapng.out +++ b/tests/cfgs/default/result/radius_false_positive.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 10 7479 1 diff --git a/tests/cfgs/default/result/radmin3.pcapng.out b/tests/cfgs/default/result/radmin3.pcapng.out index a42146d8e..697becfa7 100644 --- a/tests/cfgs/default/result/radmin3.pcapng.out +++ b/tests/cfgs/default/result/radmin3.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Radmin 17 1074 2 diff --git a/tests/cfgs/default/result/raft.pcap.out b/tests/cfgs/default/result/raft.pcap.out index 709a35729..3910ebd00 100644 --- a/tests/cfgs/default/result/raft.pcap.out +++ b/tests/cfgs/default/result/raft.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Raft 64 5504 2 diff --git a/tests/cfgs/default/result/raknet.pcap.out b/tests/cfgs/default/result/raknet.pcap.out index a4d5ea749..372bbbb6d 100644 --- a/tests/cfgs/default/result/raknet.pcap.out +++ b/tests/cfgs/default/result/raknet.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 2 314 2 RakNet 64 9286 10 diff --git a/tests/cfgs/default/result/rdp.pcap.out b/tests/cfgs/default/result/rdp.pcap.out index c06c13a5c..677a06be5 100644 --- a/tests/cfgs/default/result/rdp.pcap.out +++ b/tests/cfgs/default/result/rdp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RDP 20 3658 1 diff --git a/tests/cfgs/default/result/rdp2.pcap.out b/tests/cfgs/default/result/rdp2.pcap.out index db4667637..41351d1cb 100644 --- a/tests/cfgs/default/result/rdp2.pcap.out +++ b/tests/cfgs/default/result/rdp2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RDP 39 11371 3 diff --git a/tests/cfgs/default/result/rdp3.pcap.out b/tests/cfgs/default/result/rdp3.pcap.out index d785f0727..799d06c77 100644 --- a/tests/cfgs/default/result/rdp3.pcap.out +++ b/tests/cfgs/default/result/rdp3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RDP 30 4151 1 diff --git a/tests/cfgs/default/result/rdp_over_tls.pcap.out b/tests/cfgs/default/result/rdp_over_tls.pcap.out index fec96f148..afaddf070 100644 --- a/tests/cfgs/default/result/rdp_over_tls.pcap.out +++ b/tests/cfgs/default/result/rdp_over_tls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) RDP 19 3868 1 diff --git a/tests/cfgs/default/result/reasm_crash_anon.pcapng.out b/tests/cfgs/default/result/reasm_crash_anon.pcapng.out index 41a664d8d..039ea5332 100644 --- a/tests/cfgs/default/result/reasm_crash_anon.pcapng.out +++ b/tests/cfgs/default/result/reasm_crash_anon.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 200 20067 1 diff --git a/tests/cfgs/default/result/reasm_segv_anon.pcapng.out b/tests/cfgs/default/result/reasm_segv_anon.pcapng.out index 22960e61b..b63957647 100644 --- a/tests/cfgs/default/result/reasm_segv_anon.pcapng.out +++ b/tests/cfgs/default/result/reasm_segv_anon.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 82 77940 1 diff --git a/tests/cfgs/default/result/reddit.pcap.out b/tests/cfgs/default/result/reddit.pcap.out index fe3da882c..15a3f8376 100644 --- a/tests/cfgs/default/result/reddit.pcap.out +++ b/tests/cfgs/default/result/reddit.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 60/60 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 59/0 (search/found) Hash fp custom protos: 59/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 302 130585 10 Twitter 108 33623 3 diff --git a/tests/cfgs/default/result/resp.pcap.out b/tests/cfgs/default/result/resp.pcap.out index 0b345cd3d..9723e4bad 100644 --- a/tests/cfgs/default/result/resp.pcap.out +++ b/tests/cfgs/default/result/resp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RESP 39 92898 1 diff --git a/tests/cfgs/default/result/riot.pcapng.out b/tests/cfgs/default/result/riot.pcapng.out index 3f4753609..0fefcf0ff 100644 --- a/tests/cfgs/default/result/riot.pcapng.out +++ b/tests/cfgs/default/result/riot.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 3 4242 1 RiotGames 4 4338 1 diff --git a/tests/cfgs/default/result/riotgames.pcap.out b/tests/cfgs/default/result/riotgames.pcap.out index f76170aab..c34eb2c28 100644 --- a/tests/cfgs/default/result/riotgames.pcap.out +++ b/tests/cfgs/default/result/riotgames.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Discord 4 220 2 RiotGames 40 3733 7 diff --git a/tests/cfgs/default/result/ripe_atlas.pcap.out b/tests/cfgs/default/result/ripe_atlas.pcap.out index 7e11572a3..7eeadad63 100644 --- a/tests/cfgs/default/result/ripe_atlas.pcap.out +++ b/tests/cfgs/default/result/ripe_atlas.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RipeAtlas 7 469 7 diff --git a/tests/cfgs/default/result/rmcp.pcap.out b/tests/cfgs/default/result/rmcp.pcap.out index 558955f33..73709388f 100644 --- a/tests/cfgs/default/result/rmcp.pcap.out +++ b/tests/cfgs/default/result/rmcp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RMCP 6 380 6 diff --git a/tests/cfgs/default/result/roblox.pcapng.out b/tests/cfgs/default/result/roblox.pcapng.out index 7921e3a3a..4afd94a7a 100644 --- a/tests/cfgs/default/result/roblox.pcapng.out +++ b/tests/cfgs/default/result/roblox.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) RakNet 44 21907 3 Roblox 34 12002 1 diff --git a/tests/cfgs/default/result/rockstar_games.pcapng.out b/tests/cfgs/default/result/rockstar_games.pcapng.out index 80ef8d824..3b9233c9f 100644 --- a/tests/cfgs/default/result/rockstar_games.pcapng.out +++ b/tests/cfgs/default/result/rockstar_games.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 5/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) RockstarGames 25 8964 4 diff --git a/tests/cfgs/default/result/roughtime.pcap.out b/tests/cfgs/default/result/roughtime.pcap.out index 4c1ee4978..edadb75d9 100644 --- a/tests/cfgs/default/result/roughtime.pcap.out +++ b/tests/cfgs/default/result/roughtime.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Roughtime 4 2936 4 diff --git a/tests/cfgs/default/result/rsh-syslog-false-positive.pcap.out b/tests/cfgs/default/result/rsh-syslog-false-positive.pcap.out index 0fadf07f8..eade65e3c 100644 --- a/tests/cfgs/default/result/rsh-syslog-false-positive.pcap.out +++ b/tests/cfgs/default/result/rsh-syslog-false-positive.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Syslog 6 3335 1 diff --git a/tests/cfgs/default/result/rsh.pcap.out b/tests/cfgs/default/result/rsh.pcap.out index 515fe8d61..3101786cc 100644 --- a/tests/cfgs/default/result/rsh.pcap.out +++ b/tests/cfgs/default/result/rsh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RSH 24 1721 2 diff --git a/tests/cfgs/default/result/rsync.pcap.out b/tests/cfgs/default/result/rsync.pcap.out index 382bbf871..56dec92fd 100644 --- a/tests/cfgs/default/result/rsync.pcap.out +++ b/tests/cfgs/default/result/rsync.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RSYNC 30 2493 1 diff --git a/tests/cfgs/default/result/rtcp_multiple_pkts_in_the_same_datagram.pcap.out b/tests/cfgs/default/result/rtcp_multiple_pkts_in_the_same_datagram.pcap.out index 9632c5a17..666325db7 100644 --- a/tests/cfgs/default/result/rtcp_multiple_pkts_in_the_same_datagram.pcap.out +++ b/tests/cfgs/default/result/rtcp_multiple_pkts_in_the_same_datagram.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTCP 5 740 1 diff --git a/tests/cfgs/default/result/rtmp.pcap.out b/tests/cfgs/default/result/rtmp.pcap.out index cf507c27a..fdec5a772 100644 --- a/tests/cfgs/default/result/rtmp.pcap.out +++ b/tests/cfgs/default/result/rtmp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTMP 60 25463 3 diff --git a/tests/cfgs/default/result/rtp.pcapng.out b/tests/cfgs/default/result/rtp.pcapng.out index 1cf95ff78..4c9b7fbad 100644 --- a/tests/cfgs/default/result/rtp.pcapng.out +++ b/tests/cfgs/default/result/rtp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Discord 30 16092 1 RTP 82 43715 3 diff --git a/tests/cfgs/default/result/rtps.pcap.out b/tests/cfgs/default/result/rtps.pcap.out index 6c2ff7e41..0cfce8535 100644 --- a/tests/cfgs/default/result/rtps.pcap.out +++ b/tests/cfgs/default/result/rtps.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTPS 29 22382 1 diff --git a/tests/cfgs/default/result/rtsp.pcap.out b/tests/cfgs/default/result/rtsp.pcap.out index d59d321d9..bf69ec82b 100644 --- a/tests/cfgs/default/result/rtsp.pcap.out +++ b/tests/cfgs/default/result/rtsp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTSP 568 100872 7 diff --git a/tests/cfgs/default/result/rtsp_setup_http.pcapng.out b/tests/cfgs/default/result/rtsp_setup_http.pcapng.out index d5cc22931..0f0c61391 100644 --- a/tests/cfgs/default/result/rtsp_setup_http.pcapng.out +++ b/tests/cfgs/default/result/rtsp_setup_http.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTSP 1 233 1 diff --git a/tests/cfgs/default/result/rx.pcap.out b/tests/cfgs/default/result/rx.pcap.out index 3f73510d7..f5da20316 100644 --- a/tests/cfgs/default/result/rx.pcap.out +++ b/tests/cfgs/default/result/rx.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RX 132 26475 5 diff --git a/tests/cfgs/default/result/s7comm-plus.pcap.out b/tests/cfgs/default/result/s7comm-plus.pcap.out index c0a182b9d..7d60b1fc4 100644 --- a/tests/cfgs/default/result/s7comm-plus.pcap.out +++ b/tests/cfgs/default/result/s7comm-plus.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) S7CommPlus 79 10271 1 diff --git a/tests/cfgs/default/result/s7comm.pcap.out b/tests/cfgs/default/result/s7comm.pcap.out index 91ccd7621..e0261a7ec 100644 --- a/tests/cfgs/default/result/s7comm.pcap.out +++ b/tests/cfgs/default/result/s7comm.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) S7Comm 55 5260 1 diff --git a/tests/cfgs/default/result/safari.pcap.out b/tests/cfgs/default/result/safari.pcap.out index 5d2376f1f..f76bb4984 100644 --- a/tests/cfgs/default/result/safari.pcap.out +++ b/tests/cfgs/default/result/safari.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 7/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 7/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 168 83390 7 diff --git a/tests/cfgs/default/result/salesforce.pcap.out b/tests/cfgs/default/result/salesforce.pcap.out index 306f7c38a..3f5df5e74 100644 --- a/tests/cfgs/default/result/salesforce.pcap.out +++ b/tests/cfgs/default/result/salesforce.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Salesforce 15 5205 1 diff --git a/tests/cfgs/default/result/samsung_sdp.pcapng.out b/tests/cfgs/default/result/samsung_sdp.pcapng.out index b3c39c97a..2d397f61c 100644 --- a/tests/cfgs/default/result/samsung_sdp.pcapng.out +++ b/tests/cfgs/default/result/samsung_sdp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SamsungSDP 1 77 1 diff --git a/tests/cfgs/default/result/scanner.pcap.out b/tests/cfgs/default/result/scanner.pcap.out index 686d2253e..c5fd2d1ba 100644 --- a/tests/cfgs/default/result/scanner.pcap.out +++ b/tests/cfgs/default/result/scanner.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 64 1 diff --git a/tests/cfgs/default/result/sccp_hw_conf_register.pcapng.out b/tests/cfgs/default/result/sccp_hw_conf_register.pcapng.out index e725a1391..498af4265 100644 --- a/tests/cfgs/default/result/sccp_hw_conf_register.pcapng.out +++ b/tests/cfgs/default/result/sccp_hw_conf_register.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) CiscoSkinny 17 1522 1 diff --git a/tests/cfgs/default/result/sctp.cap.out b/tests/cfgs/default/result/sctp.cap.out index df31d58d3..57984f8d3 100644 --- a/tests/cfgs/default/result/sctp.cap.out +++ b/tests/cfgs/default/result/sctp.cap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SCTP 4 340 2 diff --git a/tests/cfgs/default/result/selfsigned.pcap.out b/tests/cfgs/default/result/selfsigned.pcap.out index c4d3f0db4..8f83197c5 100644 --- a/tests/cfgs/default/result/selfsigned.pcap.out +++ b/tests/cfgs/default/result/selfsigned.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) ntop 20 3766 1 diff --git a/tests/cfgs/default/result/sflow.pcap.out b/tests/cfgs/default/result/sflow.pcap.out index d4dac9b5c..ccb3ba230 100644 --- a/tests/cfgs/default/result/sflow.pcap.out +++ b/tests/cfgs/default/result/sflow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) sFlow 9 1702 1 diff --git a/tests/cfgs/default/result/shadowsocks.pcap.out b/tests/cfgs/default/result/shadowsocks.pcap.out index b1a6122d9..1adea546e 100644 --- a/tests/cfgs/default/result/shadowsocks.pcap.out +++ b/tests/cfgs/default/result/shadowsocks.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 15 68444 1 SOCKS 29 69355 1 diff --git a/tests/cfgs/default/result/shell.pcap.out b/tests/cfgs/default/result/shell.pcap.out index afbf7e8a9..0f9a5e49b 100644 --- a/tests/cfgs/default/result/shell.pcap.out +++ b/tests/cfgs/default/result/shell.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 18 13422 4 diff --git a/tests/cfgs/default/result/signal.pcap.out b/tests/cfgs/default/result/signal.pcap.out index 359891071..fb57c24c6 100644 --- a/tests/cfgs/default/result/signal.pcap.out +++ b/tests/cfgs/default/result/signal.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 12/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 12/0 (search/found) Hash fp custom protos: 12/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 476 2 DHCP 4 1368 1 diff --git a/tests/cfgs/default/result/signal_audiocall.pcapng.out b/tests/cfgs/default/result/signal_audiocall.pcapng.out index 9e050a79c..9792799c2 100644 --- a/tests/cfgs/default/result/signal_audiocall.pcapng.out +++ b/tests/cfgs/default/result/signal_audiocall.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 268 50558 4 diff --git a/tests/cfgs/default/result/signal_audiocall_2.pcapng.out b/tests/cfgs/default/result/signal_audiocall_2.pcapng.out index 114b8aaf5..04f9ad385 100644 --- a/tests/cfgs/default/result/signal_audiocall_2.pcapng.out +++ b/tests/cfgs/default/result/signal_audiocall_2.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Signal 91 23664 2 SignalVoip 167 33543 3 diff --git a/tests/cfgs/default/result/signal_multiparty.pcapng.out b/tests/cfgs/default/result/signal_multiparty.pcapng.out index 7d76a414b..3866fba5c 100644 --- a/tests/cfgs/default/result/signal_multiparty.pcapng.out +++ b/tests/cfgs/default/result/signal_multiparty.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 30 9753 1 diff --git a/tests/cfgs/default/result/signal_videocall.pcapng.out b/tests/cfgs/default/result/signal_videocall.pcapng.out index 422aadb60..ecced26b7 100644 --- a/tests/cfgs/default/result/signal_videocall.pcapng.out +++ b/tests/cfgs/default/result/signal_videocall.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 334 123259 3 diff --git a/tests/cfgs/default/result/signal_videocall_multiparty.pcapng.out b/tests/cfgs/default/result/signal_videocall_multiparty.pcapng.out index 911e882e5..d49c5d73a 100644 --- a/tests/cfgs/default/result/signal_videocall_multiparty.pcapng.out +++ b/tests/cfgs/default/result/signal_videocall_multiparty.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 260 96919 1 diff --git a/tests/cfgs/default/result/simple-dnscrypt.pcap.out b/tests/cfgs/default/result/simple-dnscrypt.pcap.out index 352d0302a..b37c05cfd 100644 --- a/tests/cfgs/default/result/simple-dnscrypt.pcap.out +++ b/tests/cfgs/default/result/simple-dnscrypt.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNScrypt 111 44676 4 diff --git a/tests/cfgs/default/result/sip.pcap.out b/tests/cfgs/default/result/sip.pcap.out index 3263b9cf6..e0746274b 100644 --- a/tests/cfgs/default/result/sip.pcap.out +++ b/tests/cfgs/default/result/sip.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 146 1 RTP 9 1926 1 diff --git a/tests/cfgs/default/result/sip_hello.pcapng.out b/tests/cfgs/default/result/sip_hello.pcapng.out index 4f4350200..b4a6a2948 100644 --- a/tests/cfgs/default/result/sip_hello.pcapng.out +++ b/tests/cfgs/default/result/sip_hello.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SIP 30 5592 1 diff --git a/tests/cfgs/default/result/sites.pcapng.out b/tests/cfgs/default/result/sites.pcapng.out index 09486d024..bb2b6d95d 100644 --- a/tests/cfgs/default/result/sites.pcapng.out +++ b/tests/cfgs/default/result/sites.pcapng.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 67/60 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 66/0 (search/found) Hash fp custom protos: 66/0 (search/found) +Hash url custom protos: 2/0 (search/found) HTTP 14 1040 4 Outlook 9 5954 1 diff --git a/tests/cfgs/default/result/sites2.pcapng.out b/tests/cfgs/default/result/sites2.pcapng.out index e13c1c335..9507332b5 100644 --- a/tests/cfgs/default/result/sites2.pcapng.out +++ b/tests/cfgs/default/result/sites2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 5/5 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 1/0 (search/found) Shein 13 5080 1 Temu 20 7323 1 diff --git a/tests/cfgs/default/result/sites3.pcapng.out b/tests/cfgs/default/result/sites3.pcapng.out index 5b10f0c52..4d5745e10 100644 --- a/tests/cfgs/default/result/sites3.pcapng.out +++ b/tests/cfgs/default/result/sites3.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) Blacknut 65 36563 1 Boosteroid 70 53594 1 diff --git a/tests/cfgs/default/result/skinny.pcap.out b/tests/cfgs/default/result/skinny.pcap.out index b5b58ea7b..0ab51303d 100644 --- a/tests/cfgs/default/result/skinny.pcap.out +++ b/tests/cfgs/default/result/skinny.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTP 135 28890 5 CiscoSkinny 61 6964 2 diff --git a/tests/cfgs/default/result/skype-conference-call.pcap.out b/tests/cfgs/default/result/skype-conference-call.pcap.out index 0addc1003..9703fe459 100644 --- a/tests/cfgs/default/result/skype-conference-call.pcap.out +++ b/tests/cfgs/default/result/skype-conference-call.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TeamsCall 200 39687 1 diff --git a/tests/cfgs/default/result/smb_deletefile.pcap.out b/tests/cfgs/default/result/smb_deletefile.pcap.out index dc68a5203..e58564f3a 100644 --- a/tests/cfgs/default/result/smb_deletefile.pcap.out +++ b/tests/cfgs/default/result/smb_deletefile.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMBv23 101 30748 1 diff --git a/tests/cfgs/default/result/smb_frags.pcap.out b/tests/cfgs/default/result/smb_frags.pcap.out index da16eb7e8..2e7f1a036 100644 --- a/tests/cfgs/default/result/smb_frags.pcap.out +++ b/tests/cfgs/default/result/smb_frags.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMBv1 8 2763 1 diff --git a/tests/cfgs/default/result/smbv1.pcap.out b/tests/cfgs/default/result/smbv1.pcap.out index be9937056..eebcf27b0 100644 --- a/tests/cfgs/default/result/smbv1.pcap.out +++ b/tests/cfgs/default/result/smbv1.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMBv1 7 1197 1 diff --git a/tests/cfgs/default/result/smpp_in_general.pcap.out b/tests/cfgs/default/result/smpp_in_general.pcap.out index 847aa318a..f84dfc3eb 100644 --- a/tests/cfgs/default/result/smpp_in_general.pcap.out +++ b/tests/cfgs/default/result/smpp_in_general.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMPP 17 1144 1 diff --git a/tests/cfgs/default/result/smtp-starttls.pcap.out b/tests/cfgs/default/result/smtp-starttls.pcap.out index acb087de8..f2955f7cc 100644 --- a/tests/cfgs/default/result/smtp-starttls.pcap.out +++ b/tests/cfgs/default/result/smtp-starttls.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMTPS 33 6429 1 Google 36 8403 1 diff --git a/tests/cfgs/default/result/smtp.pcap.out b/tests/cfgs/default/result/smtp.pcap.out index 7e7744f88..a0edfeafa 100644 --- a/tests/cfgs/default/result/smtp.pcap.out +++ b/tests/cfgs/default/result/smtp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMTP 95 23157 1 diff --git a/tests/cfgs/default/result/smtps.pcapng.out b/tests/cfgs/default/result/smtps.pcapng.out index 17f66824c..20216ec4f 100644 --- a/tests/cfgs/default/result/smtps.pcapng.out +++ b/tests/cfgs/default/result/smtps.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMTPS 4 936 1 diff --git a/tests/cfgs/default/result/snapchat.pcap.out b/tests/cfgs/default/result/snapchat.pcap.out index dd1db9217..83db3e362 100644 --- a/tests/cfgs/default/result/snapchat.pcap.out +++ b/tests/cfgs/default/result/snapchat.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 22 2879 1 Snapchat 34 7320 2 diff --git a/tests/cfgs/default/result/snapchat_call.pcapng.out b/tests/cfgs/default/result/snapchat_call.pcapng.out index 0cc48b970..aeb5a5515 100644 --- a/tests/cfgs/default/result/snapchat_call.pcapng.out +++ b/tests/cfgs/default/result/snapchat_call.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SnapchatCall 50 12772 1 diff --git a/tests/cfgs/default/result/snapchat_call_v1.pcapng.out b/tests/cfgs/default/result/snapchat_call_v1.pcapng.out index 39365c028..ef88377a2 100644 --- a/tests/cfgs/default/result/snapchat_call_v1.pcapng.out +++ b/tests/cfgs/default/result/snapchat_call_v1.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) SnapchatCall 477 365314 1 diff --git a/tests/cfgs/default/result/snmp.pcap.out b/tests/cfgs/default/result/snmp.pcap.out index ee53706d5..4670288f1 100644 --- a/tests/cfgs/default/result/snmp.pcap.out +++ b/tests/cfgs/default/result/snmp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SNMP 72 14435 17 diff --git a/tests/cfgs/default/result/soap.pcap.out b/tests/cfgs/default/result/soap.pcap.out index 39c0f6e01..3629c305a 100644 --- a/tests/cfgs/default/result/soap.pcap.out +++ b/tests/cfgs/default/result/soap.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) SOAP 20 10948 3 diff --git a/tests/cfgs/default/result/socks.pcap.out b/tests/cfgs/default/result/socks.pcap.out index 10b298467..811741013 100644 --- a/tests/cfgs/default/result/socks.pcap.out +++ b/tests/cfgs/default/result/socks.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SOCKS 60 10559 4 diff --git a/tests/cfgs/default/result/softether.pcap.out b/tests/cfgs/default/result/softether.pcap.out index 715effede..bd370e453 100644 --- a/tests/cfgs/default/result/softether.pcap.out +++ b/tests/cfgs/default/result/softether.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) Softether 177 21287 4 diff --git a/tests/cfgs/default/result/someip-tp.pcap.out b/tests/cfgs/default/result/someip-tp.pcap.out index 37abfad65..a3385fd4a 100644 --- a/tests/cfgs/default/result/someip-tp.pcap.out +++ b/tests/cfgs/default/result/someip-tp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SOMEIP 9 12850 1 diff --git a/tests/cfgs/default/result/someip-udp-method-call.pcapng.out b/tests/cfgs/default/result/someip-udp-method-call.pcapng.out index beca09a58..a2659897f 100644 --- a/tests/cfgs/default/result/someip-udp-method-call.pcapng.out +++ b/tests/cfgs/default/result/someip-udp-method-call.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SOMEIP 3 504 2 diff --git a/tests/cfgs/default/result/someip_sd_sample.pcap.out b/tests/cfgs/default/result/someip_sd_sample.pcap.out index 1056e09ff..c8cc25917 100644 --- a/tests/cfgs/default/result/someip_sd_sample.pcap.out +++ b/tests/cfgs/default/result/someip_sd_sample.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SOMEIP 6 660 2 diff --git a/tests/cfgs/default/result/sonos.pcapng.out b/tests/cfgs/default/result/sonos.pcapng.out index adc59e308..71cafaab2 100644 --- a/tests/cfgs/default/result/sonos.pcapng.out +++ b/tests/cfgs/default/result/sonos.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Sonos 61 29332 2 diff --git a/tests/cfgs/default/result/source_engine.pcap.out b/tests/cfgs/default/result/source_engine.pcap.out index 6b6d625c9..14eb07630 100644 --- a/tests/cfgs/default/result/source_engine.pcap.out +++ b/tests/cfgs/default/result/source_engine.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Source_Engine 17 1139 17 diff --git a/tests/cfgs/default/result/spotify_tcp.pcap.out b/tests/cfgs/default/result/spotify_tcp.pcap.out index c92119793..80eb150e4 100644 --- a/tests/cfgs/default/result/spotify_tcp.pcap.out +++ b/tests/cfgs/default/result/spotify_tcp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Spotify 10 3370 1 diff --git a/tests/cfgs/default/result/sql_injection.pcap.out b/tests/cfgs/default/result/sql_injection.pcap.out index 69ac1fd96..a932a212f 100644 --- a/tests/cfgs/default/result/sql_injection.pcap.out +++ b/tests/cfgs/default/result/sql_injection.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 5 2748 1 diff --git a/tests/cfgs/default/result/srvloc-v1.pcapng.out b/tests/cfgs/default/result/srvloc-v1.pcapng.out index 8f3bd6170..b48a39dea 100644 --- a/tests/cfgs/default/result/srvloc-v1.pcapng.out +++ b/tests/cfgs/default/result/srvloc-v1.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Service_Location_Protocol 2 490 2 diff --git a/tests/cfgs/default/result/srvloc.pcap.out b/tests/cfgs/default/result/srvloc.pcap.out index 51d2d365c..ddf6d305e 100644 --- a/tests/cfgs/default/result/srvloc.pcap.out +++ b/tests/cfgs/default/result/srvloc.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Service_Location_Protocol 629 57125 620 diff --git a/tests/cfgs/default/result/ssdp-m-search-ua.pcap.out b/tests/cfgs/default/result/ssdp-m-search-ua.pcap.out index 0ef125484..660826121 100644 --- a/tests/cfgs/default/result/ssdp-m-search-ua.pcap.out +++ b/tests/cfgs/default/result/ssdp-m-search-ua.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSDP 4 864 1 diff --git a/tests/cfgs/default/result/ssdp-m-search.pcap.out b/tests/cfgs/default/result/ssdp-m-search.pcap.out index 15f21f2ba..0376e27f1 100644 --- a/tests/cfgs/default/result/ssdp-m-search.pcap.out +++ b/tests/cfgs/default/result/ssdp-m-search.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSDP 19 1197 1 diff --git a/tests/cfgs/default/result/ssdp.pcapng.out b/tests/cfgs/default/result/ssdp.pcapng.out index 01f8996db..2d05fd3f4 100644 --- a/tests/cfgs/default/result/ssdp.pcapng.out +++ b/tests/cfgs/default/result/ssdp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSDP 1 848 1 diff --git a/tests/cfgs/default/result/ssh.pcap.out b/tests/cfgs/default/result/ssh.pcap.out index 585cfda5a..dd8ca1dd3 100644 --- a/tests/cfgs/default/result/ssh.pcap.out +++ b/tests/cfgs/default/result/ssh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSH 322 49563 3 diff --git a/tests/cfgs/default/result/ssh_unidirectional.pcap.out b/tests/cfgs/default/result/ssh_unidirectional.pcap.out index e219c5788..ece9997fa 100644 --- a/tests/cfgs/default/result/ssh_unidirectional.pcap.out +++ b/tests/cfgs/default/result/ssh_unidirectional.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSH 13 938 1 diff --git a/tests/cfgs/default/result/ssl-cert-name-mismatch.pcap.out b/tests/cfgs/default/result/ssl-cert-name-mismatch.pcap.out index 00d0b1195..3d906d98f 100644 --- a/tests/cfgs/default/result/ssl-cert-name-mismatch.pcap.out +++ b/tests/cfgs/default/result/ssl-cert-name-mismatch.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 21 5412 1 diff --git a/tests/cfgs/default/result/starcraft_battle.pcap.out b/tests/cfgs/default/result/starcraft_battle.pcap.out index 95af73d00..51ad7fca8 100644 --- a/tests/cfgs/default/result/starcraft_battle.pcap.out +++ b/tests/cfgs/default/result/starcraft_battle.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 22/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 20/0 (search/found) DNS 26 2848 7 HTTP 1 66 1 diff --git a/tests/cfgs/default/result/steam.pcapng.out b/tests/cfgs/default/result/steam.pcapng.out index 4c74ec9e6..10b848ec8 100644 --- a/tests/cfgs/default/result/steam.pcapng.out +++ b/tests/cfgs/default/result/steam.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 4/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 1/0 (search/found) Steam 36 9897 5 SteamDatagramRelay 2 284 1 diff --git a/tests/cfgs/default/result/stomp.pcapng.out b/tests/cfgs/default/result/stomp.pcapng.out index e6727b5b6..747802e4e 100644 --- a/tests/cfgs/default/result/stomp.pcapng.out +++ b/tests/cfgs/default/result/stomp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) STOMP 19 1756 1 diff --git a/tests/cfgs/default/result/stun.pcap.out b/tests/cfgs/default/result/stun.pcap.out index cb5daed1d..a0f9d1bb3 100644 --- a/tests/cfgs/default/result/stun.pcap.out +++ b/tests/cfgs/default/result/stun.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 4 766 1 TeamsCall 15 2124 1 diff --git a/tests/cfgs/default/result/stun_classic.pcap.out b/tests/cfgs/default/result/stun_classic.pcap.out index 1499d788a..6dd2a9008 100644 --- a/tests/cfgs/default/result/stun_classic.pcap.out +++ b/tests/cfgs/default/result/stun_classic.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTP 22 1624 1 diff --git a/tests/cfgs/default/result/stun_dtls_rtp.pcapng.out b/tests/cfgs/default/result/stun_dtls_rtp.pcapng.out index a1a3a1cad..f9115bc5d 100644 --- a/tests/cfgs/default/result/stun_dtls_rtp.pcapng.out +++ b/tests/cfgs/default/result/stun_dtls_rtp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleCall 102 26347 2 diff --git a/tests/cfgs/default/result/stun_dtls_rtp_unidir.pcapng.out b/tests/cfgs/default/result/stun_dtls_rtp_unidir.pcapng.out index 853b0efea..946ff4304 100644 --- a/tests/cfgs/default/result/stun_dtls_rtp_unidir.pcapng.out +++ b/tests/cfgs/default/result/stun_dtls_rtp_unidir.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) STUN 43 10358 2 diff --git a/tests/cfgs/default/result/stun_dtls_unidirectional_client.pcap.out b/tests/cfgs/default/result/stun_dtls_unidirectional_client.pcap.out index 42d5031cc..5978a94dd 100644 --- a/tests/cfgs/default/result/stun_dtls_unidirectional_client.pcap.out +++ b/tests/cfgs/default/result/stun_dtls_unidirectional_client.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 6 1708 1 diff --git a/tests/cfgs/default/result/stun_dtls_unidirectional_server.pcap.out b/tests/cfgs/default/result/stun_dtls_unidirectional_server.pcap.out index b5f072263..ab1f070de 100644 --- a/tests/cfgs/default/result/stun_dtls_unidirectional_server.pcap.out +++ b/tests/cfgs/default/result/stun_dtls_unidirectional_server.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 6 1563 1 diff --git a/tests/cfgs/default/result/stun_google_meet.pcapng.out b/tests/cfgs/default/result/stun_google_meet.pcapng.out index 4d2bae71c..f38a23803 100644 --- a/tests/cfgs/default/result/stun_google_meet.pcapng.out +++ b/tests/cfgs/default/result/stun_google_meet.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleCall 362 74597 7 diff --git a/tests/cfgs/default/result/stun_msteams_unidir.pcapng.out b/tests/cfgs/default/result/stun_msteams_unidir.pcapng.out index 8dd85b5b5..3001dd77a 100644 --- a/tests/cfgs/default/result/stun_msteams_unidir.pcapng.out +++ b/tests/cfgs/default/result/stun_msteams_unidir.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TeamsCall 12 5944 1 diff --git a/tests/cfgs/default/result/stun_signal.pcapng.out b/tests/cfgs/default/result/stun_signal.pcapng.out index bd3382c64..b84052975 100644 --- a/tests/cfgs/default/result/stun_signal.pcapng.out +++ b/tests/cfgs/default/result/stun_signal.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 53 5186 2 SignalVoip 407 43310 21 diff --git a/tests/cfgs/default/result/stun_signal_tcp.pcapng.out b/tests/cfgs/default/result/stun_signal_tcp.pcapng.out index 2473b0a1e..d098fe426 100644 --- a/tests/cfgs/default/result/stun_signal_tcp.pcapng.out +++ b/tests/cfgs/default/result/stun_signal_tcp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 500 114216 1 diff --git a/tests/cfgs/default/result/stun_tcp_multiple_msgs_same_pkt.pcap.out b/tests/cfgs/default/result/stun_tcp_multiple_msgs_same_pkt.pcap.out index 86b56bd0b..bd867ec96 100644 --- a/tests/cfgs/default/result/stun_tcp_multiple_msgs_same_pkt.pcap.out +++ b/tests/cfgs/default/result/stun_tcp_multiple_msgs_same_pkt.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) STUN 5 506 1 diff --git a/tests/cfgs/default/result/stun_wa_call.pcapng.out b/tests/cfgs/default/result/stun_wa_call.pcapng.out index 7520b11d0..58696dbb9 100644 --- a/tests/cfgs/default/result/stun_wa_call.pcapng.out +++ b/tests/cfgs/default/result/stun_wa_call.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsAppCall 590 133579 12 ICMP 1 110 1 diff --git a/tests/cfgs/default/result/stun_zoom.pcapng.out b/tests/cfgs/default/result/stun_zoom.pcapng.out index e3057de77..c388df244 100644 --- a/tests/cfgs/default/result/stun_zoom.pcapng.out +++ b/tests/cfgs/default/result/stun_zoom.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 40 9877 1 Zoom 30 8381 1 diff --git a/tests/cfgs/default/result/syncthing.pcap.out b/tests/cfgs/default/result/syncthing.pcap.out index 058788264..2c233bd5b 100644 --- a/tests/cfgs/default/result/syncthing.pcap.out +++ b/tests/cfgs/default/result/syncthing.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Syncthing 34 15680 4 diff --git a/tests/cfgs/default/result/synscan.pcap.out b/tests/cfgs/default/result/synscan.pcap.out index 8ee187ff8..45e943d1e 100644 --- a/tests/cfgs/default/result/synscan.pcap.out +++ b/tests/cfgs/default/result/synscan.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 1994/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1846 107076 1842 FTP_CONTROL 2 116 2 diff --git a/tests/cfgs/default/result/syslog.pcap.out b/tests/cfgs/default/result/syslog.pcap.out index ea067d784..1dcd35481 100644 --- a/tests/cfgs/default/result/syslog.pcap.out +++ b/tests/cfgs/default/result/syslog.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 78 1 Syslog 93 20321 21 diff --git a/tests/cfgs/default/result/tailscale.pcap.out b/tests/cfgs/default/result/tailscale.pcap.out index 388c0841a..ecb9193e7 100644 --- a/tests/cfgs/default/result/tailscale.pcap.out +++ b/tests/cfgs/default/result/tailscale.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Tailscale 107 16516 1 diff --git a/tests/cfgs/default/result/targusdataspeed_false_positives.pcap.out b/tests/cfgs/default/result/targusdataspeed_false_positives.pcap.out index e3c6f313a..20d7b5ea7 100644 --- a/tests/cfgs/default/result/targusdataspeed_false_positives.pcap.out +++ b/tests/cfgs/default/result/targusdataspeed_false_positives.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 4 939 2 diff --git a/tests/cfgs/default/result/tcp_scan.pcapng.out b/tests/cfgs/default/result/tcp_scan.pcapng.out index bff620f97..20753f54e 100644 --- a/tests/cfgs/default/result/tcp_scan.pcapng.out +++ b/tests/cfgs/default/result/tcp_scan.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 6 342 3 HTTP 4 272 1 diff --git a/tests/cfgs/default/result/teams.pcap.out b/tests/cfgs/default/result/teams.pcap.out index a49ac3efc..b756dca6a 100644 --- a/tests/cfgs/default/result/teams.pcap.out +++ b/tests/cfgs/default/result/teams.pcap.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 38/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 38/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/default/result/teamspeak3.pcap.out b/tests/cfgs/default/result/teamspeak3.pcap.out index e7f1bd402..60633f44a 100644 --- a/tests/cfgs/default/result/teamspeak3.pcap.out +++ b/tests/cfgs/default/result/teamspeak3.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TeamSpeak 589 33015 2 diff --git a/tests/cfgs/default/result/teamviewer.pcap.out b/tests/cfgs/default/result/teamviewer.pcap.out index d46986334..e10983fcf 100644 --- a/tests/cfgs/default/result/teamviewer.pcap.out +++ b/tests/cfgs/default/result/teamviewer.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TeamViewer 352 172990 2 diff --git a/tests/cfgs/default/result/telegram.pcap.out b/tests/cfgs/default/result/telegram.pcap.out index 9c731ec5d..2f38fef6b 100644 --- a/tests/cfgs/default/result/telegram.pcap.out +++ b/tests/cfgs/default/result/telegram.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 306 72708 3 DNS 19 1886 9 diff --git a/tests/cfgs/default/result/telegram_videocall.pcapng.out b/tests/cfgs/default/result/telegram_videocall.pcapng.out index 8ed3d6ad7..d10086fde 100644 --- a/tests/cfgs/default/result/telegram_videocall.pcapng.out +++ b/tests/cfgs/default/result/telegram_videocall.pcapng.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 8/8 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 2 194 2 ICMP 6 828 3 diff --git a/tests/cfgs/default/result/telegram_videocall_2.pcapng.out b/tests/cfgs/default/result/telegram_videocall_2.pcapng.out index bea1b692b..66f4f752d 100644 --- a/tests/cfgs/default/result/telegram_videocall_2.pcapng.out +++ b/tests/cfgs/default/result/telegram_videocall_2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 2 194 2 STUN 8 560 2 diff --git a/tests/cfgs/default/result/telegram_voice.pcapng.out b/tests/cfgs/default/result/telegram_voice.pcapng.out index 047bb9940..e52c70f36 100644 --- a/tests/cfgs/default/result/telegram_voice.pcapng.out +++ b/tests/cfgs/default/result/telegram_voice.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 208 1 MDNS 2 194 2 diff --git a/tests/cfgs/default/result/telnet.pcap.out b/tests/cfgs/default/result/telnet.pcap.out index 1546349d5..2f8f1f595 100644 --- a/tests/cfgs/default/result/telnet.pcap.out +++ b/tests/cfgs/default/result/telnet.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Telnet 127 11528 2 diff --git a/tests/cfgs/default/result/tencent_games.pcap.out b/tests/cfgs/default/result/tencent_games.pcap.out index b9aa11df7..3bdfae9de 100644 --- a/tests/cfgs/default/result/tencent_games.pcap.out +++ b/tests/cfgs/default/result/tencent_games.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TencentGames 32 5618 4 diff --git a/tests/cfgs/default/result/teredo.pcap.out b/tests/cfgs/default/result/teredo.pcap.out index 59e1cf1fb..dee97b2df 100644 --- a/tests/cfgs/default/result/teredo.pcap.out +++ b/tests/cfgs/default/result/teredo.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Teredo 24 2574 5 diff --git a/tests/cfgs/default/result/teso.pcapng.out b/tests/cfgs/default/result/teso.pcapng.out index 0d7099fb4..9043250fb 100644 --- a/tests/cfgs/default/result/teso.pcapng.out +++ b/tests/cfgs/default/result/teso.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TES_Online 8 2253 2 diff --git a/tests/cfgs/default/result/tftp.pcap.out b/tests/cfgs/default/result/tftp.pcap.out index 5c7296348..57e48138c 100644 --- a/tests/cfgs/default/result/tftp.pcap.out +++ b/tests/cfgs/default/result/tftp.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TFTP 109 31453 9 diff --git a/tests/cfgs/default/result/threema.pcap.out b/tests/cfgs/default/result/threema.pcap.out index 531ff1e73..f1520819f 100644 --- a/tests/cfgs/default/result/threema.pcap.out +++ b/tests/cfgs/default/result/threema.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Threema 83 11578 6 diff --git a/tests/cfgs/default/result/thrift.pcap.out b/tests/cfgs/default/result/thrift.pcap.out index b38b14547..4dc412eff 100644 --- a/tests/cfgs/default/result/thrift.pcap.out +++ b/tests/cfgs/default/result/thrift.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Thrift 172 104345 2 diff --git a/tests/cfgs/default/result/tinc.pcap.out b/tests/cfgs/default/result/tinc.pcap.out index 3d9306d16..0f31a1f40 100644 --- a/tests/cfgs/default/result/tinc.pcap.out +++ b/tests/cfgs/default/result/tinc.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TINC 317 352291 4 diff --git a/tests/cfgs/default/result/tk.pcap.out b/tests/cfgs/default/result/tk.pcap.out index 1512df422..a92aa46c1 100644 --- a/tests/cfgs/default/result/tk.pcap.out +++ b/tests/cfgs/default/result/tk.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 6 566 3 diff --git a/tests/cfgs/default/result/tls-appdata.pcap.out b/tests/cfgs/default/result/tls-appdata.pcap.out index 415193b5c..53c648247 100644 --- a/tests/cfgs/default/result/tls-appdata.pcap.out +++ b/tests/cfgs/default/result/tls-appdata.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 120 119945 2 diff --git a/tests/cfgs/default/result/tls-esni-fuzzed.pcap.out b/tests/cfgs/default/result/tls-esni-fuzzed.pcap.out index ff8e4375c..f82275103 100644 --- a/tests/cfgs/default/result/tls-esni-fuzzed.pcap.out +++ b/tests/cfgs/default/result/tls-esni-fuzzed.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 3 2310 3 diff --git a/tests/cfgs/default/result/tls-rdn-extract.pcap.out b/tests/cfgs/default/result/tls-rdn-extract.pcap.out index 61ea1f022..2348a5270 100644 --- a/tests/cfgs/default/result/tls-rdn-extract.pcap.out +++ b/tests/cfgs/default/result/tls-rdn-extract.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Azure 6 7205 1 diff --git a/tests/cfgs/default/result/tls_1.2_unidirectional_client.pcapng.out b/tests/cfgs/default/result/tls_1.2_unidirectional_client.pcapng.out index 0924ef625..02cda66e8 100644 --- a/tests/cfgs/default/result/tls_1.2_unidirectional_client.pcapng.out +++ b/tests/cfgs/default/result/tls_1.2_unidirectional_client.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleServices 17 3004 1 diff --git a/tests/cfgs/default/result/tls_1.2_unidirectional_client_no_cert.pcapng.out b/tests/cfgs/default/result/tls_1.2_unidirectional_client_no_cert.pcapng.out index ad034e080..ec21a0ff7 100644 --- a/tests/cfgs/default/result/tls_1.2_unidirectional_client_no_cert.pcapng.out +++ b/tests/cfgs/default/result/tls_1.2_unidirectional_client_no_cert.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 10 1549 1 diff --git a/tests/cfgs/default/result/tls_1.2_unidirectional_server.pcapng.out b/tests/cfgs/default/result/tls_1.2_unidirectional_server.pcapng.out index e3389ef8b..0ecced0ca 100644 --- a/tests/cfgs/default/result/tls_1.2_unidirectional_server.pcapng.out +++ b/tests/cfgs/default/result/tls_1.2_unidirectional_server.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTubeUpload 18 7218 1 diff --git a/tests/cfgs/default/result/tls_1.2_unidirectional_server_no_cert.pcapng.out b/tests/cfgs/default/result/tls_1.2_unidirectional_server_no_cert.pcapng.out index d05936169..daa8f43e5 100644 --- a/tests/cfgs/default/result/tls_1.2_unidirectional_server_no_cert.pcapng.out +++ b/tests/cfgs/default/result/tls_1.2_unidirectional_server_no_cert.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 10 1978 1 diff --git a/tests/cfgs/default/result/tls_1.3_unidirectional_client.pcapng.out b/tests/cfgs/default/result/tls_1.3_unidirectional_client.pcapng.out index 118dfdd37..116073674 100644 --- a/tests/cfgs/default/result/tls_1.3_unidirectional_client.pcapng.out +++ b/tests/cfgs/default/result/tls_1.3_unidirectional_client.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 9 1488 1 diff --git a/tests/cfgs/default/result/tls_1.3_unidirectional_server.pcapng.out b/tests/cfgs/default/result/tls_1.3_unidirectional_server.pcapng.out index 5146f3516..d815fe153 100644 --- a/tests/cfgs/default/result/tls_1.3_unidirectional_server.pcapng.out +++ b/tests/cfgs/default/result/tls_1.3_unidirectional_server.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 9 1651 1 diff --git a/tests/cfgs/default/result/tls_2_reasms.pcapng.out b/tests/cfgs/default/result/tls_2_reasms.pcapng.out index 8d4bf9ca5..e5e80a62e 100644 --- a/tests/cfgs/default/result/tls_2_reasms.pcapng.out +++ b/tests/cfgs/default/result/tls_2_reasms.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Instagram 14 6907 1 diff --git a/tests/cfgs/default/result/tls_2_reasms_b.pcapng.out b/tests/cfgs/default/result/tls_2_reasms_b.pcapng.out index 9430fe140..bd2abf268 100644 --- a/tests/cfgs/default/result/tls_2_reasms_b.pcapng.out +++ b/tests/cfgs/default/result/tls_2_reasms_b.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) FbookReelStory 15 13455 1 diff --git a/tests/cfgs/default/result/tls_alert.pcap.out b/tests/cfgs/default/result/tls_alert.pcap.out index 1d90cb64e..ffaf3f3c4 100644 --- a/tests/cfgs/default/result/tls_alert.pcap.out +++ b/tests/cfgs/default/result/tls_alert.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 7 533 1 Google 11 952 1 diff --git a/tests/cfgs/default/result/tls_certificate_too_long.pcap.out b/tests/cfgs/default/result/tls_certificate_too_long.pcap.out index 1d6c85493..f31fec3ca 100644 --- a/tests/cfgs/default/result/tls_certificate_too_long.pcap.out +++ b/tests/cfgs/default/result/tls_certificate_too_long.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 10/10 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 8/0 (search/found) Hash fp custom protos: 8/0 (search/found) +Hash url custom protos: 2/0 (search/found) Unknown 13 5582 1 DNS 38 4855 10 diff --git a/tests/cfgs/default/result/tls_change_cipher.pcap.out b/tests/cfgs/default/result/tls_change_cipher.pcap.out index 4310ac598..b1609cd3f 100644 --- a/tests/cfgs/default/result/tls_change_cipher.pcap.out +++ b/tests/cfgs/default/result/tls_change_cipher.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 14 13753 1 diff --git a/tests/cfgs/default/result/tls_cipher_lens.pcap.out b/tests/cfgs/default/result/tls_cipher_lens.pcap.out index 75e17bf5a..442967b0f 100644 --- a/tests/cfgs/default/result/tls_cipher_lens.pcap.out +++ b/tests/cfgs/default/result/tls_cipher_lens.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 4 932 4 Google 1 233 1 diff --git a/tests/cfgs/default/result/tls_client_certificate_with_missing_server_one.pcapng.out b/tests/cfgs/default/result/tls_client_certificate_with_missing_server_one.pcapng.out index f28cd5eda..e3661a2e6 100644 --- a/tests/cfgs/default/result/tls_client_certificate_with_missing_server_one.pcapng.out +++ b/tests/cfgs/default/result/tls_client_certificate_with_missing_server_one.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 8 2093 1 AnyDesk 9 3433 1 diff --git a/tests/cfgs/default/result/tls_ech.pcapng.out b/tests/cfgs/default/result/tls_ech.pcapng.out index aee0adbe4..f5d0a5927 100644 --- a/tests/cfgs/default/result/tls_ech.pcapng.out +++ b/tests/cfgs/default/result/tls_ech.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cloudflare 10 4226 1 diff --git a/tests/cfgs/default/result/tls_esni_sni_both.pcap.out b/tests/cfgs/default/result/tls_esni_sni_both.pcap.out index 07c7df015..fba2591f4 100644 --- a/tests/cfgs/default/result/tls_esni_sni_both.pcap.out +++ b/tests/cfgs/default/result/tls_esni_sni_both.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 38 15899 2 diff --git a/tests/cfgs/default/result/tls_false_positives.pcapng.out b/tests/cfgs/default/result/tls_false_positives.pcapng.out index 2f44a2e32..41dbe19bd 100644 --- a/tests/cfgs/default/result/tls_false_positives.pcapng.out +++ b/tests/cfgs/default/result/tls_false_positives.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 30 37313 1 diff --git a/tests/cfgs/default/result/tls_heur__shadowsocks-tcp.pcapng.out b/tests/cfgs/default/result/tls_heur__shadowsocks-tcp.pcapng.out index c38919eed..d4a417a8f 100644 --- a/tests/cfgs/default/result/tls_heur__shadowsocks-tcp.pcapng.out +++ b/tests/cfgs/default/result/tls_heur__shadowsocks-tcp.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 25 22923 1 DNS 4 772 1 diff --git a/tests/cfgs/default/result/tls_heur__trojan-tcp-tls.pcapng.out b/tests/cfgs/default/result/tls_heur__trojan-tcp-tls.pcapng.out index f5bc2fbc0..da3517dc6 100644 --- a/tests/cfgs/default/result/tls_heur__trojan-tcp-tls.pcapng.out +++ b/tests/cfgs/default/result/tls_heur__trojan-tcp-tls.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2257 7 TLS 25 11617 1 diff --git a/tests/cfgs/default/result/tls_heur__vmess-tcp-tls.pcapng.out b/tests/cfgs/default/result/tls_heur__vmess-tcp-tls.pcapng.out index 0a9dac445..ff1b82f99 100644 --- a/tests/cfgs/default/result/tls_heur__vmess-tcp-tls.pcapng.out +++ b/tests/cfgs/default/result/tls_heur__vmess-tcp-tls.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2006 7 TLS 30 14152 1 diff --git a/tests/cfgs/default/result/tls_heur__vmess-tcp.pcapng.out b/tests/cfgs/default/result/tls_heur__vmess-tcp.pcapng.out index 631c51020..3456ee7bb 100644 --- a/tests/cfgs/default/result/tls_heur__vmess-tcp.pcapng.out +++ b/tests/cfgs/default/result/tls_heur__vmess-tcp.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 29 22543 1 DNS 4 900 1 diff --git a/tests/cfgs/default/result/tls_heur__vmess-websocket.pcapng.out b/tests/cfgs/default/result/tls_heur__vmess-websocket.pcapng.out index 7d68d5b4c..2f75e803b 100644 --- a/tests/cfgs/default/result/tls_heur__vmess-websocket.pcapng.out +++ b/tests/cfgs/default/result/tls_heur__vmess-websocket.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 4 772 1 YouTube 28 23909 1 diff --git a/tests/cfgs/default/result/tls_invalid_reads.pcap.out b/tests/cfgs/default/result/tls_invalid_reads.pcap.out index 616228865..8371b848f 100644 --- a/tests/cfgs/default/result/tls_invalid_reads.pcap.out +++ b/tests/cfgs/default/result/tls_invalid_reads.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 8 1891 2 Crashlytics 3 560 1 diff --git a/tests/cfgs/default/result/tls_long_cert.pcap.out b/tests/cfgs/default/result/tls_long_cert.pcap.out index f5aceb4a8..ba45e5ad4 100644 --- a/tests/cfgs/default/result/tls_long_cert.pcap.out +++ b/tests/cfgs/default/result/tls_long_cert.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 182 117601 1 diff --git a/tests/cfgs/default/result/tls_malicious_sha1.pcapng.out b/tests/cfgs/default/result/tls_malicious_sha1.pcapng.out index 2eceec873..84b59d85c 100644 --- a/tests/cfgs/default/result/tls_malicious_sha1.pcapng.out +++ b/tests/cfgs/default/result/tls_malicious_sha1.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 22 7204 1 diff --git a/tests/cfgs/default/result/tls_missing_ch_frag.pcap.out b/tests/cfgs/default/result/tls_missing_ch_frag.pcap.out index 2d45a5d3d..d6cfeb691 100644 --- a/tests/cfgs/default/result/tls_missing_ch_frag.pcap.out +++ b/tests/cfgs/default/result/tls_missing_ch_frag.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 14 10082 1 diff --git a/tests/cfgs/default/result/tls_multiple_synack_different_seq.pcapng.out b/tests/cfgs/default/result/tls_multiple_synack_different_seq.pcapng.out index adb2f4f52..f193f2f28 100644 --- a/tests/cfgs/default/result/tls_multiple_synack_different_seq.pcapng.out +++ b/tests/cfgs/default/result/tls_multiple_synack_different_seq.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) AWS_S3 10 6532 1 diff --git a/tests/cfgs/default/result/tls_port_80.pcapng.out b/tests/cfgs/default/result/tls_port_80.pcapng.out index a0d27c174..0314df9ec 100644 --- a/tests/cfgs/default/result/tls_port_80.pcapng.out +++ b/tests/cfgs/default/result/tls_port_80.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 13 2439 1 diff --git a/tests/cfgs/default/result/tls_torrent.pcapng.out b/tests/cfgs/default/result/tls_torrent.pcapng.out index 37dcaec0d..251913118 100644 --- a/tests/cfgs/default/result/tls_torrent.pcapng.out +++ b/tests/cfgs/default/result/tls_torrent.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 7 6308 1 diff --git a/tests/cfgs/default/result/tls_unidirectional.pcap.out b/tests/cfgs/default/result/tls_unidirectional.pcap.out index 1a6244a97..085ed7afd 100644 --- a/tests/cfgs/default/result/tls_unidirectional.pcap.out +++ b/tests/cfgs/default/result/tls_unidirectional.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 8 550 1 diff --git a/tests/cfgs/default/result/tls_verylong_certificate.pcap.out b/tests/cfgs/default/result/tls_verylong_certificate.pcap.out index 70e49d3e5..633efb718 100644 --- a/tests/cfgs/default/result/tls_verylong_certificate.pcap.out +++ b/tests/cfgs/default/result/tls_verylong_certificate.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Cybersec 48 22229 1 diff --git a/tests/cfgs/default/result/tls_with_huge_ch.pcapng.out b/tests/cfgs/default/result/tls_with_huge_ch.pcapng.out index cf7b4b494..cf9e18afe 100644 --- a/tests/cfgs/default/result/tls_with_huge_ch.pcapng.out +++ b/tests/cfgs/default/result/tls_with_huge_ch.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 428 119100 1 diff --git a/tests/cfgs/default/result/toca-boca.pcap.out b/tests/cfgs/default/result/toca-boca.pcap.out index e4b02f174..3e8de2397 100644 --- a/tests/cfgs/default/result/toca-boca.pcap.out +++ b/tests/cfgs/default/result/toca-boca.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TocaBoca 77 15576 21 diff --git a/tests/cfgs/default/result/tor-browser.pcap.out b/tests/cfgs/default/result/tor-browser.pcap.out index 3df603530..6ce79f3cd 100644 --- a/tests/cfgs/default/result/tor-browser.pcap.out +++ b/tests/cfgs/default/result/tor-browser.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 295 1 ICMP 19 10194 1 diff --git a/tests/cfgs/default/result/tor.pcap.out b/tests/cfgs/default/result/tor.pcap.out index 46656c25d..46ce8b999 100644 --- a/tests/cfgs/default/result/tor.pcap.out +++ b/tests/cfgs/default/result/tor.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 7/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 7/0 (search/found) +Hash url custom protos: 0/0 (search/found) SMBv1 1 252 1 TLS 220 93832 5 diff --git a/tests/cfgs/default/result/tplink_shp.pcap.out b/tests/cfgs/default/result/tplink_shp.pcap.out index 88a83f3c4..281c1c90a 100644 --- a/tests/cfgs/default/result/tplink_shp.pcap.out +++ b/tests/cfgs/default/result/tplink_shp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TPLINK_SHP 251 17821 8 diff --git a/tests/cfgs/default/result/trdp.pcapng.out b/tests/cfgs/default/result/trdp.pcapng.out index 551eced1b..f47bff512 100644 --- a/tests/cfgs/default/result/trdp.pcapng.out +++ b/tests/cfgs/default/result/trdp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TRDP 14 1508 3 diff --git a/tests/cfgs/default/result/trickbot.pcap.out b/tests/cfgs/default/result/trickbot.pcap.out index f43529d53..2156defd5 100644 --- a/tests/cfgs/default/result/trickbot.pcap.out +++ b/tests/cfgs/default/result/trickbot.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 74 62002 1 diff --git a/tests/cfgs/default/result/tristation.pcap.out b/tests/cfgs/default/result/tristation.pcap.out index 4d6e31944..bc62260f1 100644 --- a/tests/cfgs/default/result/tristation.pcap.out +++ b/tests/cfgs/default/result/tristation.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TriStation 896 144336 11 diff --git a/tests/cfgs/default/result/tumblr.pcap.out b/tests/cfgs/default/result/tumblr.pcap.out index 8b135aaf9..d9c1e166f 100644 --- a/tests/cfgs/default/result/tumblr.pcap.out +++ b/tests/cfgs/default/result/tumblr.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 9/9 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 9/0 (search/found) Hash fp custom protos: 9/0 (search/found) +Hash url custom protos: 0/0 (search/found) Yahoo 31 9933 1 Tumblr 84 38260 2 diff --git a/tests/cfgs/default/result/tunnelbear.pcap.out b/tests/cfgs/default/result/tunnelbear.pcap.out index 4e5bcfffa..372b2079d 100644 --- a/tests/cfgs/default/result/tunnelbear.pcap.out +++ b/tests/cfgs/default/result/tunnelbear.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 19/19 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 20/0 (search/found) Hash fp custom protos: 20/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 5 306 1 TLS 58 22847 3 diff --git a/tests/cfgs/default/result/tuya_lp.pcap.out b/tests/cfgs/default/result/tuya_lp.pcap.out index 4f23b21fa..632f89daf 100644 --- a/tests/cfgs/default/result/tuya_lp.pcap.out +++ b/tests/cfgs/default/result/tuya_lp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TuyaLP 98 21948 13 diff --git a/tests/cfgs/default/result/ubntac2.pcap.out b/tests/cfgs/default/result/ubntac2.pcap.out index 898a0c0f4..84a87efa8 100644 --- a/tests/cfgs/default/result/ubntac2.pcap.out +++ b/tests/cfgs/default/result/ubntac2.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) UBNTAC2 22 4514 13 diff --git a/tests/cfgs/default/result/uftp_v4_v5.pcap.out b/tests/cfgs/default/result/uftp_v4_v5.pcap.out index c5d562591..c5040973e 100644 --- a/tests/cfgs/default/result/uftp_v4_v5.pcap.out +++ b/tests/cfgs/default/result/uftp_v4_v5.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) UFTP 260 296340 3 diff --git a/tests/cfgs/default/result/ultrasurf.pcap.out b/tests/cfgs/default/result/ultrasurf.pcap.out index e6b127849..af660ef85 100644 --- a/tests/cfgs/default/result/ultrasurf.pcap.out +++ b/tests/cfgs/default/result/ultrasurf.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 233 106228 2 UltraSurf 100 120543 1 diff --git a/tests/cfgs/default/result/umas.pcap.out b/tests/cfgs/default/result/umas.pcap.out index 35408622d..16a04c03f 100644 --- a/tests/cfgs/default/result/umas.pcap.out +++ b/tests/cfgs/default/result/umas.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) UMAS 191 29046 1 diff --git a/tests/cfgs/default/result/upnp.pcap.out b/tests/cfgs/default/result/upnp.pcap.out index 1541dfee6..22914bdb4 100644 --- a/tests/cfgs/default/result/upnp.pcap.out +++ b/tests/cfgs/default/result/upnp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WSD 14 9912 2 diff --git a/tests/cfgs/default/result/viber.pcap.out b/tests/cfgs/default/result/viber.pcap.out index 2ca174608..704723eef 100644 --- a/tests/cfgs/default/result/viber.pcap.out +++ b/tests/cfgs/default/result/viber.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 11/11 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 7/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2239 8 MDNS 4 412 1 diff --git a/tests/cfgs/default/result/vivox.pcapng.out b/tests/cfgs/default/result/vivox.pcapng.out index 0b4fc502f..d1a243da5 100644 --- a/tests/cfgs/default/result/vivox.pcapng.out +++ b/tests/cfgs/default/result/vivox.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) RTP 3 361 1 Vivox 4 509 1 diff --git a/tests/cfgs/default/result/vk.pcapng.out b/tests/cfgs/default/result/vk.pcapng.out index 6e0df5c7a..d5b35c104 100644 --- a/tests/cfgs/default/result/vk.pcapng.out +++ b/tests/cfgs/default/result/vk.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 4/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) VK 82 10228 4 TLS 827 116853 6 diff --git a/tests/cfgs/default/result/vnc.pcap.out b/tests/cfgs/default/result/vnc.pcap.out index db3c67b76..628ce483c 100644 --- a/tests/cfgs/default/result/vnc.pcap.out +++ b/tests/cfgs/default/result/vnc.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) VNC 4551 329158 2 diff --git a/tests/cfgs/default/result/vrrp3.pcapng.out b/tests/cfgs/default/result/vrrp3.pcapng.out index df0e89862..b44d9765d 100644 --- a/tests/cfgs/default/result/vrrp3.pcapng.out +++ b/tests/cfgs/default/result/vrrp3.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) VRRP 10 820 2 diff --git a/tests/cfgs/default/result/vxlan.pcap.out b/tests/cfgs/default/result/vxlan.pcap.out index 8a12297dd..7038bb90f 100644 --- a/tests/cfgs/default/result/vxlan.pcap.out +++ b/tests/cfgs/default/result/vxlan.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 8 1170 2 Facebook 119 84152 2 diff --git a/tests/cfgs/default/result/wa_video.pcap.out b/tests/cfgs/default/result/wa_video.pcap.out index 1e9e997ba..e839654b3 100644 --- a/tests/cfgs/default/result/wa_video.pcap.out +++ b/tests/cfgs/default/result/wa_video.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SSDP 8 1377 3 DHCP 2 684 1 diff --git a/tests/cfgs/default/result/wa_voice.pcap.out b/tests/cfgs/default/result/wa_voice.pcap.out index 5b87a6d65..1b70f5692 100644 --- a/tests/cfgs/default/result/wa_voice.pcap.out +++ b/tests/cfgs/default/result/wa_voice.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 2 120 1 DNS 8 738 4 diff --git a/tests/cfgs/default/result/waze.pcap.out b/tests/cfgs/default/result/waze.pcap.out index 9ecf28b74..2fb911d31 100644 --- a/tests/cfgs/default/result/waze.pcap.out +++ b/tests/cfgs/default/result/waze.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 22/22 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 13/0 (search/found) Hash fp custom protos: 13/0 (search/found) +Hash url custom protos: 8/0 (search/found) Unknown 10 786 1 HTTP 65 64777 8 diff --git a/tests/cfgs/default/result/webdav.pcap.out b/tests/cfgs/default/result/webdav.pcap.out index c11e43c46..204a02e6c 100644 --- a/tests/cfgs/default/result/webdav.pcap.out +++ b/tests/cfgs/default/result/webdav.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 8/8 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 8/0 (search/found) WebDAV 92 22025 8 diff --git a/tests/cfgs/default/result/webex.pcap.out b/tests/cfgs/default/result/webex.pcap.out index f3c71fa38..7c5fcb56d 100644 --- a/tests/cfgs/default/result/webex.pcap.out +++ b/tests/cfgs/default/result/webex.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 52/52 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 49/0 (search/found) Hash fp custom protos: 49/0 (search/found) +Hash url custom protos: 2/0 (search/found) HTTP 22 3182 2 TLS 259 29507 23 diff --git a/tests/cfgs/default/result/websocket-chisel-ssh.pcap.out b/tests/cfgs/default/result/websocket-chisel-ssh.pcap.out index ca90adb42..4112531ed 100644 --- a/tests/cfgs/default/result/websocket-chisel-ssh.pcap.out +++ b/tests/cfgs/default/result/websocket-chisel-ssh.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WebSocket 9 1243 2 diff --git a/tests/cfgs/default/result/websocket.pcap.out b/tests/cfgs/default/result/websocket.pcap.out index d643bc974..9bf54c1a1 100644 --- a/tests/cfgs/default/result/websocket.pcap.out +++ b/tests/cfgs/default/result/websocket.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WebSocket 5 441 1 diff --git a/tests/cfgs/default/result/wechat.pcap.out b/tests/cfgs/default/result/wechat.pcap.out index c6d8c6c1a..826206e96 100644 --- a/tests/cfgs/default/result/wechat.pcap.out +++ b/tests/cfgs/default/result/wechat.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 35/35 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 28/0 (search/found) Hash fp custom protos: 28/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 33 4085 20 HTTP 70 4620 8 diff --git a/tests/cfgs/default/result/weibo.pcap.out b/tests/cfgs/default/result/weibo.pcap.out index 28441d058..77606a92e 100644 --- a/tests/cfgs/default/result/weibo.pcap.out +++ b/tests/cfgs/default/result/weibo.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 24/24 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 10/0 (search/found) DNS 21 2265 12 HTTP 10 676 4 diff --git a/tests/cfgs/default/result/whatsapp.pcap.out b/tests/cfgs/default/result/whatsapp.pcap.out index 555e65076..74b080ad4 100644 --- a/tests/cfgs/default/result/whatsapp.pcap.out +++ b/tests/cfgs/default/result/whatsapp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 86/86 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsApp 679 96293 86 diff --git a/tests/cfgs/default/result/whatsapp_login_call.pcap.out b/tests/cfgs/default/result/whatsapp_login_call.pcap.out index 18b04c0da..313411bf1 100644 --- a/tests/cfgs/default/result/whatsapp_login_call.pcap.out +++ b/tests/cfgs/default/result/whatsapp_login_call.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 5/5 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 3/0 (search/found) Hash fp custom protos: 3/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 610 2 HTTP 11 726 3 diff --git a/tests/cfgs/default/result/whatsapp_login_chat.pcap.out b/tests/cfgs/default/result/whatsapp_login_chat.pcap.out index 0d68252f2..a8caa5b5c 100644 --- a/tests/cfgs/default/result/whatsapp_login_chat.pcap.out +++ b/tests/cfgs/default/result/whatsapp_login_chat.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 280 1 MDNS 2 202 2 diff --git a/tests/cfgs/default/result/whatsapp_voice_and_message.pcap.out b/tests/cfgs/default/result/whatsapp_voice_and_message.pcap.out index bb9786bd7..3816089dc 100644 --- a/tests/cfgs/default/result/whatsapp_voice_and_message.pcap.out +++ b/tests/cfgs/default/result/whatsapp_voice_and_message.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 5/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsAppCall 44 5916 8 WhatsApp 217 22139 5 diff --git a/tests/cfgs/default/result/whatsappfiles.pcap.out b/tests/cfgs/default/result/whatsappfiles.pcap.out index 60f861eb8..abda125b3 100644 --- a/tests/cfgs/default/result/whatsappfiles.pcap.out +++ b/tests/cfgs/default/result/whatsappfiles.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsAppFiles 620 452233 2 diff --git a/tests/cfgs/default/result/whois.pcapng.out b/tests/cfgs/default/result/whois.pcapng.out index 1543f0c3b..9e719c6fa 100644 --- a/tests/cfgs/default/result/whois.pcapng.out +++ b/tests/cfgs/default/result/whois.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 7 2046 1 Whois-DAS 16 4294 2 diff --git a/tests/cfgs/default/result/windowsupdate_over_http.pcap.out b/tests/cfgs/default/result/windowsupdate_over_http.pcap.out index 470721aeb..2cde84163 100644 --- a/tests/cfgs/default/result/windowsupdate_over_http.pcap.out +++ b/tests/cfgs/default/result/windowsupdate_over_http.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) WindowsUpdate 20 15975 1 diff --git a/tests/cfgs/default/result/windscribe.pcapng.out b/tests/cfgs/default/result/windscribe.pcapng.out index 459c1108d..09ac0ed23 100644 --- a/tests/cfgs/default/result/windscribe.pcapng.out +++ b/tests/cfgs/default/result/windscribe.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Windscribe 24 9582 1 diff --git a/tests/cfgs/default/result/wireguard.pcap.out b/tests/cfgs/default/result/wireguard.pcap.out index c5943663c..0290fd0b5 100644 --- a/tests/cfgs/default/result/wireguard.pcap.out +++ b/tests/cfgs/default/result/wireguard.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WireGuard 52 12740 2 diff --git a/tests/cfgs/default/result/xdmcp.pcap.out b/tests/cfgs/default/result/xdmcp.pcap.out index 73f773141..79e34df84 100644 --- a/tests/cfgs/default/result/xdmcp.pcap.out +++ b/tests/cfgs/default/result/xdmcp.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) XDMCP 6 598 1 diff --git a/tests/cfgs/default/result/xiaomi.pcap.out b/tests/cfgs/default/result/xiaomi.pcap.out index d10c7ce49..b5d608e4c 100644 --- a/tests/cfgs/default/result/xiaomi.pcap.out +++ b/tests/cfgs/default/result/xiaomi.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) Xiaomi 52 11467 7 diff --git a/tests/cfgs/default/result/xss.pcap.out b/tests/cfgs/default/result/xss.pcap.out index 478d648a5..b67a3f073 100644 --- a/tests/cfgs/default/result/xss.pcap.out +++ b/tests/cfgs/default/result/xss.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 2/2 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 11 3209 2 diff --git a/tests/cfgs/default/result/yandex.pcapng.out b/tests/cfgs/default/result/yandex.pcapng.out index f2b9c3f51..1c25a01d9 100644 --- a/tests/cfgs/default/result/yandex.pcapng.out +++ b/tests/cfgs/default/result/yandex.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 9/9 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 9/0 (search/found) Hash fp custom protos: 9/0 (search/found) +Hash url custom protos: 0/0 (search/found) Yandex 20 3709 2 YandexMail 11 3137 1 diff --git a/tests/cfgs/default/result/yojimbo.pcap.out b/tests/cfgs/default/result/yojimbo.pcap.out index 08c47ca6c..0e641718c 100644 --- a/tests/cfgs/default/result/yojimbo.pcap.out +++ b/tests/cfgs/default/result/yojimbo.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Yojimbo 1 1120 1 diff --git a/tests/cfgs/default/result/youtube_quic.pcap.out b/tests/cfgs/default/result/youtube_quic.pcap.out index 6faa22685..dfafd7a52 100644 --- a/tests/cfgs/default/result/youtube_quic.pcap.out +++ b/tests/cfgs/default/result/youtube_quic.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTube 258 178495 1 Google 31 13144 2 diff --git a/tests/cfgs/default/result/youtubeupload.pcap.out b/tests/cfgs/default/result/youtubeupload.pcap.out index 26766174d..c6c0a2e1f 100644 --- a/tests/cfgs/default/result/youtubeupload.pcap.out +++ b/tests/cfgs/default/result/youtubeupload.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) YouTubeUpload 137 127038 3 diff --git a/tests/cfgs/default/result/z3950.pcapng.out b/tests/cfgs/default/result/z3950.pcapng.out index 249da6bea..ee299bb6c 100644 --- a/tests/cfgs/default/result/z3950.pcapng.out +++ b/tests/cfgs/default/result/z3950.pcapng.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Z3950 31 6308 2 diff --git a/tests/cfgs/default/result/zabbix.pcap.out b/tests/cfgs/default/result/zabbix.pcap.out index 1af881f6f..542ce79e7 100644 --- a/tests/cfgs/default/result/zabbix.pcap.out +++ b/tests/cfgs/default/result/zabbix.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 24/24 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Zabbix 236 24571 24 diff --git a/tests/cfgs/default/result/zattoo.pcap.out b/tests/cfgs/default/result/zattoo.pcap.out index 369f05a8e..aee2d4382 100644 --- a/tests/cfgs/default/result/zattoo.pcap.out +++ b/tests/cfgs/default/result/zattoo.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 1/0 (search/found) Zattoo 32 13467 2 diff --git a/tests/cfgs/default/result/zeromq.pcapng.out b/tests/cfgs/default/result/zeromq.pcapng.out index 398455309..8732af1e2 100644 --- a/tests/cfgs/default/result/zeromq.pcapng.out +++ b/tests/cfgs/default/result/zeromq.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ZeroMQ 44 3295 1 diff --git a/tests/cfgs/default/result/zmap.pcap.out b/tests/cfgs/default/result/zmap.pcap.out index 5b4036a27..47a8bf258 100644 --- a/tests/cfgs/default/result/zmap.pcap.out +++ b/tests/cfgs/default/result/zmap.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 10/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 10 540 10 diff --git a/tests/cfgs/default/result/zoom.pcap.out b/tests/cfgs/default/result/zoom.pcap.out index 79cf4c84e..83e57d947 100644 --- a/tests/cfgs/default/result/zoom.pcap.out +++ b/tests/cfgs/default/result/zoom.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 9/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 10/0 (search/found) Hash fp custom protos: 10/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 12 1043 6 HTTP 6 952 1 diff --git a/tests/cfgs/default/result/zoom2.pcap.out b/tests/cfgs/default/result/zoom2.pcap.out index 074d5032f..249c199e0 100644 --- a/tests/cfgs/default/result/zoom2.pcap.out +++ b/tests/cfgs/default/result/zoom2.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Zoom 342 112658 4 diff --git a/tests/cfgs/default/result/zoom_p2p.pcapng.out b/tests/cfgs/default/result/zoom_p2p.pcapng.out index 380ff4151..5f9d75345 100644 --- a/tests/cfgs/default/result/zoom_p2p.pcapng.out +++ b/tests/cfgs/default/result/zoom_p2p.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 3 549 1 ICMP 53 6042 2 diff --git a/tests/cfgs/default/result/zug.pcap.out b/tests/cfgs/default/result/zug.pcap.out index be3f264b3..303330c42 100644 --- a/tests/cfgs/default/result/zug.pcap.out +++ b/tests/cfgs/default/result/zug.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1 452 1 ZUG 6 984 6 diff --git a/tests/cfgs/disable_aggressiveness/result/ookla.pcap.out b/tests/cfgs/disable_aggressiveness/result/ookla.pcap.out index fd7446418..fed3f1af7 100644 --- a/tests/cfgs/disable_aggressiveness/result/ookla.pcap.out +++ b/tests/cfgs/disable_aggressiveness/result/ookla.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 6/4 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 1/0 (search/found) TLS 29 23166 1 Ookla 84 15245 5 diff --git a/tests/cfgs/disable_protocols/result/dns_long_domainname.pcap.out b/tests/cfgs/disable_protocols/result/dns_long_domainname.pcap.out index 3ecb165f1..c8ec8eaad 100644 --- a/tests/cfgs/disable_protocols/result/dns_long_domainname.pcap.out +++ b/tests/cfgs/disable_protocols/result/dns_long_domainname.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 2 262 1 diff --git a/tests/cfgs/disable_protocols/result/esp.pcapng.out b/tests/cfgs/disable_protocols/result/esp.pcapng.out index c0609798c..8b7cd64f8 100644 --- a/tests/cfgs/disable_protocols/result/esp.pcapng.out +++ b/tests/cfgs/disable_protocols/result/esp.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 1524 1 ESP 2 332 1 diff --git a/tests/cfgs/disable_protocols/result/ospfv2_add_new_prefix.pcap.out b/tests/cfgs/disable_protocols/result/ospfv2_add_new_prefix.pcap.out index 57ed8d5ab..d411137e4 100644 --- a/tests/cfgs/disable_protocols/result/ospfv2_add_new_prefix.pcap.out +++ b/tests/cfgs/disable_protocols/result/ospfv2_add_new_prefix.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 2 200 1 diff --git a/tests/cfgs/disable_protocols/result/pluralsight.pcap.out b/tests/cfgs/disable_protocols/result/pluralsight.pcap.out index 7be4d411a..d85837abc 100644 --- a/tests/cfgs/disable_protocols/result/pluralsight.pcap.out +++ b/tests/cfgs/disable_protocols/result/pluralsight.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 6/6 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 6/0 (search/found) Hash fp custom protos: 6/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 44 29652 6 diff --git a/tests/cfgs/disable_protocols/result/quic-mvfst-27.pcapng.out b/tests/cfgs/disable_protocols/result/quic-mvfst-27.pcapng.out index 3a06cf534..747d8b42d 100644 --- a/tests/cfgs/disable_protocols/result/quic-mvfst-27.pcapng.out +++ b/tests/cfgs/disable_protocols/result/quic-mvfst-27.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Facebook 20 11399 1 diff --git a/tests/cfgs/disable_protocols/result/sctp.cap.out b/tests/cfgs/disable_protocols/result/sctp.cap.out index df31d58d3..57984f8d3 100644 --- a/tests/cfgs/disable_protocols/result/sctp.cap.out +++ b/tests/cfgs/disable_protocols/result/sctp.cap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SCTP 4 340 2 diff --git a/tests/cfgs/disable_protocols/result/soap.pcap.out b/tests/cfgs/disable_protocols/result/soap.pcap.out index 331d2b3ad..54e7b387d 100644 --- a/tests/cfgs/disable_protocols/result/soap.pcap.out +++ b/tests/cfgs/disable_protocols/result/soap.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 19 9442 2 Microsoft365 1 1506 1 diff --git a/tests/cfgs/disable_use_client_ip/result/bot.pcap.out b/tests/cfgs/disable_use_client_ip/result/bot.pcap.out index 1903cfcda..44eabcf69 100644 --- a/tests/cfgs/disable_use_client_ip/result/bot.pcap.out +++ b/tests/cfgs/disable_use_client_ip/result/bot.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 402 431124 1 diff --git a/tests/cfgs/disable_use_client_port/result/iphone.pcap.out b/tests/cfgs/disable_use_client_port/result/iphone.pcap.out index e040273cb..22e4a6756 100644 --- a/tests/cfgs/disable_use_client_port/result/iphone.pcap.out +++ b/tests/cfgs/disable_use_client_port/result/iphone.pcap.out @@ -28,6 +28,7 @@ Hash TCP fingerprints: 15/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 14/0 (search/found) Hash fp custom protos: 14/0 (search/found) +Hash url custom protos: 1/0 (search/found) Unknown 2 120 1 DNS 38 5468 19 diff --git a/tests/cfgs/dns_sub_enable/result/dns.pcap.out b/tests/cfgs/dns_sub_enable/result/dns.pcap.out index cd905368a..24a73f26d 100644 --- a/tests/cfgs/dns_sub_enable/result/dns.pcap.out +++ b/tests/cfgs/dns_sub_enable/result/dns.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 11 2646 1 MDNS 1 371 1 diff --git a/tests/cfgs/dns_sub_enable/result/dns2.pcap.out b/tests/cfgs/dns_sub_enable/result/dns2.pcap.out index 41aa83677..f1dce47e4 100644 --- a/tests/cfgs/dns_sub_enable/result/dns2.pcap.out +++ b/tests/cfgs/dns_sub_enable/result/dns2.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Github 4 405 1 diff --git a/tests/cfgs/dns_sub_enable/result/dns_multiple_transactions_same_flow.pcap.out b/tests/cfgs/dns_sub_enable/result/dns_multiple_transactions_same_flow.pcap.out index e29e7fd49..dfe6c1987 100644 --- a/tests/cfgs/dns_sub_enable/result/dns_multiple_transactions_same_flow.pcap.out +++ b/tests/cfgs/dns_sub_enable/result/dns_multiple_transactions_same_flow.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Google 80 10969 1 diff --git a/tests/cfgs/dns_sub_enable/result/dns_retransmissions.pcap.out b/tests/cfgs/dns_sub_enable/result/dns_retransmissions.pcap.out index e227222bf..596b16d46 100644 --- a/tests/cfgs/dns_sub_enable/result/dns_retransmissions.pcap.out +++ b/tests/cfgs/dns_sub_enable/result/dns_retransmissions.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Microsoft 4 450 1 diff --git a/tests/cfgs/dns_subclassification_and_process_response_disable/result/dns.pcap.out b/tests/cfgs/dns_subclassification_and_process_response_disable/result/dns.pcap.out index 5fcc5c31d..b2f3ae5d7 100644 --- a/tests/cfgs/dns_subclassification_and_process_response_disable/result/dns.pcap.out +++ b/tests/cfgs/dns_subclassification_and_process_response_disable/result/dns.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 3182 3 MDNS 1 371 1 diff --git a/tests/cfgs/enable_doh_heuristic/result/doh.pcapng.out b/tests/cfgs/enable_doh_heuristic/result/doh.pcapng.out index 15e322e89..aec76fd40 100644 --- a/tests/cfgs/enable_doh_heuristic/result/doh.pcapng.out +++ b/tests/cfgs/enable_doh_heuristic/result/doh.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 120 14592 1 diff --git a/tests/cfgs/enable_payload_stat/result/1kxun.pcap.out b/tests/cfgs/enable_payload_stat/result/1kxun.pcap.out index 7781b9859..82d17d87c 100644 --- a/tests/cfgs/enable_payload_stat/result/1kxun.pcap.out +++ b/tests/cfgs/enable_payload_stat/result/1kxun.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 22/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 85/0 (search/found) Unknown 19 5564 9 DNS 17 1719 6 diff --git a/tests/cfgs/flow_risk_infos_disabled/result/http_invalid_server.pcap.out b/tests/cfgs/flow_risk_infos_disabled/result/http_invalid_server.pcap.out index bb0e8f4d0..b8a3cc06b 100644 --- a/tests/cfgs/flow_risk_infos_disabled/result/http_invalid_server.pcap.out +++ b/tests/cfgs/flow_risk_infos_disabled/result/http_invalid_server.pcap.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) OCSP 12 1301 1 diff --git a/tests/cfgs/flow_risk_infos_disabled/result/tls_malicious_sha1.pcapng.out b/tests/cfgs/flow_risk_infos_disabled/result/tls_malicious_sha1.pcapng.out index 23986c640..4466b3748 100644 --- a/tests/cfgs/flow_risk_infos_disabled/result/tls_malicious_sha1.pcapng.out +++ b/tests/cfgs/flow_risk_infos_disabled/result/tls_malicious_sha1.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 22 7204 1 diff --git a/tests/cfgs/flow_risk_list_disable/result/flow_risk_lists.pcapng.out b/tests/cfgs/flow_risk_list_disable/result/flow_risk_lists.pcapng.out index ac1fe8a7d..5a1d668b8 100644 --- a/tests/cfgs/flow_risk_list_disable/result/flow_risk_lists.pcapng.out +++ b/tests/cfgs/flow_risk_list_disable/result/flow_risk_lists.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 2/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) HTTP 1 74 1 TLS 1 94 1 diff --git a/tests/cfgs/fpc/result/1kxun.pcap.out b/tests/cfgs/fpc/result/1kxun.pcap.out index bdb1aaeac..fb6829dc8 100644 --- a/tests/cfgs/fpc/result/1kxun.pcap.out +++ b/tests/cfgs/fpc/result/1kxun.pcap.out @@ -34,6 +34,7 @@ Hash TCP fingerprints: 22/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 85/0 (search/found) Unknown 19 5564 9 144 28664 20 (*) DNS 17 1719 6 17 1719 6 diff --git a/tests/cfgs/fpc/result/signal_videocall.pcapng.out b/tests/cfgs/fpc/result/signal_videocall.pcapng.out index 3cca9e8a0..7c6136dab 100644 --- a/tests/cfgs/fpc/result/signal_videocall.pcapng.out +++ b/tests/cfgs/fpc/result/signal_videocall.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) STUN 0 0 0 36 3764 2 (*) SignalVoip 334 123259 3 298 119495 1 (*) diff --git a/tests/cfgs/fpc_disabled/result/teams.pcap.out b/tests/cfgs/fpc_disabled/result/teams.pcap.out index c5ddcdb1d..f126efaa4 100644 --- a/tests/cfgs/fpc_disabled/result/teams.pcap.out +++ b/tests/cfgs/fpc_disabled/result/teams.pcap.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 38/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 38/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/guess_ip_before_port_enabled/result/1kxun.pcap.out b/tests/cfgs/guess_ip_before_port_enabled/result/1kxun.pcap.out index 99b9813b4..4359a7c43 100644 --- a/tests/cfgs/guess_ip_before_port_enabled/result/1kxun.pcap.out +++ b/tests/cfgs/guess_ip_before_port_enabled/result/1kxun.pcap.out @@ -31,6 +31,7 @@ Hash TCP fingerprints: 22/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 85/0 (search/found) Unknown 19 5564 9 DNS 17 1719 6 diff --git a/tests/cfgs/guessing_disable/result/webex.pcap.out b/tests/cfgs/guessing_disable/result/webex.pcap.out index f99c40c73..36d66ea48 100644 --- a/tests/cfgs/guessing_disable/result/webex.pcap.out +++ b/tests/cfgs/guessing_disable/result/webex.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 52/52 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 49/0 (search/found) Hash fp custom protos: 49/0 (search/found) +Hash url custom protos: 2/0 (search/found) Unknown 25 1701 4 HTTP 22 3182 2 diff --git a/tests/cfgs/hostname_dns_check/result/netflix.pcap.out b/tests/cfgs/hostname_dns_check/result/netflix.pcap.out index 12e2e061e..08e69777c 100644 --- a/tests/cfgs/hostname_dns_check/result/netflix.pcap.out +++ b/tests/cfgs/hostname_dns_check/result/netflix.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 46/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 20/0 (search/found) Hash fp custom protos: 20/0 (search/found) +Hash url custom protos: 26/0 (search/found) DNS 28 4469 12 HTTP 814 494949 18 diff --git a/tests/cfgs/http_process_response_disable/result/http.pcapng.out b/tests/cfgs/http_process_response_disable/result/http.pcapng.out index dcdf3c476..a3aa30d61 100644 --- a/tests/cfgs/http_process_response_disable/result/http.pcapng.out +++ b/tests/cfgs/http_process_response_disable/result/http.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) Google 10 1278 1 diff --git a/tests/cfgs/http_process_response_disable/result/http_asymmetric.pcapng.out b/tests/cfgs/http_process_response_disable/result/http_asymmetric.pcapng.out index 75b858013..53e62acff 100644 --- a/tests/cfgs/http_process_response_disable/result/http_asymmetric.pcapng.out +++ b/tests/cfgs/http_process_response_disable/result/http_asymmetric.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 23 9961 2 diff --git a/tests/cfgs/huge_number_of_custom_protocols/result/synscan.pcap.out b/tests/cfgs/huge_number_of_custom_protocols/result/synscan.pcap.out index 0f094a719..57535175f 100644 --- a/tests/cfgs/huge_number_of_custom_protocols/result/synscan.pcap.out +++ b/tests/cfgs/huge_number_of_custom_protocols/result/synscan.pcap.out @@ -29,6 +29,7 @@ Hash TCP fingerprints: 1994/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 1528 88626 1527 FTP_CONTROL 2 116 2 diff --git a/tests/cfgs/ip_lists_disable/result/1kxun.pcap.out b/tests/cfgs/ip_lists_disable/result/1kxun.pcap.out index b913ed5c8..bfa24f2ec 100644 --- a/tests/cfgs/ip_lists_disable/result/1kxun.pcap.out +++ b/tests/cfgs/ip_lists_disable/result/1kxun.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 22/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 85/0 (search/found) Unknown 19 5564 9 DNS 17 1719 6 diff --git a/tests/cfgs/monitoring/result/signal_audiocall.pcapng.out b/tests/cfgs/monitoring/result/signal_audiocall.pcapng.out index 549c31032..6e2dcd922 100644 --- a/tests/cfgs/monitoring/result/signal_audiocall.pcapng.out +++ b/tests/cfgs/monitoring/result/signal_audiocall.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 268 50558 4 diff --git a/tests/cfgs/monitoring/result/signal_videocall.pcapng.out b/tests/cfgs/monitoring/result/signal_videocall.pcapng.out index a7d747a1f..a832e0b6c 100644 --- a/tests/cfgs/monitoring/result/signal_videocall.pcapng.out +++ b/tests/cfgs/monitoring/result/signal_videocall.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 334 123259 3 diff --git a/tests/cfgs/monitoring/result/signal_videocall_multiparty.pcapng.out b/tests/cfgs/monitoring/result/signal_videocall_multiparty.pcapng.out index bc90abdca..3dfffcb28 100644 --- a/tests/cfgs/monitoring/result/signal_videocall_multiparty.pcapng.out +++ b/tests/cfgs/monitoring/result/signal_videocall_multiparty.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 260 96919 1 diff --git a/tests/cfgs/monitoring/result/stun.pcap.out b/tests/cfgs/monitoring/result/stun.pcap.out index e26c7a253..b6a37fa35 100644 --- a/tests/cfgs/monitoring/result/stun.pcap.out +++ b/tests/cfgs/monitoring/result/stun.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DTLS 4 766 1 TeamsCall 15 2124 1 diff --git a/tests/cfgs/monitoring/result/stun_google_meet.pcapng.out b/tests/cfgs/monitoring/result/stun_google_meet.pcapng.out index b5192f9e7..e45a94c1a 100644 --- a/tests/cfgs/monitoring/result/stun_google_meet.pcapng.out +++ b/tests/cfgs/monitoring/result/stun_google_meet.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleCall 362 74597 7 diff --git a/tests/cfgs/monitoring/result/stun_signal.pcapng.out b/tests/cfgs/monitoring/result/stun_signal.pcapng.out index 0827b722e..6c10c1529 100644 --- a/tests/cfgs/monitoring/result/stun_signal.pcapng.out +++ b/tests/cfgs/monitoring/result/stun_signal.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) ICMP 53 5186 2 SignalVoip 407 43310 21 diff --git a/tests/cfgs/monitoring/result/stun_wa_call.pcapng.out b/tests/cfgs/monitoring/result/stun_wa_call.pcapng.out index 11b622da1..d1b93fae0 100644 --- a/tests/cfgs/monitoring/result/stun_wa_call.pcapng.out +++ b/tests/cfgs/monitoring/result/stun_wa_call.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsAppCall 590 133579 12 ICMP 1 110 1 diff --git a/tests/cfgs/monitoring/result/stun_zoom.pcapng.out b/tests/cfgs/monitoring/result/stun_zoom.pcapng.out index e47c0d082..61266731b 100644 --- a/tests/cfgs/monitoring/result/stun_zoom.pcapng.out +++ b/tests/cfgs/monitoring/result/stun_zoom.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Zoom 70 18258 2 diff --git a/tests/cfgs/monitoring/result/teams.pcap.out b/tests/cfgs/monitoring/result/teams.pcap.out index d0f7556b8..a73f9c008 100644 --- a/tests/cfgs/monitoring/result/teams.pcap.out +++ b/tests/cfgs/monitoring/result/teams.pcap.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 38/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 38/0 (search/found) Hash fp custom protos: 38/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 4 456 1 DNS 45 6351 22 diff --git a/tests/cfgs/monitoring/result/telegram_videocall.pcapng.out b/tests/cfgs/monitoring/result/telegram_videocall.pcapng.out index 66fa78980..0347f2818 100644 --- a/tests/cfgs/monitoring/result/telegram_videocall.pcapng.out +++ b/tests/cfgs/monitoring/result/telegram_videocall.pcapng.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 8/8 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 2 194 2 ICMP 6 828 3 diff --git a/tests/cfgs/monitoring/result/telegram_videocall_2.pcapng.out b/tests/cfgs/monitoring/result/telegram_videocall_2.pcapng.out index 781c1264a..240d4e060 100644 --- a/tests/cfgs/monitoring/result/telegram_videocall_2.pcapng.out +++ b/tests/cfgs/monitoring/result/telegram_videocall_2.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 2 194 2 STUN 8 560 2 diff --git a/tests/cfgs/monitoring/result/telegram_voice.pcapng.out b/tests/cfgs/monitoring/result/telegram_voice.pcapng.out index 2eb507cd5..90b0033b3 100644 --- a/tests/cfgs/monitoring/result/telegram_voice.pcapng.out +++ b/tests/cfgs/monitoring/result/telegram_voice.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 2 208 1 MDNS 2 194 2 diff --git a/tests/cfgs/ndpireader_conf_file/result/openvpn_obfuscated.pcapng.out b/tests/cfgs/ndpireader_conf_file/result/openvpn_obfuscated.pcapng.out index ec6443e12..6a2df6fc9 100644 --- a/tests/cfgs/ndpireader_conf_file/result/openvpn_obfuscated.pcapng.out +++ b/tests/cfgs/ndpireader_conf_file/result/openvpn_obfuscated.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 60 17222 1 OpenVPN 87 25469 1 diff --git a/tests/cfgs/ndpireader_conf_file/result/shadowsocks.pcap.out b/tests/cfgs/ndpireader_conf_file/result/shadowsocks.pcap.out index 8ae741a9a..8604ef1b7 100644 --- a/tests/cfgs/ndpireader_conf_file/result/shadowsocks.pcap.out +++ b/tests/cfgs/ndpireader_conf_file/result/shadowsocks.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 2/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) Unknown 15 68444 1 SOCKS 29 69355 1 diff --git a/tests/cfgs/ndpireader_conf_file/result/signal_videocall.pcapng.out b/tests/cfgs/ndpireader_conf_file/result/signal_videocall.pcapng.out index b49daca69..48fa5fa63 100644 --- a/tests/cfgs/ndpireader_conf_file/result/signal_videocall.pcapng.out +++ b/tests/cfgs/ndpireader_conf_file/result/signal_videocall.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 334 123259 3 diff --git a/tests/cfgs/ndpireader_conf_file/result/stun_signal_tcp.pcapng.out b/tests/cfgs/ndpireader_conf_file/result/stun_signal_tcp.pcapng.out index ee515bfe8..0b9e7d23e 100644 --- a/tests/cfgs/ndpireader_conf_file/result/stun_signal_tcp.pcapng.out +++ b/tests/cfgs/ndpireader_conf_file/result/stun_signal_tcp.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) SignalVoip 500 114216 1 diff --git a/tests/cfgs/openvpn_heuristic_enabled/result/openvpn_obfuscated.pcapng.out b/tests/cfgs/openvpn_heuristic_enabled/result/openvpn_obfuscated.pcapng.out index 60e5ebdb0..2a787d831 100644 --- a/tests/cfgs/openvpn_heuristic_enabled/result/openvpn_obfuscated.pcapng.out +++ b/tests/cfgs/openvpn_heuristic_enabled/result/openvpn_obfuscated.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) OpenVPN 87 25469 1 NordVPN 90 27820 2 diff --git a/tests/cfgs/packets_limit_per_flow/result/tls_verylong_certificate.pcap.out b/tests/cfgs/packets_limit_per_flow/result/tls_verylong_certificate.pcap.out index cecfcc311..4be45d41d 100644 --- a/tests/cfgs/packets_limit_per_flow/result/tls_verylong_certificate.pcap.out +++ b/tests/cfgs/packets_limit_per_flow/result/tls_verylong_certificate.pcap.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 48 22229 1 diff --git a/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out b/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out index 18910a720..69d91e91d 100644 --- a/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) BitTorrent 25 4546 5 WhatsAppCall 24 3996 3 diff --git a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out index 5a1bec6a0..9a52f0594 100644 --- a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) GoogleCall 102 26347 2 diff --git a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp_unidir.pcapng.out b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp_unidir.pcapng.out index c89738e8e..7847f724c 100644 --- a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp_unidir.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp_unidir.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) SRTP 43 10358 2 diff --git a/tests/cfgs/stun_extra_dissection/result/stun_zoom.pcapng.out b/tests/cfgs/stun_extra_dissection/result/stun_zoom.pcapng.out index 697894f4b..4a63d6774 100644 --- a/tests/cfgs/stun_extra_dissection/result/stun_zoom.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/stun_zoom.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 7/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) Zoom 70 18258 2 diff --git a/tests/cfgs/stun_only_peer_address_enabled/result/stun_wa_call.pcapng.out b/tests/cfgs/stun_only_peer_address_enabled/result/stun_wa_call.pcapng.out index 75ae3cfc2..2c3df3eee 100644 --- a/tests/cfgs/stun_only_peer_address_enabled/result/stun_wa_call.pcapng.out +++ b/tests/cfgs/stun_only_peer_address_enabled/result/stun_wa_call.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) WhatsAppCall 590 133579 12 ICMP 1 110 1 diff --git a/tests/cfgs/stun_only_peer_address_enabled/result/telegram_videocall.pcapng.out b/tests/cfgs/stun_only_peer_address_enabled/result/telegram_videocall.pcapng.out index d4ea5c2bc..39860fe75 100644 --- a/tests/cfgs/stun_only_peer_address_enabled/result/telegram_videocall.pcapng.out +++ b/tests/cfgs/stun_only_peer_address_enabled/result/telegram_videocall.pcapng.out @@ -32,6 +32,7 @@ Hash TCP fingerprints: 8/8 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 2 194 2 ICMP 6 828 3 diff --git a/tests/cfgs/subclassification_disable/result/anydesk.pcapng.out b/tests/cfgs/subclassification_disable/result/anydesk.pcapng.out index 4aa8795a7..69499b420 100644 --- a/tests/cfgs/subclassification_disable/result/anydesk.pcapng.out +++ b/tests/cfgs/subclassification_disable/result/anydesk.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 4/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 4/0 (search/found) Hash fp custom protos: 4/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 392 2 TLS 170 45725 5 diff --git a/tests/cfgs/subclassification_disable/result/dns.pcap.out b/tests/cfgs/subclassification_disable/result/dns.pcap.out index d2188bd04..749479ebf 100644 --- a/tests/cfgs/subclassification_disable/result/dns.pcap.out +++ b/tests/cfgs/subclassification_disable/result/dns.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 3182 3 MDNS 1 371 1 diff --git a/tests/cfgs/subclassification_disable/result/http.pcapng.out b/tests/cfgs/subclassification_disable/result/http.pcapng.out index bc118378b..6a86ac9fb 100644 --- a/tests/cfgs/subclassification_disable/result/http.pcapng.out +++ b/tests/cfgs/subclassification_disable/result/http.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 1/0 (search/found) HTTP 10 1278 1 diff --git a/tests/cfgs/subclassification_disable/result/quic-mvfst-27.pcapng.out b/tests/cfgs/subclassification_disable/result/quic-mvfst-27.pcapng.out index fb1b8e899..49e751010 100644 --- a/tests/cfgs/subclassification_disable/result/quic-mvfst-27.pcapng.out +++ b/tests/cfgs/subclassification_disable/result/quic-mvfst-27.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) QUIC 20 11399 1 diff --git a/tests/cfgs/subclassification_disable/result/tls_ech.pcapng.out b/tests/cfgs/subclassification_disable/result/tls_ech.pcapng.out index e040e949c..cfa855d56 100644 --- a/tests/cfgs/subclassification_disable/result/tls_ech.pcapng.out +++ b/tests/cfgs/subclassification_disable/result/tls_ech.pcapng.out @@ -25,6 +25,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) TLS 10 4226 1 diff --git a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__shadowsocks-tcp.pcapng.out b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__shadowsocks-tcp.pcapng.out index bb4c8b07b..e4b57a771 100644 --- a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__shadowsocks-tcp.pcapng.out +++ b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__shadowsocks-tcp.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 772 1 TLS 25 22923 1 diff --git a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__trojan-tcp-tls.pcapng.out b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__trojan-tcp-tls.pcapng.out index 904a8a79a..703885a78 100644 --- a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__trojan-tcp-tls.pcapng.out +++ b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__trojan-tcp-tls.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2257 7 TLS 25 11617 1 diff --git a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp-tls.pcapng.out b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp-tls.pcapng.out index 1d2cfb73c..34fc58b6a 100644 --- a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp-tls.pcapng.out +++ b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp-tls.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/3 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 2/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 16 2006 7 TLS 30 14152 1 diff --git a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp.pcapng.out b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp.pcapng.out index ff7cc9d38..bcc27e52e 100644 --- a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp.pcapng.out +++ b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-tcp.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 2/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 4 900 1 TLS 29 22543 1 diff --git a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-websocket.pcapng.out b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-websocket.pcapng.out index 611f6d8ad..7949b1d20 100644 --- a/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-websocket.pcapng.out +++ b/tests/cfgs/tls_heuristics_enabled/result/tls_heur__vmess-websocket.pcapng.out @@ -27,6 +27,7 @@ Hash TCP fingerprints: 3/1 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 1/0 (search/found) DNS 4 772 1 YouTube 28 23909 1 diff --git a/tests/cfgs/zoom_extra_dissection/result/zoom.pcap.out b/tests/cfgs/zoom_extra_dissection/result/zoom.pcap.out index 4694dfa1d..7cea1323f 100644 --- a/tests/cfgs/zoom_extra_dissection/result/zoom.pcap.out +++ b/tests/cfgs/zoom_extra_dissection/result/zoom.pcap.out @@ -30,6 +30,7 @@ Hash TCP fingerprints: 9/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 10/0 (search/found) Hash fp custom protos: 10/0 (search/found) +Hash url custom protos: 0/0 (search/found) DNS 12 1043 6 HTTP 6 952 1 diff --git a/tests/cfgs/zoom_extra_dissection/result/zoom2.pcap.out b/tests/cfgs/zoom_extra_dissection/result/zoom2.pcap.out index cc35c4bce..0d4846997 100644 --- a/tests/cfgs/zoom_extra_dissection/result/zoom2.pcap.out +++ b/tests/cfgs/zoom_extra_dissection/result/zoom2.pcap.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 1/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 1/0 (search/found) Hash fp custom protos: 1/0 (search/found) +Hash url custom protos: 0/0 (search/found) Zoom 342 112658 4 diff --git a/tests/cfgs/zoom_extra_dissection/result/zoom_p2p.pcapng.out b/tests/cfgs/zoom_extra_dissection/result/zoom_p2p.pcapng.out index 83496eca5..5e2398804 100644 --- a/tests/cfgs/zoom_extra_dissection/result/zoom_p2p.pcapng.out +++ b/tests/cfgs/zoom_extra_dissection/result/zoom_p2p.pcapng.out @@ -26,6 +26,7 @@ Hash TCP fingerprints: 0/0 (search/found) Hash public domain suffix: 0/0 (search/found) Hash ja4 custom protos: 0/0 (search/found) Hash fp custom protos: 0/0 (search/found) +Hash url custom protos: 0/0 (search/found) MDNS 3 549 1 ICMP 53 6042 2