mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
[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:
parent
79a0f2b430
commit
bd3c852012
6 changed files with 337 additions and 148 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue