fix: getting rid of forked gopacket, static build ftw!

This commit is contained in:
evilsocket 2018-03-01 10:40:49 +01:00
parent cc179f20b4
commit 1a67c82fbd
25 changed files with 55 additions and 53 deletions

View file

@ -7,8 +7,8 @@ import (
"github.com/bettercap/bettercap/log"
"github.com/bettercap/bettercap/packets"
"github.com/bettercap/gopacket"
"github.com/bettercap/gopacket/layers"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
)
func tcpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {