aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/bjnp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/bjnp.c')
-rw-r--r--src/lib/protocols/bjnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/bjnp.c b/src/lib/protocols/bjnp.c
index 32ad2e61c..c5fad5abd 100644
--- a/src/lib/protocols/bjnp.c
+++ b/src/lib/protocols/bjnp.c
@@ -8,7 +8,7 @@ static void ndpi_int_bjnp_add_connection(struct ndpi_detection_module_struct *nd
struct ndpi_flow_struct *flow,
u_int8_t due_to_correlation) {
ndpi_set_detected_protocol(ndpi_struct, flow,
- NDPI_PROTOCOL_BJNP, NDPI_PROTOCOL_UNKNOWN);
+ NDPI_PROTOCOL_BJNP, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI);
}