Documentation ¶
Index ¶
- Constants
- type Plugin
- func (p *Plugin) Name() string
- func (p *Plugin) PortPriority(i uint16) bool
- func (p *Plugin) PortReject(u uint16) bool
- func (p *Plugin) Priority() int
- func (p *Plugin) Run(conn net.Conn, timeout time.Duration, target plugins.Target) (*plugins.Service, error)
- func (p *Plugin) SrcPort() uint16
- func (p *Plugin) Type() plugins.Protocol
Constants ¶
View Source
const DHCP = "dhcp"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
func (*Plugin) PortPriority ¶
func (*Plugin) PortReject ¶
Click to show internal directories.
Click to hide internal directories.