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