aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2018-11-03 10:05:13 +0100
committerLuca Deri <deri@ntop.org>2018-11-03 10:05:13 +0100
commitf7e7ef2f30620e604b3ecaeec1c166ad36da59a9 (patch)
tree81460b6a99206bb903310bdb544e82d2bff8692d /example
parent875b1e0dd514d75a373223b5c7d4afe9284f63d0 (diff)
Improved SSL decoding
Diffstat (limited to 'example')
-rw-r--r--example/ndpi_util.h2
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;