reactos/base/applications/network/netstat
Joachim Henze 3da13042ea
[NETSTAT] Less heap allocations (#5409)
- Avoid the heap in ShowIpStatistics() and ShowIcmpStatistics() to simplify the code,
  inspired by how we do it in ShowTcpStatistics() and ShowUdpStatistics() already
- Strip 2 Captain-Obvious-Comments

For the record: Retrieving ICMP-stats and IP-stats does not work properly in ReactOS yet,
neither with nor without my fix. Lower layers are most likely wrong still somehow.
But netstat itself can properly obtain ICMP-stats and IP-stats in Windows already.
2023-07-06 18:23:17 +02:00
..
lang [NETSTAT] pragma once, reorder, fix pl-PL.rc (#5407) 2023-07-06 18:19:30 +02:00
CMakeLists.txt [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00
netstat.c [NETSTAT] Less heap allocations (#5409) 2023-07-06 18:23:17 +02:00
netstat.h [NETSTAT] pragma once, reorder, fix pl-PL.rc (#5407) 2023-07-06 18:19:30 +02:00
netstat.rc [NETSTAT] Add Russian (ru-RU) translation 2023-07-06 01:41:41 +03:00
resource.h [NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 2019-06-20 20:48:07 +02:00