diff options
-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 ba05144dd..b7ab1bc41 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -204,7 +204,7 @@ typedef struct ndpi_flow_info { struct { u_int16_t ssl_version; - char client_requested_server_name[64], server_info[64], + char client_requested_server_name[256], server_info[64], client_hassh[33], server_hassh[33], *server_names, *tls_alpn, *tls_supported_versions, *tls_issuerDN, *tls_subjectDN, |