Moreover the getInterface() function seems to be unexistent:

>>> from pcapy import *
>>> getInterface()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
NameError: name 'getInterface' is not defined

Maybe it can be used only on *nix platforms? 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to