Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapTCPProtocolHandlers ¶ added in v1.0.1
func MapTCPProtocolHandlers(log interfaces.Logger, h interfaces.Honeypot) map[string]TCPHandlerFunc
MapTCPProtocolHandlers map protocol handlers to corresponding protocol
func MapUDPProtocolHandlers ¶ added in v1.0.1
func MapUDPProtocolHandlers(log interfaces.Logger, h interfaces.Honeypot) map[string]UDPHandlerFunc
MapUDPProtocolHandlers map protocol handlers to corresponding protocol
Types ¶
type BufferedConn ¶
type BufferedConn struct {
net.Conn // So that most methods are embedded
// contains filtered or unexported fields
}
BufferedConn provides an interface to peek at a connection
type TCPHandlerFunc ¶ added in v1.0.1
type UDPHandlerFunc ¶ added in v1.0.1
Click to show internal directories.
Click to hide internal directories.