mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
fix: every wifi frame injection operation on macOS will print an error (ref #448)
This commit is contained in:
parent
5858743b6e
commit
2499d5147f
3 changed files with 24 additions and 13 deletions
5
modules/wifi/wifi_inject_darwin.go
Normal file
5
modules/wifi/wifi_inject_darwin.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package wifi
|
||||
|
||||
func (mod *WiFiModule) injectPacket(data []byte) {
|
||||
mod.Error("wifi frame injection is not supported on macOS (see https://github.com/bettercap/bettercap/issues/448)")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue