feat: add chains[0] and process to connections display (#205)

* add chains[0] display

* add metadata.process to connections
This commit is contained in:
Shun Li
2022-09-24 13:06:32 +08:00
committed by GitHub
parent 186a922d06
commit 6038a36532
2 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ declare namespace ApiType {
sourcePort: string;
destinationPort: string;
destinationIP?: string;
process?: string;
};
upload: number;
download: number;