Struct ndpi_tls_client_info

Struct Documentation

struct ndpi_tls_client_info

Public Members

u_int16_t tls_handshake_version
u_int16_t num_ciphers
u_int16_t cipher[MAX_NUM_JA]
u_int16_t num_tls_extensions
u_int16_t tls_extension[MAX_NUM_JA]
u_int16_t num_elliptic_curve_groups
u_int16_t elliptic_curve_group[MAX_NUM_JA]
u_int16_t num_elliptic_curve_point_format
u_int16_t elliptic_curve_point_format[MAX_NUM_JA]
u_int16_t num_signature_algorithms
u_int16_t signature_algorithm[MAX_NUM_JA]
u_int16_t num_supported_versions
u_int16_t supported_version[MAX_NUM_JA]
u_int16_t num_key_share_groups
u_int16_t key_share_group[MAX_NUM_JA]
char signature_algorithms_str[MAX_JA_STRLEN]
char alpn[MAX_JA_STRLEN]
char alpn_original_last