From e2e030309924a8242aa06876814e8b21ad2be536 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Mon, 13 Jul 2020 12:48:35 +0200 Subject: Add ssl_version_str to flow structure. --- python/ndpi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index 365fdeadf..31abe53dc 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -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) \ No newline at end of file + self._ffi.dlclose(self._ndpi) -- cgit v1.2.3