Fixes for capture from nProbe Agent

- Add missing protocol guess
- Fix flows filter by L4 protocol
- Fix traffic profile filter validation
- Fix missing apps in the l7 dropdown
- Fix bad unidirectional flow status with ebpf flows
- Fix broken flows refresh in username_details.lua
This commit is contained in:
emanuele-f 2020-03-11 19:22:31 +01:00
parent 2de94d9226
commit fa730db28f
9 changed files with 25 additions and 6 deletions

View file

@ -312,7 +312,10 @@ function ebpf_utils.draw_flows_datatable(ifstats, host_info, username, pid_name)
title: "Key",
field: "key",
hidden: true
},
}, {
field: "hash_id",
hidden: true,
},
{
title: "",
field: "column_key",