reactos/base/applications/network
Joachim Henze 40864bc15c
[NETSTAT] Fix crash when parsing the protocol CORE-19005 (#5363)
fixes symptom CORE-19005 [NETSTAT] crashes when called with -abnop
and no further argument (protocol name missing).

The crash was a regression of
0.4.11-dev-814-g 2b55073360

also meticulously try to match Windows exact screen output and ERRORLEVEL then
instead of e.g.: simply showing the usage help
which means:
ERRORLEVEL 0 for 'netstat -abnop' and displaying Active-string + table header *but without any sane contents*
ERRORLEVEL 1 for 'netstat -abnop bullshit' and displaying usage help
ERRORLEVEL 0 for 'netstat -abnop tcp' and displaying Active-string + table header + contents
ERRORLEVEL 0 for 'netstat -abnop udp' and displaying Active-string + table header + contents

while touching the file do also some unrelated whitespace tweaks.
2023-06-29 22:33:53 +02:00
..
arp
dwnl
finger
ftp
ipconfig [IPCONFIG] Show data for SOA DNS Entry 2023-06-28 22:16:25 +02:00
net [NET] Add the net session command 2023-06-22 12:40:46 +02:00
netsh
netstat [NETSTAT] Fix crash when parsing the protocol CORE-19005 (#5363) 2023-06-29 22:33:53 +02:00
nslookup
ping
route
telnet [REACTOS] Various Russian (ru-RU) translation fixes (#4696) 2022-09-15 18:46:03 +03:00
tracert [TRACERT] Fix displaying hop address on last ping timeout 2022-06-28 23:42:09 +03:00
whois
wlanconf [WLANCONF] Fix getting the interface GUID value 2022-10-02 15:36:45 +03:00
CMakeLists.txt [CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 2022-05-27 01:37:37 +03:00