Feature: server hello decode

This commit is contained in:
liuxueli
2024-08-06 00:59:57 +00:00
parent 97107b1b0a
commit 91ec4d1ee3
2 changed files with 134 additions and 31 deletions

View File

@@ -62,7 +62,7 @@ struct ssl_server_hello
uint32_t random_gmt_time;
UT_array *extensions;
struct ssl_decoder_ltv *ja3s;
struct ssl_decoder_ltv ja3s;
struct ssl_decoder_ltv ltv[SSL_HELLO_LTV_MAX];
};