aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-02-10 12:20:48 +0100
committerLuca Deri <deri@ntop.org>2021-02-10 15:22:20 +0100
commite2f6569adb62488b497d3bd6901308286fe8451d (patch)
tree60e304d0a2ed1548b465084d8078724990f8bb24 /example/reader_util.h
parent0de3d4c37a06b800b740166b83a8ed108fbf76a4 (diff)
Fixed CPHA missing protocol initialization
Improved IEC104 and IRC detection
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index b7ab1bc41..e317b4aa8 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -195,7 +195,7 @@ typedef struct ndpi_flow_info {
struct ndpi_analyze_struct *iat_c_to_s, *iat_s_to_c, *iat_flow,
*pktlen_c_to_s, *pktlen_s_to_c;
- char info[160];
+ char info[255];
char flow_extra_info[16];
char host_server_name[240];
char bittorent_hash[41];