mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove obsolete JA3 support
This commit is contained in:
parent
4b1b37103a
commit
548c9aeec5
28 changed files with 31 additions and 303 deletions
|
|
@ -136,9 +136,6 @@ end
|
|||
local function parseTLSMetadata(event_tls, flow)
|
||||
flow.tls_server_name = event_tls.sni
|
||||
|
||||
if event_tls.ja3 ~= nil then flow.ja3c_hash = event_tls.ja3.hash end
|
||||
if event_tls.ja3s ~= nil then flow.ja3s_hash = event_tls.ja3s.hash end
|
||||
|
||||
-- Additional fields
|
||||
flow.TLS_VERSION = event_tls.version
|
||||
flow.TLS_CERT_NOT_BEFORE = event_tls.notbefore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue