Is there a way to filter packets by mac address and "EAP" protocol using scapy in python?
this is my sniff command line:
sniff(iface="mon0",prn=lambda x: x.summary())
Asked by repzero
(524 rep)
Apr 6, 2015, 08:24 PM