pancap/src/ethernet/ethernet.go

9 lines
131 B
Go
Raw Normal View History

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