mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add duration column in historical flows. (#7560)
This commit is contained in:
parent
bc70098f7c
commit
8041acecbb
5 changed files with 34 additions and 8 deletions
|
|
@ -2221,7 +2221,7 @@ local known_parameters = {
|
|||
|
||||
-- LIVE CAPTURE
|
||||
["capture_id"] = validateNumber, -- Live capture id
|
||||
["duration"] = validateNumber, --
|
||||
["duration"] = validateEmptyOr(validateListOfTypeInline(validateFilters(validateNumber))),
|
||||
["bpf_filter"] = validateEmptyOr(validateUnquoted), --
|
||||
|
||||
-- TRAFFIC RECORDING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue