Hello winpcap users,
 
with older versions of packet.DLL , there was no probem to find the adapters cards.
-> the pack was registered as a protocol/service linked with each card we needed.
->this work fine ! 
 
 
in versions WinPcap_3_0_a4. and 2.3
in packet.dll , function PacketGetAdapterNames work :
  •     read the registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
  •     read the tcpip linkage .....
  •     services ...
is there a way to simplify this in reading only :
   under windowsNT     (NT,2000,XP)
        read the adapter list in register  : ("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards")
   under (windows 95,98)
        read the adapter list in register  : ("HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Class\\Net")
and register  the service NPF_****  from adapters found by this way ????   
 
Thanks...
 
 

Reply via email to