Cyberes 8051775b2c | ||
---|---|---|
.. | ||
wlan2eth | ||
README.md |
README.md
sudo apt install libpcap-dev gcc
wlan2eth build wlan2eth.wlan2eth
sudo ./wlan2eth
If build fails, try CGO_ENABLED=1
Issues
- To prevent forwarding duplicates, incoming hash of in packets are cached and checked against subsequent packets. This may cause issues where duplicate packets are blocked.