diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-07-01 08:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 08:20:04 +0200 |
commit | 4f05d214413d120909a84e224dd30499ef005da6 (patch) | |
tree | f951e05b6a28ac8156ac35d39c1496717044fe9b /tests/cfgs/default/result | |
parent | 2009623762e3a4411f47f422d2c8e12e813c67ac (diff) |
Improve detection of Twitter/X (#2482)
Diffstat (limited to 'tests/cfgs/default/result')
-rw-r--r-- | tests/cfgs/default/result/anyconnect-vpn.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/default/result/bt-http.pcapng.out | 2 | ||||
-rw-r--r-- | tests/cfgs/default/result/dtls_certificate_fragments.pcap.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfgs/default/result/anyconnect-vpn.pcap.out b/tests/cfgs/default/result/anyconnect-vpn.pcap.out index 1ffca427b..286ee4b2e 100644 --- a/tests/cfgs/default/result/anyconnect-vpn.pcap.out +++ b/tests/cfgs/default/result/anyconnect-vpn.pcap.out @@ -13,7 +13,7 @@ LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/11/0 (insert/search/found) LRU cache mining: 0/8/0 (insert/search/found) LRU cache msteams: 0/0/0 (insert/search/found) -Automa host: 69/15 (search/found) +Automa host: 69/19 (search/found) Automa domain: 69/0 (search/found) Automa tls cert: 4/0 (search/found) Automa risk mask: 22/1 (search/found) diff --git a/tests/cfgs/default/result/bt-http.pcapng.out b/tests/cfgs/default/result/bt-http.pcapng.out index e5ad18b60..5ee8b0d5a 100644 --- a/tests/cfgs/default/result/bt-http.pcapng.out +++ b/tests/cfgs/default/result/bt-http.pcapng.out @@ -7,7 +7,7 @@ LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/0/0 (insert/search/found) LRU cache mining: 0/0/0 (insert/search/found) LRU cache msteams: 0/0/0 (insert/search/found) -Automa host: 1/0 (search/found) +Automa host: 1/1 (search/found) Automa domain: 1/0 (search/found) Automa tls cert: 0/0 (search/found) Automa risk mask: 0/0 (search/found) diff --git a/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out b/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out index 0ef67b589..a1ea05cf9 100644 --- a/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out +++ b/tests/cfgs/default/result/dtls_certificate_fragments.pcap.out @@ -7,7 +7,7 @@ LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/6/0 (insert/search/found) LRU cache mining: 0/0/0 (insert/search/found) LRU cache msteams: 0/0/0 (insert/search/found) -Automa host: 3/1 (search/found) +Automa host: 3/2 (search/found) Automa domain: 3/0 (search/found) Automa tls cert: 1/0 (search/found) Automa risk mask: 0/0 (search/found) |