feat: capture pcap file with PID/ProcName/bundleID

This commit is contained in:
debugtalk
2022-12-22 00:37:02 +08:00
parent 5e2ab36f43
commit 6d70a0eeb6
12 changed files with 243 additions and 38 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ type Device interface {
Syslog() (lines <-chan string, err error)
SyslogStop()
PcapStart() (packet <-chan []byte, err error)
PcapStart(opts ...PcapOption) (packet <-chan []byte, err error)
PcapStop()
Reboot() error