diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-05-29 16:55:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 16:55:53 +0200 |
commit | 346bb268e22e190e79b16091817d5178a608d4a0 (patch) | |
tree | 939efeb80b6ac3bf3696a1582037cdfe8e664c2c /tests/cfgs | |
parent | 82fa3a098632006cc8edffb647cabee08843524a (diff) |
Avoid calling `ndpi_reconcile_protocols()` twice in `ndpi_detection_giveup()` (#1996)
`ndpi_reconcile_protocols()` is already called by
`ndpi_set_detected_protocol()`
Diffstat (limited to 'tests/cfgs')
-rw-r--r-- | tests/cfgs/default/result/teams.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/default/result/tls_certificate_too_long.pcap.out | 2 | ||||
-rw-r--r-- | tests/cfgs/default/result/tor.pcap.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfgs/default/result/teams.pcap.out b/tests/cfgs/default/result/teams.pcap.out index db1acf5db..bdff0b145 100644 --- a/tests/cfgs/default/result/teams.pcap.out +++ b/tests/cfgs/default/result/teams.pcap.out @@ -14,7 +14,7 @@ LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 6/42/18 (insert/search/found) LRU cache tls_cert: 0/0/0 (insert/search/found) LRU cache mining: 0/2/0 (insert/search/found) -LRU cache msteams: 28/20/16 (insert/search/found) +LRU cache msteams: 27/19/15 (insert/search/found) LRU cache stun_zoom: 0/0/0 (insert/search/found) Automa host: 85/71 (search/found) Automa domain: 85/0 (search/found) 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 c4df9246e..00c129e9c 100644 --- a/tests/cfgs/default/result/tls_certificate_too_long.pcap.out +++ b/tests/cfgs/default/result/tls_certificate_too_long.pcap.out @@ -13,7 +13,7 @@ LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/0/0 (insert/search/found) LRU cache mining: 0/2/0 (insert/search/found) -LRU cache msteams: 0/2/0 (insert/search/found) +LRU cache msteams: 0/1/0 (insert/search/found) LRU cache stun_zoom: 0/0/0 (insert/search/found) Automa host: 39/22 (search/found) Automa domain: 39/0 (search/found) diff --git a/tests/cfgs/default/result/tor.pcap.out b/tests/cfgs/default/result/tor.pcap.out index 69e1e9c76..bc2de97ff 100644 --- a/tests/cfgs/default/result/tor.pcap.out +++ b/tests/cfgs/default/result/tor.pcap.out @@ -11,7 +11,7 @@ LRU cache zoom: 0/0/0 (insert/search/found) LRU cache stun: 0/0/0 (insert/search/found) LRU cache tls_cert: 0/8/0 (insert/search/found) LRU cache mining: 0/1/0 (insert/search/found) -LRU cache msteams: 0/2/0 (insert/search/found) +LRU cache msteams: 0/1/0 (insert/search/found) LRU cache stun_zoom: 0/0/0 (insert/search/found) Automa host: 7/0 (search/found) Automa domain: 7/0 (search/found) |