diff options
author | Luca Deri <deri@ntop.org> | 2021-02-10 12:20:48 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-10 15:22:20 +0100 |
commit | e2f6569adb62488b497d3bd6901308286fe8451d (patch) | |
tree | 60e304d0a2ed1548b465084d8078724990f8bb24 /example/reader_util.h | |
parent | 0de3d4c37a06b800b740166b83a8ed108fbf76a4 (diff) |
Fixed CPHA missing protocol initialization
Improved IEC104 and IRC detection
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
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]; |