aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Cardigliano <cardigliano@ntop.org>2018-05-05 10:01:02 +0000
committerAlfredo Cardigliano <cardigliano@ntop.org>2018-05-05 10:01:02 +0000
commit3707553906027000fd189f93d131b68f8d886d54 (patch)
tree01d0bbc898d2dde940cc252068764f9ba62fbec8
parentb8fec1e3ceceb6911e3f46e40aad04ac7a42597c (diff)
host_server_name size fix
-rw-r--r--example/ndpi_util.h2
1 files changed, 1 insertions, 1 deletions
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 {