Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Udp ¶
type Udp struct {
// contains filtered or unexported fields
}
func (*Udp) Process ¶
Process handles UDP packets that have been received. It attempts to determine the protocol type and then invokes the associated UdpProtocolPlugin's ParseUdp method. If the protocol cannot be determined or the payload is empty then the method is a noop.
Click to show internal directories.
Click to hide internal directories.