diff options
Diffstat (limited to 'src/lib/protocols/drda.c')
-rw-r--r-- | src/lib/protocols/drda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/drda.c b/src/lib/protocols/drda.c index 0bd67895e..1b76b6049 100644 --- a/src/lib/protocols/drda.c +++ b/src/lib/protocols/drda.c @@ -76,7 +76,7 @@ void ndpi_search_drda(struct ndpi_detection_module_struct *ndpi_struct, if(count != payload_len) goto no_drda; } NDPI_LOG_INFO(ndpi_struct, "found DRDA\n"); - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_DRDA, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_DRDA, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); return; } } |