jHardware icon indicating copy to clipboard operation
jHardware copied to clipboard

Network-Info fails on non-english Windows

Open tobiasneidig opened this issue 8 years ago • 4 comments

On non-english Windowsversions the network information are incomplete, only the adapter name is identified correctly. The reason for this is that WindowsNetworkInfo searchs for english strings, which are not present in non-english versions.

tobiasneidig avatar Jun 10 '16 07:06 tobiasneidig

Hi!

You are right. I will take a note of this in order to fix it in future versions.

Could you please provide me an example of your output when executing:

ipconfig /all

and

netstat -e

?? That will help me to test & improve the parsing and to make it more generic. Thanks!

Thank you for your feedback.

profesorfalken avatar Jun 11 '16 15:06 profesorfalken

Hi again, sure, attached you find the requested outputs on a German windows 7 machine. Many thanks for trying to fix it.

ipconfig /all
Windows-IP-Konfiguration

   Hostname  . . . . . . . . . . . . : 
   Primäres DNS-Suffix . . . . . . . :
   Knotentyp . . . . . . . . . . . . : Hybrid
   IP-Routing aktiviert  . . . . . . : Nein
   WINS-Proxy aktiviert  . . . . . . : Nein
   DNS-Suffixsuchliste . . . . . . . : home

Ethernet-Adapter LAN-Verbindung:

   Verbindungsspezifisches DNS-Suffix: home
   Beschreibung. . . . . . . . . . . : xxx
   Physikalische Adresse . . . . . . : 00-00-00-00-00-00
   DHCP aktiviert. . . . . . . . . . : Ja
   Autokonfiguration aktiviert . . . : Ja
   Verbindungslokale IPv6-Adresse  . : 
   IPv4-Adresse  . . . . . . . . . . :  10.0.0.2
   Subnetzmaske  . . . . . . . . . . : 255.255.255.0
   Lease erhalten. . . . . . . . . . : 
   Lease läuft ab. . . . . . . . . . :
   Standardgateway . . . . . . . . . : 10.0.0.1
   DHCP-Server . . . . . . . . . . . : 10.0.0.1
   DHCPv6-IAID . . . . . . . . . . . : 0
   DHCPv6-Client-DUID. . . . . . . . : 00-00-00-00-00-00-00-00-00-00-00-00-00-00

   DNS-Server  . . . . . . . . . . . : 10.0.0.1
   NetBIOS über TCP/IP . . . . . . . : Aktiviert

Tunneladapter home:

   Medienstatus. . . . . . . . . . . : Medium getrennt
   Verbindungsspezifisches DNS-Suffix: home
   Beschreibung. . . . . . . . . . . : 
   Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-00
   DHCP aktiviert. . . . . . . . . . : Nein
   Autokonfiguration aktiviert . . . : Ja

and

netstat -e
Schnittstellenstatistik

                           Empfangen           Gesendet

Bytes                             0               0
Unicastpakete                     0               0
Nicht-Unicastpakete               0               0
Verworfen                         0               0
Fehler                            0               0
Unbekannte Protok.                0

tobiasneidig avatar Jun 12 '16 14:06 tobiasneidig

Hello,

Can you check if it is better with the 0.8.1 version?

profesorfalken avatar Aug 03 '16 14:08 profesorfalken

Hello,

Does it work better on 0.8.3?

profesorfalken avatar Sep 23 '16 08:09 profesorfalken