mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add ja3 to search. (#6813)
This commit is contained in:
parent
00e25ccd46
commit
33cd58af41
4 changed files with 22 additions and 1 deletions
|
|
@ -476,6 +476,14 @@ function isCommunityId(address)
|
|||
return false
|
||||
end
|
||||
|
||||
function isJA3(address)
|
||||
if(address == nil) then return false end
|
||||
if(string.find(address,"%.") or string.find(address,":")) then
|
||||
return false
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function isEmptyString(str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue