From 3707553906027000fd189f93d131b68f8d886d54 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Sat, 5 May 2018 10:01:02 +0000 Subject: host_server_name size fix --- example/ndpi_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 7abebe4f5..bace03cee 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -75,7 +75,7 @@ typedef struct ndpi_flow_info { ndpi_protocol detected_protocol; char info[96]; - char host_server_name[192]; + char host_server_name[256]; char bittorent_hash[41]; struct { -- cgit v1.2.3