wifictld-analyzer/capture/handler.go

6 lines
104 B
Go
Raw Normal View History

package capture
2018-06-02 01:00:54 +02:00
import "net"
type Handler func(addr *net.UDPAddr, msg *SocketMSG) (*SocketMSG, error)