Is it possible to drop / reject deAuthentication packets ??? If yes how?? Beacause I want to prevent DeAuthentication attack performed on my wireless LAN.. Can scapy tool with python can help to solve this problem? asked 22 Apr '13, 09:41 aki4891 |
One Answer:
Wireshark is a passive network troubleshooting tool and thus it will not send any data into the network (except maybe DNS requests, if that feature is enabled). Thus, you cannot drop/reject any Wifi/Wlan packets with Wireshark.
maybe, but that is a question you better ask in a scapy related forum. Regards answered 22 Apr '13, 12:29 Kurt Knochner ♦ |