diff options
author | Luca Deri <deri@ntop.org> | 2020-01-10 22:21:16 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-01-10 22:21:16 +0100 |
commit | 5571ce114d2837a7a700acd98af3efdf4adbed8e (patch) | |
tree | 096933e4c4fbd5ccd3e4c49a37192f31a1e0c1e8 /example/reader_util.h | |
parent | a3e06da2a81ab761a2aaf331c8afe165b3557556 (diff) |
Added flow extra info field
Updated tests/results
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]; |