package ethernet import "github.com/google/gopacket" func Analyze(source *gopacket.PacketSource) error { // Dummy return nil }