mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -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
|
@ -6,8 +6,8 @@ import (
|
|||
"github.com/bettercap/bettercap/core"
|
||||
"regexp"
|
||||
|
||||
"github.com/bettercap/gopacket"
|
||||
"github.com/bettercap/gopacket/layers"
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
)
|
||||
|
||||
// poor man's TLS Client Hello with SNI extension parser :P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue