@ -160,7 +160,8 @@ func (nc *NetCard) runRead() {
log.Fatal(err)
}
log.Printf("%v %v", rframe.Source(), rframe.Destination())
log.Panicf("%v", rframe)
log.Printf("%v %v", net.IP(rframe.Source()).String(), rframe.Destination())
if rframe.Ethertype() != ethernet.IPv4 {
continue
The note is not visible to the blocked user.