diff options
Diffstat (limited to 'src/lib/protocols/coap.c')
-rw-r--r-- | src/lib/protocols/coap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/coap.c b/src/lib/protocols/coap.c index cf89748d7..1bd16a917 100644 --- a/src/lib/protocols/coap.c +++ b/src/lib/protocols/coap.c @@ -83,7 +83,7 @@ struct ndpi_coap_hdr static void ndpi_int_coap_add_connection (struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - ndpi_set_detected_protocol(ndpi_struct,flow,NDPI_PROTOCOL_COAP,NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct,flow,NDPI_PROTOCOL_COAP,NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); } /** |