Package: python-pcapy
Version: 0.10.4-2
It seems that pcapy can't listen on the loopback interface. When the
first packet arrives, an exception is raised.
# cat test.py
import pcapy
r = pcapy.open_live("lo", 1500, True, 0)
while True:
print r.next()
# python test.py
Traceback (most recent call last):
File "test.py", line 4, in ?
print r.next()
pcapy.PcapError
Regards,
--
Göran Weinholt,
Network Administrator,
Chalmers Studentbostäder
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]