diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index c3d2caa72..c01682b8b 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -189,7 +189,8 @@ typedef struct ndpi_flow_info { *pktlen_c_to_s, *pktlen_s_to_c; char info[160]; - char host_server_name[256]; + char flow_extra_info[16]; + char host_server_name[240]; char bittorent_hash[41]; char dhcp_fingerprint[48]; |