Sample Header Ad - 728x90

Filter packets by mac address and "EAP" in scapy

1 vote
0 answers
1350 views
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