mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 16:30:17 +00:00
TLS: avoid exporting TLS heuristic fingerprint as metadata (#2783)
This commit is contained in:
parent
37a0613b14
commit
78ca74cf45
7 changed files with 0 additions and 65 deletions
|
|
@ -1602,10 +1602,6 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
|
|||
ndpi_snprintf(flow->fast_cgi.url, sizeof(flow->fast_cgi.url), "%s", flow->ndpi_flow->protos.fast_cgi.url);
|
||||
}
|
||||
|
||||
if(flow->ndpi_flow->tls_quic.obfuscated_heur_state && flow->ndpi_flow->tls_quic.obfuscated_heur_matching_set)
|
||||
memcpy(&flow->ssh_tls.obfuscated_heur_matching_set, flow->ndpi_flow->tls_quic.obfuscated_heur_matching_set,
|
||||
sizeof(struct ndpi_tls_obfuscated_heuristic_matching_set));
|
||||
|
||||
if(!monitoring_enabled) {
|
||||
add_to_address_port_list(&flow->stun.mapped_address, &flow->ndpi_flow->stun.mapped_address);
|
||||
add_to_address_port_list(&flow->stun.peer_address, &flow->ndpi_flow->stun.peer_address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue