Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSImporter ¶ added in v1.0.0
type FSImporter struct {
// contains filtered or unexported fields
}
FSImporter provides the ability to import bro files from the file system
func NewFSImporter ¶ added in v1.0.0
func NewFSImporter(res *resources.Resources, indexingThreads int, parseThreads int, importFiles []string) *FSImporter
NewFSImporter creates a new file system importer
func (*FSImporter) CollectFileDetails ¶
func (fs *FSImporter) CollectFileDetails() []*fpt.IndexedFile
func (*FSImporter) GetInternalSubnets ¶
func (fs *FSImporter) GetInternalSubnets() []*net.IPNet
GetInternalSubnets returns the internal subnets from the config file
func (*FSImporter) Run ¶ added in v1.0.0
func (fs *FSImporter) Run(indexedFiles []*fpt.IndexedFile)
Run starts the importing
Click to show internal directories.
Click to hide internal directories.