diff options
Diffstat (limited to 'src/lib/protocols/avast_securedns.c')
-rw-r--r-- | src/lib/protocols/avast_securedns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/avast_securedns.c b/src/lib/protocols/avast_securedns.c index caa917174..5edd1e689 100644 --- a/src/lib/protocols/avast_securedns.c +++ b/src/lib/protocols/avast_securedns.c @@ -28,7 +28,7 @@ static void ndpi_int_avast_securedns_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_AVAST_SECUREDNS, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_AVAST_SECUREDNS, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); } static void ndpi_search_avast_securedns(struct ndpi_detection_module_struct *ndpi_struct, |