reactos/base/applications/network
Joachim Henze 8ef47d2e5e
[NETSTAT] Optimize a bit (#5405)
in netstat.c 100% of the calls to
    DisplayTableHeader();
have in the exact line beforehand a call to
    ConResPuts(StdOut, IDS_ACTIVE_CONNECT);

So let's fuse them.

Also fix a superfluous space in the *.rc files before it will get duplicated
a thousand times.
2023-07-05 20:52:04 +02:00
..
arp
dwnl
finger
ftp
ipconfig [IPCONFIG] Add Japanese (ja-JP) translation 2023-07-04 12:32:47 +09:00
net [NET] Add the net session command 2023-06-22 12:40:46 +02:00
netsh
netstat [NETSTAT] Optimize a bit (#5405) 2023-07-05 20:52:04 +02:00
nslookup
ping
route
telnet
tracert
whois
wlanconf
CMakeLists.txt