mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented data anonymization #1068
This commit is contained in:
parent
d5e73f423c
commit
fc53648a2b
16 changed files with 133 additions and 49 deletions
|
|
@ -1417,7 +1417,7 @@ end
|
|||
-- hostinfo2url(flow[key],"srv"), return an url based on the server host information in the flow table
|
||||
--
|
||||
|
||||
function hostinfo2url(host_info,host_type,novlan)
|
||||
function hostinfo2url(host_info, host_type, novlan)
|
||||
local rsp = ''
|
||||
-- local version = 0
|
||||
local version = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue