Documentation
¶
Index ¶
Constants ¶
View Source
const ( IPPName = "ipp" IPPPort = 631 IPPTLSPort = 631 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPPPlugin ¶
type IPPPlugin struct{}
IPPPlugin detects IPP on plain TCP port 631
func (*IPPPlugin) PortPriority ¶
type IPPTLSPlugin ¶
type IPPTLSPlugin struct{}
IPPTLSPlugin detects IPP over TLS on port 631
func (*IPPTLSPlugin) Name ¶
func (p *IPPTLSPlugin) Name() string
func (*IPPTLSPlugin) PortPriority ¶
func (p *IPPTLSPlugin) PortPriority(port uint16) bool
func (*IPPTLSPlugin) Priority ¶
func (p *IPPTLSPlugin) Priority() int
func (*IPPTLSPlugin) Type ¶
func (p *IPPTLSPlugin) Type() plugins.Protocol
Click to show internal directories.
Click to hide internal directories.