diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index f152c2ecd..9c55355e6 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -290,6 +290,8 @@ typedef struct ndpi_flow_info { time_t notBefore, notAfter; u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; + + u_int32_t quic_version; } ssh_tls; struct { |