mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
feat: capture pcap file for iOS
This commit is contained in:
@@ -61,8 +61,7 @@ type Device interface {
|
||||
Syslog() (lines <-chan string, err error)
|
||||
SyslogStop()
|
||||
|
||||
PcapdService() (pcapd Pcapd, err error)
|
||||
Pcap() (packet <-chan []byte, err error)
|
||||
PcapStart() (packet <-chan []byte, err error)
|
||||
PcapStop()
|
||||
|
||||
Reboot() error
|
||||
|
||||
Reference in New Issue
Block a user