Add ssl_version_str to flow structure.

This commit is contained in:
aouinizied 2020-07-13 12:48:35 +02:00
parent 802254327a
commit e2e0303099

View file

@ -1076,6 +1076,7 @@ struct ndpi_flow_struct {
struct {
struct {
char ssl_version_str[12];
uint16_t ssl_version, server_names_len;
char client_requested_server_name[64], *server_names,
*alpn, *tls_supported_versions, *issuerDN, *subjectDN;
@ -1434,4 +1435,4 @@ class NDPI():
def ndpi_exit_detection_module(self):
""" Exit function for nDPI module """
self._ndpi.ndpi_exit_detection_module(self._mod)
self._ffi.dlclose(self._ndpi)
self._ffi.dlclose(self._ndpi)