mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Remove obsolete JA3 support
This commit is contained in:
parent
4b1b37103a
commit
548c9aeec5
28 changed files with 31 additions and 303 deletions
|
|
@ -623,14 +623,6 @@ if not is_system_interface then
|
|||
what = "community_id"
|
||||
label = i18n("db_search.find_in_historical", {what=what, query=query})
|
||||
query = query .. tag_utils.SEPARATOR .. "eq"
|
||||
elseif isJA3(query) then
|
||||
what = "ja3_client"
|
||||
label = i18n("db_search.find_in_historical", {what=what, query=query})
|
||||
query = query .. tag_utils.SEPARATOR .. "eq"
|
||||
results[#results + 1] = build_result(label, query, what, nil, nil, "historical")
|
||||
what = "ja3_server"
|
||||
label = i18n("db_search.find_in_historical", {what=what, query=query})
|
||||
query = query .. tag_utils.SEPARATOR .. "eq"
|
||||
else
|
||||
what = "hostname"
|
||||
label = i18n("db_search.find_in_historical", {what=what, query=query})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue