mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Remove obsolete JA3 support
This commit is contained in:
parent
4b1b37103a
commit
548c9aeec5
28 changed files with 31 additions and 303 deletions
|
|
@ -184,7 +184,6 @@ if(stats) then
|
|||
num_hosts = format_high_num_value_for_tables(stats,"num_hosts"),
|
||||
-- num_hits = stats.num_hits,
|
||||
num_ips = format_high_num_value_for_tables(stats,"num_ips"),
|
||||
num_ja3 = ternary(stats.num_ja3 > 0, format_high_num_value_for_tables(stats,"num_ja3"), stats.num_ja3),
|
||||
duration = secondsToTime(stats.duration),
|
||||
}))
|
||||
print([[</div>]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue