Closed GoogleCodeExporter closed 9 years ago
Identified the problem:
In sub GetConnectedSSIDs(), globals.vb, lines 515ff:
line 540 tries to exclude packet schedulers:
If Not (TheName.Contains("Packet Scheduler") then ...
However, packet schedulers might be named differently, especially in non-English
Windows versions (mine is named "Paketplaner" in German XPSP3). So, for the
moment, I
fixed this by adding two more keywords (Miniport and Paketplaner). However, this
might still not work for all systems and languages.
Does anybody know of a way to recognize packet schedulers programmatically
without
having to include a large list of keywords?
This fix is in SVN.
Original comment by potofcoffee@gmail.com
on 15 May 2009 at 8:29
Just found a better solution:
NP now exludes packet schedulers by querying WMI for physical network adapters.
This
solution is language-independent.
Fix is in SVN.
Original comment by potofcoffee@gmail.com
on 18 May 2009 at 2:01
I trust that potofcoffe's fix works as I did not experience this problem
personally.
Original comment by dmil...@gmail.com
on 22 May 2009 at 7:50
Original issue reported on code.google.com by
potofcoffee@gmail.com
on 15 May 2009 at 6:30