[NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657)

CORE-16119

Also, change its resource file description to reflect that the utility isn't just for TCPv4.
This commit is contained in:
Lee Schroeder 2019-06-15 11:25:54 -06:00 committed by Hermès Bélusca-Maïto
parent 79a0f2b430
commit bd3c852012
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
6 changed files with 337 additions and 148 deletions

View file

@ -44,7 +44,6 @@ typedef struct {
} MIB_UDPEXTABLE, *PMIB_UDPEXTABLE;
/* function declarations */
BOOL ParseCmdline(int argc, char* argv[]);
BOOL DisplayOutput(VOID);
DWORD DoFormatMessage(DWORD ErrorCode);
VOID ShowIpStatistics(VOID);
@ -56,4 +55,3 @@ VOID ShowTcpTable(VOID);
VOID ShowUdpTable(VOID);
PCHAR GetPortName(UINT Port, PCSTR Proto, CHAR Name[PORTNAMELEN], INT NameLen);
PCHAR GetIpHostName(BOOL local, UINT ipaddr, CHAR name[HOSTNAMELEN], int namelen);
VOID Usage(VOID);