This commit is contained in:
Pin
2023-04-19 01:00:49 -04:00
parent a308a3aa13
commit 3aec70289b

View File

@@ -9,6 +9,7 @@ import (
"os/exec"
"runtime"
"strings"
"time"
"strconv"
@@ -76,6 +77,7 @@ func openCapture(tInfo *targetInfo) *pcap.Handle {
if err == nil {
return handle
}
time.Sleep(5 * time.Second)
}
}