diff options
author | Luca <deri@ntop.org> | 2020-01-02 07:37:03 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2020-01-02 07:37:03 +0100 |
commit | 8b01056b21905d4ad466aa74f7673ed06f66a64b (patch) | |
tree | ffe0b8599c94e2cf665bc879ad2f5ed9a633a1d9 /example/reader_util.h | |
parent | f6c7a33177d4db9c7fdac054b8b0e26f99715c28 (diff) |
Renamed TLS requested server name
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 d4f638d0b..6fd1880e5 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -195,7 +195,7 @@ typedef struct ndpi_flow_info { struct { u_int16_t ssl_version; - char client_info[64], server_info[64], + char client_requested_server_name[64], server_info[64], client_hassh[33], server_hassh[33], *server_names, server_organization[64], ja3_client[33], ja3_server[33], |