mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
Add ssl_version_str to flow structure.
This commit is contained in:
parent
802254327a
commit
e2e0303099
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue