afghanistanyn / pypcap

Automatically exported from code.google.com/p/pypcap
Other
0 stars 0 forks source link

support findalldevs() #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this patch adds support for findalldevs() function.

tested on Linux, WindowsXP, MacOSX

There is one problem under windows.
there is no classic interefaces names under windows and this patch returns
what it gets from the OS (long names blabla). it's not a big deal but
lookupdev() returns ethX names. these ethX names are fake and don't know if
i should to do the same for findalldevs().

Original issue reported on code.google.com by getxs...@gmail.com on 7 Jul 2009 at 1:06

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in r90

Original comment by getxs...@gmail.com on 13 Jul 2010 at 10:36