diff options
Diffstat (limited to 'src/lib/protocols/zabbix.c')
-rw-r--r-- | src/lib/protocols/zabbix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/zabbix.c b/src/lib/protocols/zabbix.c index 60461c61b..5e9209151 100644 --- a/src/lib/protocols/zabbix.c +++ b/src/lib/protocols/zabbix.c @@ -29,7 +29,7 @@ static void ndpi_int_zabbix_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow/* , */ /* ndpi_protocol_type_t protocol_type */) { - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_ZABBIX, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_ZABBIX, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); } /* *************************************************** */ |