mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implemented multiple-pcap file download and monitor
This commit is contained in:
parent
c5fec0d13e
commit
30e22c3a71
13 changed files with 157 additions and 109 deletions
|
|
@ -771,11 +771,7 @@ function tmin(t)
|
|||
end
|
||||
|
||||
function formatEpoch(epoch)
|
||||
if epoch == 0 then
|
||||
return("-")
|
||||
else
|
||||
return(os.date("%d/%m/%Y %X", epoch))
|
||||
end
|
||||
return(format_utils.formatEpoch(epoch))
|
||||
end
|
||||
|
||||
function starts(String,Start)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue