mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds ports, l4 and l7 protocols to pcap and flows download
This commit is contained in:
parent
90ffa1eb10
commit
18e8e57db5
3 changed files with 25 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ epoch_end = _GET["epoch_end"]
|
|||
host = _GET["host"]
|
||||
peer = _GET["peer"]
|
||||
l4proto = _GET["l4proto"]
|
||||
l7proto = _GET["l7proto"]
|
||||
port = _GET["port"]
|
||||
task_id = _GET["task_id"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue