config

package
v5.2.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Interfaces     InterfacesConfig          `config:"interfaces"`
	Flows          *Flows                    `config:"flows"`
	Protocols      map[string]*common.Config `config:"protocols"`
	Procs          procs.ProcsConfig         `config:"procs"`
	IgnoreOutgoing bool                      `config:"ignore_outgoing"`
	RunOptions     droppriv.RunOptions
}

type Flows

type Flows struct {
	Enabled *bool  `config:"enabled"`
	Timeout string `config:"timeout"`
	Period  string `config:"period"`
}

func (*Flows) IsEnabled

func (f *Flows) IsEnabled() bool

type InterfacesConfig

type InterfacesConfig struct {
	Device       string
	Type         string
	File         string
	WithVlans    bool
	BpfFilter    string
	Snaplen      int
	BufferSizeMb int
	TopSpeed     bool
	Dumpfile     string
	OneAtATime   bool
	Loop         int
}

type ProtocolCommon

type ProtocolCommon struct {
	Ports              []int         `config:"ports"`
	SendRequest        bool          `config:"send_request"`
	SendResponse       bool          `config:"send_response"`
	TransactionTimeout time.Duration `config:"transaction_timeout"`
}

Jump to

Keyboard shortcuts

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