diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 4dabbc88d..cce243130 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -276,6 +276,10 @@ typedef struct ndpi_flow_info { char *esni; } encrypted_sni; + struct { + u_int16_t version; + } encrypted_ch; + time_t notBefore, notAfter; u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; |