From c4113ffd7efdc085401fac260c7474ccda949442 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 14 Feb 2022 23:17:51 +0100 Subject: Added SNMP error code check --- src/lib/ndpi_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 3427997b8..87a9bff87 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -7572,6 +7572,7 @@ u_int8_t ndpi_extra_dissection_possible(struct ndpi_detection_module_struct *ndp break; case NDPI_PROTOCOL_KERBEROS: + case NDPI_PROTOCOL_SNMP: if(flow->extra_packets_func) return(1); break; -- cgit v1.2.3