Adds ports, l4 and l7 protocols to pcap and flows download

This commit is contained in:
Simone Mainardi 2016-04-04 19:57:22 +02:00
parent 90ffa1eb10
commit 18e8e57db5
3 changed files with 25 additions and 3 deletions

View file

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