diff options
Diffstat (limited to 'src/lib/protocols/bgp.c')
-rw-r--r-- | src/lib/protocols/bgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/bgp.c b/src/lib/protocols/bgp.c index 6b10052b5..e9fc4ccba 100644 --- a/src/lib/protocols/bgp.c +++ b/src/lib/protocols/bgp.c @@ -45,7 +45,7 @@ void ndpi_search_bgp(struct ndpi_detection_module_struct *ndpi_struct, struct nd && (ntohs(get_u_int16_t(packet->payload, 16)) <= packet->payload_packet_len)) { NDPI_LOG_INFO(ndpi_struct, "found BGP\n"); - ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_BGP, NDPI_PROTOCOL_UNKNOWN); + ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_BGP, NDPI_PROTOCOL_UNKNOWN, NDPI_CONFIDENCE_DPI); return; } } |