Update to gopacket/gopacket

This commit is contained in:
Jeroen Oudshoorn 2024-12-20 14:29:06 +01:00
commit db42c1fb73
50 changed files with 154 additions and 119 deletions

View file

@ -8,9 +8,9 @@ import (
"sync"
"time"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcapgo"
"github.com/gopacket/gopacket"
"github.com/gopacket/gopacket/layers"
"github.com/gopacket/gopacket/pcapgo"
"github.com/evilsocket/islazy/data"
"github.com/evilsocket/islazy/fs"