From 38199a589f04124686d20700702415fdbf4678af Mon Sep 17 00:00:00 2001 From: dillinger79 Date: Thu, 1 Mar 2018 15:45:26 +0200 Subject: Update ndpi_main.c --- src/lib/ndpi_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 9840d8715..1577c4b4a 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3810,6 +3810,7 @@ ndpi_protocol ndpi_detection_process_packet(struct ndpi_detection_module_struct if(flow->guessed_host_protocol_id >= (NDPI_MAX_SUPPORTED_PROTOCOLS-1)) { /* This is a custom protocol and it has priority over everything else */ ret.master_protocol = NDPI_PROTOCOL_UNKNOWN, ret.app_protocol = flow->guessed_host_protocol_id; + check_ndpi_flow_func(ndpi_struct, flow, &ndpi_selection_packet); return(ret); } -- cgit v1.2.3