From 1f3ade5923fe3934cc3acd553d353d96bd00a1da Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 3 Feb 2021 11:51:55 +0100 Subject: Increased number of extra packets that is necessary since the frgament mananger introduction --- src/lib/protocols/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c index cb5a6dcac..15d9b2948 100644 --- a/src/lib/protocols/http.c +++ b/src/lib/protocols/http.c @@ -307,7 +307,7 @@ static void ndpi_int_http_add_connection(struct ndpi_detection_module_struct *nd /* This is necessary to inform the core to call this dissector again */ flow->check_extra_packets = 1; - flow->max_extra_packets_to_check = 5; + flow->max_extra_packets_to_check = 8; flow->extra_packets_func = ndpi_search_http_tcp_again; flow->http_detected = 1; } -- cgit v1.2.3