Split unattributed connections into to Unidentified App and Network Noise
This commit is contained in:
@@ -34,6 +34,8 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
|
||||
switch p.Pid {
|
||||
case UnidentifiedProcessID:
|
||||
profileID = profile.UnidentifiedProfileID
|
||||
case UnsolicitedProcessID:
|
||||
profileID = profile.UnsolicitedProfileID
|
||||
case SystemProcessID:
|
||||
profileID = profile.SystemProfileID
|
||||
case ownPID:
|
||||
|
||||
Reference in New Issue
Block a user