diff --git a/packets/queue.go b/packets/queue.go index 96301e7a..09590fd7 100644 --- a/packets/queue.go +++ b/packets/queue.go @@ -59,6 +59,7 @@ func NewQueue(iface *bnet.Endpoint) (*Queue, error) { Activities: make(chan Activity), } + fmt.Printf("OpenLive(%s)\n", iface.Name()) q.handle, err = pcap.OpenLive(iface.Name(), 1024, true, pcap.BlockForever) if err != nil { return nil, err