aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/targus_getdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/targus_getdata.c')
-rw-r--r--src/lib/protocols/targus_getdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/targus_getdata.c b/src/lib/protocols/targus_getdata.c
index acaa4f6a2..c096e481a 100644
--- a/src/lib/protocols/targus_getdata.c
+++ b/src/lib/protocols/targus_getdata.c
@@ -45,7 +45,7 @@ static void ndpi_check_targus_getdata(struct ndpi_detection_module_struct *ndpi_
|| (packet->udp->source == complex_link_port)))) {
NDPI_LOG_INFO(ndpi_struct, "found targus getdata used for speedtest\n");
- ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_TARGUS_GETDATA, NDPI_PROTOCOL_UNKNOWN);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_TARGUS_GETDATA, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI);
return;
}
}