Documentation ¶
Index ¶
- type Addr
- type AddrFilter
- type And
- type Filter
- func CreateAndFilter(fs ...Filter) Filter
- func CreateAnyAddrFilter(addr Addr) Filter
- func CreateAnyPortFilter(port Port) Filter
- func CreateDstAddrFilter(addr Addr) Filter
- func CreateDstPortFilter(port Port) Filter
- func CreateOrFilter(fs ...Filter) Filter
- func CreateSrcAddrFilter(addr Addr) Filter
- func CreateSrcPortFilter(port Port) Filter
- func FromLine(s string) (Filter, error)
- type Not
- type Or
- type ParseError
- type Port
- type PortFilter
- type ProtIP4Filter
- type ProtIP6Filter
- type ProtTcpFilter
- type ProtUdpFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddrFilter ¶
type AddrFilter struct {
// contains filtered or unexported fields
}
type Filter ¶
func CreateAndFilter ¶
func CreateAnyAddrFilter ¶
func CreateAnyPortFilter ¶
func CreateDstAddrFilter ¶
func CreateDstPortFilter ¶
func CreateOrFilter ¶
func CreateSrcAddrFilter ¶
func CreateSrcPortFilter ¶
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func ParseErrorFmt ¶
func ParseErrorFmt(s string, args ...interface{}) *ParseError
func (*ParseError) Error ¶
func (e *ParseError) Error() string
type PortFilter ¶
type PortFilter struct {
// contains filtered or unexported fields
}
type ProtIP4Filter ¶
type ProtIP4Filter struct{}
type ProtIP6Filter ¶
type ProtIP6Filter struct{}
type ProtTcpFilter ¶
type ProtTcpFilter struct{}
type ProtUdpFilter ¶
type ProtUdpFilter struct{}
Click to show internal directories.
Click to hide internal directories.