Updated new nindex raw flows table

This commit is contained in:
Matteo Biscosi 2021-03-23 09:49:12 +01:00
parent 6598164653
commit b703f9d65d
3 changed files with 35 additions and 1 deletions

View file

@ -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