package capture import "net" type Handler func(addr *net.UDPAddr, msg *SocketMSG) (*SocketMSG, error)