mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
balls
This commit is contained in:
parent
4581272c94
commit
1c97a6df72
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue