diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-02-11 13:16:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 13:16:03 +0100 |
commit | d738b60cac411d91d3474ec6cc9457f7c86110dd (patch) | |
tree | 21ce51937abbf9f2537ca6399f0c99776b4d93bf /src/lib/protocols/quic.c | |
parent | 65c224e19cddf78f7579f7954a79746ab729d0c3 (diff) |
DNS: evaluate all flow risks even if sub-classification is disabled (#2714)
Diffstat (limited to 'src/lib/protocols/quic.c')
-rw-r--r-- | src/lib/protocols/quic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/quic.c b/src/lib/protocols/quic.c index e7b217862..0ddc1a830 100644 --- a/src/lib/protocols/quic.c +++ b/src/lib/protocols/quic.c @@ -1460,7 +1460,7 @@ void process_chlo(struct ndpi_detection_module_struct *ndpi_struct, ndpi_match_host_subprotocol(ndpi_struct, flow, flow->host_server_name, strlen(flow->host_server_name), - &ret_match, NDPI_PROTOCOL_QUIC); + &ret_match, NDPI_PROTOCOL_QUIC, 1); flow->protos.tls_quic.client_hello_processed = 1; /* Allow matching of custom categories */ ndpi_check_dga_name(ndpi_struct, flow, |