diff --git a/net/net_windows.go b/net/net_windows.go index 8eecf640..39c54757 100644 --- a/net/net_windows.go +++ b/net/net_windows.go @@ -3,6 +3,7 @@ package net import ( "net" "regexp" + "strings" "github.com/google/gopacket/pcap" )