feat: capture pcap file for iOS

This commit is contained in:
debugtalk
2022-12-15 19:09:59 +08:00
parent 1c8c3e0e80
commit f4af2d131a
13 changed files with 130 additions and 39 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ func TestPerfAll(t *testing.T) {
func TestPcap(t *testing.T) {
setupLockdownSrv(t)
data, err := dev.Pcap()
data, err := dev.PcapStart()
if err != nil {
t.Fatal(err)
}