Hello,
in the newest version WinPcap_3_0_a4.
there is a problem :
   i constat that the adapters founds are not properly read (maybe in a false register)
i've replace the function
    PacketGetAdapterNames(...) with my own :
...
if (windowsversionNT)
    {
      read the adapter list in register  : ("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards")
    }
else //windows 95
    {
      read the adapter list in register  : ("HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Class\\Net")
    }
...
and get subkeys for adapter names and/or service name ........
 
bye.
 
 

Reply via email to