From e2f6569adb62488b497d3bd6901308286fe8451d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 10 Feb 2021 12:20:48 +0100 Subject: Fixed CPHA missing protocol initialization Improved IEC104 and IRC detection --- example/reader_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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]; -- cgit v1.2.3