mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: using statically linked version of gopacket (fixes #98)
This commit is contained in:
parent
75ef2b8a8f
commit
496c29b5bc
24 changed files with 44 additions and 44 deletions
|
@ -8,9 +8,9 @@ import (
|
|||
|
||||
"github.com/bettercap/bettercap/network"
|
||||
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
"github.com/google/gopacket/pcap"
|
||||
"github.com/bettercap/gopacket"
|
||||
"github.com/bettercap/gopacket/layers"
|
||||
"github.com/bettercap/gopacket/pcap"
|
||||
)
|
||||
|
||||
type Activity struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue