|
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.
|
- [WinPcap-users] How to forward/redirect UDP packets to an... Shen Mu-Y17595
- [WinPcap-users] Adapter names disappeared pradeep
- Re: [WinPcap-users] Adapter names disappeared Loris Degioanni
- RE: [WinPcap-users] Adapter names disappeared pradeep
- Re: [WinPcap-users] Adapter names disappe... Laurent BARGADA
- Re: [WinPcap-users] Adapter names disappe... Loris Degioanni
