I got the interface name from win32util.browse() in Vista and XP. I think XP is Giving me the wrong number because it differs from what I'm reading in perfmon everytime and it seems to be counting down from that number after every subsequent call.
<br>ex: perfmon will give me a last of 0.0 and<br>&nbsp;win32pdhutil.GetPerformanceAttributes(&#39;Network Interface&#39;,&#39;Bytes Received/sec&#39;,&#39;Intel[R] PRO_100 VE Network Connection - Packet Scheduler Miniport&#39;)
<br><br>Will return something like 12107 and will go down every subsequent call.<br><br>Is there another way to get this information?<br>