diff options
Diffstat (limited to 'src/lib/protocols/git.c')
-rw-r--r-- | src/lib/protocols/git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/git.c b/src/lib/protocols/git.c index 7000f249b..6c3621bab 100644 --- a/src/lib/protocols/git.c +++ b/src/lib/protocols/git.c @@ -61,7 +61,7 @@ void ndpi_search_git(struct ndpi_detection_module_struct *ndpi_struct, if(found_git) { NDPI_LOG_INFO(ndpi_struct, "found Git\n"); - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_GIT, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_GIT, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); return; } } |