aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/fiesta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/fiesta.c')
-rw-r--r--src/lib/protocols/fiesta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/fiesta.c b/src/lib/protocols/fiesta.c
index 9a2ecddd1..4ba5f3082 100644
--- a/src/lib/protocols/fiesta.c
+++ b/src/lib/protocols/fiesta.c
@@ -31,7 +31,7 @@
static void ndpi_int_fiesta_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)
{
- ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_FIESTA, NDPI_PROTOCOL_UNKNOWN);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_FIESTA, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI);
}
void ndpi_search_fiesta(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)