mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added optional first seen to flow table
This commit is contained in:
parent
aff1723fcb
commit
4ad3463384
9 changed files with 152 additions and 75 deletions
|
|
@ -195,6 +195,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
end
|
||||
end
|
||||
|
||||
record["column_first_seen"] = formatEpoch(value["seen.first"])
|
||||
record["column_last_seen"] = formatEpoch(value["seen.last"])
|
||||
|
||||
if(value["client_tcp_info"] ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue