diff options
Diffstat (limited to 'src/lib/protocols/cpha.c')
-rw-r--r-- | src/lib/protocols/cpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/cpha.c b/src/lib/protocols/cpha.c index 7058fc689..d1dcc6f66 100644 --- a/src/lib/protocols/cpha.c +++ b/src/lib/protocols/cpha.c @@ -45,7 +45,7 @@ void ndpi_search_cpha(struct ndpi_detection_module_struct *ndpi_struct, struct n && (packet->udp->dest == cpha_port) && packet->iph->saddr == 0 /* 0.0.0.0 */ ) { - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_CPHA, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_CPHA, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); } else NDPI_EXCLUDE_PROTO(ndpi_struct, flow); } |