fix: every wifi frame injection operation on macOS will print an error (ref #448)

This commit is contained in:
Simone Margaritelli 2024-08-08 12:59:21 +02:00
commit 2499d5147f
3 changed files with 24 additions and 13 deletions

View 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)")
}