aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2018-03-01 16:28:32 +0100
committerCampus <campus@ntop.org>2018-03-01 16:28:32 +0100
commit4204e2f61442c3700cdadcc40c679168c00c463c (patch)
tree85bd4ad9da3955f6b6d2245fa91e421607dbb82b /src/lib
parente935ee77bf1802f2bf47afd5d7a27eb1b5116c47 (diff)
parent38199a589f04124686d20700702415fdbf4678af (diff)
Merge branch 'dillinger79-dev' into dev
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ndpi_main.c1
1 files changed, 1 insertions, 0 deletions
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);
}