I am having some trouble finding working code to find ARP requests sent out by an Amazon dash button. I tried Ted Benson's code, and also this code here, but neither seem to be working.
Ted's code involves an issue with importing the first line from scapy.all import *. I get a long list of explanation, but the last line of the error is import dnet ImportError: No module named dnet.
This is the error I am getting using the second code 'AttributeError: 'module' object has no attribute 'AF_PACKET''.
I have tried both code in python 2.7 and 3.4 and it neither work. Please let me know if there is anything I can do, or any code I can re-appropriate.
