mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
fix: getting rid of forked gopacket, static build ftw!
This commit is contained in:
parent
cc179f20b4
commit
1a67c82fbd
25 changed files with 55 additions and 53 deletions
|
@ -3,7 +3,7 @@ package packets
|
|||
import (
|
||||
"net"
|
||||
|
||||
"github.com/bettercap/gopacket/layers"
|
||||
"github.com/google/gopacket/layers"
|
||||
)
|
||||
|
||||
func NewARPTo(from net.IP, from_hw net.HardwareAddr, to net.IP, to_hw net.HardwareAddr, req uint16) (layers.Ethernet, layers.ARP) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue