On Sunday, February 2, 2014 8:26:05 PM UTC+2, Asaf Las wrote: > On Friday, January 31, 2014 9:10:28 AM UTC+2, Ralle wrote: > > > Hello > > I am wondering if it possible to create a packet sniffer in > > windows using python that only sniffs for ARP packets.
There is also example on bottom of socket module for raw sockets you can try it run (trigger arp packet by deleting one of dynamic entries in your arp table by arp -d xxx.xxx.xxx.xxx) http://docs.python.org/3.3/library/socket.html?highlight=socket#example -- https://mail.python.org/mailman/listinfo/python-list