diff options
author | Luca Deri <deri@ntop.org> | 2020-01-05 18:42:36 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-01-05 18:42:36 +0100 |
commit | d1fb41a161e648b63babc29ee9ecd7aee4f416fc (patch) | |
tree | b5340ded2cb4aec132be8d1b64b11fbc65838c86 /example/reader_util.h | |
parent | ef16591f3f9d2673dfacf1c715c2e10dcd1da248 (diff) |
Minor cleanup
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 55c260a54..c3d2caa72 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -188,7 +188,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[96]; + char info[160]; char host_server_name[256]; char bittorent_hash[41]; char dhcp_fingerprint[48]; |