diff options
author | Luca Deri <deri@ntop.org> | 2022-02-14 23:17:51 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-02-14 23:17:51 +0100 |
commit | c4113ffd7efdc085401fac260c7474ccda949442 (patch) | |
tree | ed2f2f5fdd1c23c05d4bf75a421f386e076ae9cb /src/lib/ndpi_main.c | |
parent | de6905f41bb91e9215c975fbda5fce4d4bc5dc76 (diff) |
Added SNMP error code check
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |