aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi.py
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-07-13 15:48:53 +0200
committerLuca Deri <deri@ntop.org>2020-07-13 15:48:53 +0200
commit3fd31530894e07fb22ed8cf430f3e8cbbd2f0115 (patch)
tree98387cf079edb9b2aa01da781a7e26f95c3faebf /python/ndpi.py
parenta8ad99aca53791ff5dde5ae66d774ef612c1e77c (diff)
parent7744c225f9d557b6df3ce21ebc553a537f05efb0 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'python/ndpi.py')
-rw-r--r--python/ndpi.py3
1 files changed, 2 insertions, 1 deletions
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)