diff options
author | Luca Deri <deri@ntop.org> | 2018-03-01 20:54:17 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-03-01 20:54:17 +0100 |
commit | 21da70fd756b28c84a34699b841160636099c3d3 (patch) | |
tree | cce8f7f2a7afbafe0e7f3adbbca080aaac0a93a2 /src/lib | |
parent | d4a20ba6a8ac694269201d14b16de50500cd8641 (diff) | |
parent | 4204e2f61442c3700cdadcc40c679168c00c463c (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib')
-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 c598369ba..ee698a75f 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3837,6 +3837,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); } |