mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
UI, stats: display dst_port on process details view
This commit is contained in:
parent
8d88a4c13a
commit
7f2f40b64d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class StatsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
|
|||
"c.time as Time, " \
|
||||
"c.action as Action, " \
|
||||
"c.uid as UserID, " \
|
||||
"c.dst_host as Destination, " \
|
||||
"c.dst_host || ' -> ' || c.dst_port as Destination, " \
|
||||
"c.process as Process, " \
|
||||
"c.process_args as Args, " \
|
||||
"count(c.dst_host) as Hits, " \
|
||||
|
|
Loading…
Add table
Reference in a new issue