On Thu, Jul 23, 2015 at 3:39 AM, Pascal Quantin <pascal.quan...@gmail.com>
wrote:

>
>
> Indeed the command output is localized. Before installing Npcap, I have:
> État admin    État          Type            Nom de l'interface
> -------------------------------------------------------------------------
> Activé         Connecté       Dédié            Ethernet
>
> After the installation, I have:
> État admin    État          Type            Nom de l'interface
> -------------------------------------------------------------------------
> Activé         Connecté       Dédié            Ethernet
> Activé         Connecté       Dédié            Ethernet 2
>
> Executing manually the command netsh.exe interface set interface
> name="Ethernet 2" newname="Npcap Loopback Adapter"
> does work.
>

This bug has been fixed, the causes are: 1) netsh show command returns
localized string, but I used stl::string to hold it, has changed to
stl:wstring. 2) "ver" command returns "version" instead of "Version" in
French edition, has changed to the manifest + GetVerionEx way.

I tested it against Win10 10240 x64 (French and Chinese), try installer at:
https://svn.nmap.org/nmap-exp/yang/NPcap-LWF/npcap-nmap-0.02-r2.exe


Cheers,
Yang
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to