Skip to content

Commit

Permalink
remove handling of idSetInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jun 16, 2024
1 parent 4d65c42 commit dd3217a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/security/probe/probe_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,15 +500,6 @@ func (p *WindowsProbe) setupEtw(ecb etwCallback) error {
}
}

case idSetInformation:
if si, err := p.parseInformationArgs(e); err == nil {
log.Tracef("Received SetInformation event %d %s\n", e.EventHeader.EventDescriptor.ID, si)
ecb(si, e.EventHeader.ProcessID)
p.stats.fpnLock.Lock()
p.stats.fileProcessedNotifications[e.EventHeader.EventDescriptor.ID]++
p.stats.fpnLock.Unlock()
}

case idSetDelete:
if p.isDeleteEnabled {
if sd, err := p.parseSetDeleteArgs(e); err == nil {
Expand Down

0 comments on commit dd3217a

Please sign in to comment.