aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-05-07 18:44:51 +0200
committerLuca Deri <deri@ntop.org>2020-05-07 18:44:51 +0200
commit4a09b4efa053a26e187119a540da4b41dd8a24d8 (patch)
tree71cf15d44e184b3a4f21e512465dbd01abdd2c23 /example/reader_util.h
parentfd646bd05ffee4f0da9eaf55ad9e581770ecb099 (diff)
Added TLS issuerDN and subjectDN
Diffstat (limited to 'example/reader_util.h')
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;