anastop / latte

Latency & packet loss measuring tool for SDN controllers
12 stars 4 forks source link

go get github.com/anastop/latte issue with this #10

Open soniekta opened 5 years ago

soniekta commented 5 years ago

while clone with github this type of error shows gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment p.cur = p.cur.next gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:486:8: error: incompatible types in assignment p.cur = p.cur.next ^ gocode/src/github.com/google/gopacket/pcap/pcap_unix.go:507:33: error: incompatible type for field 1 in struct construction return pcapAddresses{all: p.cur.addresses} ^

anastop commented 5 years ago

This seems like an incompatibility issue with newer gopacket versions. Need to check that, thanks.