MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / newNetProcessor

Function newNetProcessor

internal/etw/processors/net_windows.go:32–34  ·  view source on GitHub ↗

newNetProcessor creates a new instance of the network event interceptor.

()

Source from the content-addressed store, hash-verified

30
31// newNetProcessor creates a new instance of the network event interceptor.
32func newNetProcessor() Processor {
33 return &netProcessor{}
34}
35
36func (netProcessor) Name() ProcessorType { return Net }
37

Callers 2

NewChainFunction · 0.85
TestNetworkProcessorFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestNetworkProcessorFunction · 0.68