diff --git a/tap.go b/tap.go index e04a179..9f22920 100644 --- a/tap.go +++ b/tap.go @@ -164,8 +164,8 @@ func (nc *NetCard) runRead() { // log.Printf("Payload: % x\n", rframe.Payload()) - log.Printf("Dst: %s\n", waterutil.IPv4Destination(rframe)) - log.Printf("Src: %s\n", waterutil.IPv4Source(rframe)) + log.Printf("Dst: %s %s\n", waterutil.IPv4Destination(rframe), rframe.Destination()) + log.Printf("Src: %s %s\n", waterutil.IPv4Source(rframe), rframe.Source()) log.Printf("Ethertype: % x\n", rframe.Ethertype()) var buffer *[][]byte