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

Method IsNetworkField

pkg/filter/fields/fields_windows.go:709–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707func (f Field) IsFileField() bool { return strings.HasPrefix(string(f), "file.") }
708func (f Field) IsRegistryField() bool { return strings.HasPrefix(string(f), "registry.") }
709func (f Field) IsNetworkField() bool { return strings.HasPrefix(string(f), "net.") }
710func (f Field) IsHandleField() bool { return strings.HasPrefix(string(f), "handle.") }
711func (f Field) IsPeField() bool {
712 return strings.HasPrefix(string(f), "pe.") || strings.HasPrefix(string(f), "ps.pe.") || strings.HasPrefix(string(f), "ps.signature.")

Callers 2

AccessorMethod · 0.80
narrowAccessorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected