Description of Pcapy (http://oss.coresecurity.com/projects/pcapy.html):
"Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets."
Getting all available devices:
http://pastebin.com/fXfTwuU4
Start the sniffing:
http://pastebin.com/eWHGRA9q
Read the stream:
http://pastebin.com/xU9yy0pM
(I had to use links because correct indentation is important in python and not supported by this editor.)