diff options
author | kyrol <fci1908@gmail.com> | 2018-11-09 14:53:33 +0100 |
---|---|---|
committer | kyrol <fci1908@gmail.com> | 2018-11-09 14:53:33 +0100 |
commit | 6d929bf4cc48d54db91678a24ef0afb2e20382d7 (patch) | |
tree | 5412e029d205992abfaaff72d2a17c135c6913cd /example/ndpi_util.h | |
parent | de9b2b202e77ef6a2a4442b293859009f005458c (diff) | |
parent | b31337db4a8fadc90ef6e45d761696d1d0d50182 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 0ea174aa5..d1d461490 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -79,7 +79,7 @@ typedef struct ndpi_flow_info { char bittorent_hash[41]; struct { - char client_info[48], server_info[48]; + char client_info[64], server_info[64]; } ssh_ssl; void *src_id, *dst_id; |