mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: capture pcap file with PID/ProcName/bundleID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user