"Mark Betz" <betz.m...@gmail.com> wrote:

I am wondering if it possible to create a packet sniffer in windows using 
python that only sniffs for ARP packets.

A couple of links to get you started:

The OP could use Impacket's libpcap bindings. With one of the examples,
it's easy:
 python examples/sniff.py ether proto 0x0806

The excellent Impacket/Pcapy is here:
 http://oss.coresecurity.com/pcapy/   (but it seems down now).

--gv
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to