mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
fix: workaround for PCAP_SET_RFMON issue (fixes #819, https://github.com/the-tcpdump-group/libpcap/issues/1041, https://github.com/the-tcpdump-group/libpcap/issues/1033)
This commit is contained in:
parent
06623ddfb9
commit
b12ba7947b
4 changed files with 30 additions and 4 deletions
|
@ -53,3 +53,7 @@ func GetSupportedFrequencies(iface string) ([]int, error) {
|
|||
freqs := make([]int, 0)
|
||||
return freqs, fmt.Errorf("Windows does not support WiFi channel hopping.")
|
||||
}
|
||||
|
||||
func ForceMonitorMode(iface string) error {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue