mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Updated new nindex raw flows table
This commit is contained in:
parent
6598164653
commit
b703f9d65d
3 changed files with 35 additions and 1 deletions
|
|
@ -73,6 +73,13 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function convertDate(vardate)
|
||||
local m,d,y,h,i,s = string.match(vardate, '(%d+)/(%d+)/(%d+) (%d+):(%d+):(%d+)')
|
||||
return string.format('%s/%s/%s %s:%s:%s', d,m,y,h,i,s)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
-- See also getHumanReadableInterfaceName
|
||||
function getInterfaceName(interface_id, windows_skip_description)
|
||||
if(interface_id == getSystemInterfaceId()) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue