aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2017-02-09 17:01:12 +0100
committerCampus <campus@ntop.org>2017-02-09 17:01:12 +0100
commitb229b89c787e7e6377b388e86ce56341ee6918b0 (patch)
tree6cde4a0a89289701bc85f438c9e7db23aefe3326 /src
parentb161a6d7f797dcdd3f258c03570853d555085798 (diff)
fix for https://github.com/ntop/nDPI/issues/339
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
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 */