processor

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2018 License: GPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Processors map[string]ProcessFunction = map[string]ProcessFunction{
	"bluecoat":        process_bluecoat,
	"bomgar":          process_bomgar,
	"cer":             process_cer,
	"codevision":      process_codevision,
	"cpp":             process_cpp,
	"email":           process_email,
	"fsdb_time_col_1": process_fsdb_time_col_1,
	"fsdb_time_col_2": process_fsdb_time_col_2,
	"iod":             process_iod,
	"juniper":         process_juniper,
	"mrt":             process_mrt,
	"pcap":            process_pcap,
	"sep":             process_sep,
	"snare":           process_snare,
	"stealthwatch":    process_stealthwatch,
	"syslog_rfc3164":  process_syslog_rfc3164,
	"text":            process_text,
	"win_messages":    process_win_messages,
	"wireless":        process_wireless,
}

Functions

func OpenFile

func OpenFile(f *os.File) (reader io.Reader, err error)

Types

type ProcessFunction

type ProcessFunction func(filename string) (tf_time.Times, error)

The processor functions are defined in the processors module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL