From b229b89c787e7e6377b388e86ce56341ee6918b0 Mon Sep 17 00:00:00 2001 From: Campus Date: Thu, 9 Feb 2017 17:01:12 +0100 Subject: fix for https://github.com/ntop/nDPI/issues/339 --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 0c07dd137..1415b3e6f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -921,7 +921,7 @@ struct ndpi_flow_struct { */ struct ndpi_id_struct *server_id; /* HTTP host or DNS query */ - u_char host_server_name[192]; + u_char host_server_name[256]; /* Via HTTP User-Agent */ u_char detected_os[32]; /* Via HTTP X-Forwarded-For */ -- cgit v1.2.3