File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
tests/cfgs/default/result Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6432,16 +6432,15 @@ ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_st
6432
6432
if (ret .app_protocol == NDPI_PROTOCOL_UNKNOWN &&
6433
6433
flow -> guessed_protocol_id_by_ip != NDPI_PROTOCOL_UNKNOWN ) {
6434
6434
6435
- ndpi_int_change_protocol (ndpi_str , flow ,
6436
- flow -> guessed_protocol_id_by_ip , ret .master_protocol ,
6437
- NDPI_CONFIDENCE_MATCH_BY_IP );
6435
+ ndpi_set_detected_protocol (ndpi_str , flow ,
6436
+ flow -> guessed_protocol_id_by_ip , ret .master_protocol ,
6437
+ NDPI_CONFIDENCE_MATCH_BY_IP );
6438
6438
ret .app_protocol = flow -> detected_protocol_stack [0 ];
6439
6439
}
6440
6440
6441
6441
if (ret .app_protocol != NDPI_PROTOCOL_UNKNOWN ) {
6442
6442
* protocol_was_guessed = 1 ;
6443
6443
ndpi_fill_protocol_category (ndpi_str , flow , & ret );
6444
- ndpi_reconcile_protocols (ndpi_str , flow , & ret );
6445
6444
}
6446
6445
6447
6446
return (ret );
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LRU cache zoom: 0/0/0 (insert/search/found)
14
14
LRU cache stun: 6/42/18 (insert/search/found)
15
15
LRU cache tls_cert: 0/0/0 (insert/search/found)
16
16
LRU cache mining: 0/2/0 (insert/search/found)
17
- LRU cache msteams: 28/20/16 (insert/search/found)
17
+ LRU cache msteams: 27/19/15 (insert/search/found)
18
18
LRU cache stun_zoom: 0/0/0 (insert/search/found)
19
19
Automa host: 85/71 (search/found)
20
20
Automa domain: 85/0 (search/found)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LRU cache zoom: 0/0/0 (insert/search/found)
13
13
LRU cache stun: 0/0/0 (insert/search/found)
14
14
LRU cache tls_cert: 0/0/0 (insert/search/found)
15
15
LRU cache mining: 0/2/0 (insert/search/found)
16
- LRU cache msteams: 0/2 /0 (insert/search/found)
16
+ LRU cache msteams: 0/1 /0 (insert/search/found)
17
17
LRU cache stun_zoom: 0/0/0 (insert/search/found)
18
18
Automa host: 39/22 (search/found)
19
19
Automa domain: 39/0 (search/found)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LRU cache zoom: 0/0/0 (insert/search/found)
11
11
LRU cache stun: 0/0/0 (insert/search/found)
12
12
LRU cache tls_cert: 0/8/0 (insert/search/found)
13
13
LRU cache mining: 0/1/0 (insert/search/found)
14
- LRU cache msteams: 0/2 /0 (insert/search/found)
14
+ LRU cache msteams: 0/1 /0 (insert/search/found)
15
15
LRU cache stun_zoom: 0/0/0 (insert/search/found)
16
16
Automa host: 7/0 (search/found)
17
17
Automa domain: 7/0 (search/found)
You can’t perform that action at this time.
0 commit comments