diff options
Diffstat (limited to 'example/reader_util.h')
-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 c726c9672..3b3360718 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -199,7 +199,7 @@ typedef struct ndpi_flow_info { char client_requested_server_name[64], server_info[64], client_hassh[33], server_hassh[33], *server_names, *tls_alpn, *tls_supported_versions, - server_organization[64], + *tls_issuerDN, *tls_subjectDN, ja3_client[33], ja3_server[33], sha1_cert_fingerprint[20]; u_int8_t sha1_cert_fingerprint_set; |