2 #include <reactos/resource.h>
6 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
8 VS_VERSION_INFO VERSIONINFO
9 FILEVERSION RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
10 PRODUCTVERSION RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
21 BLOCK "StringFileInfo"
25 VALUE "CompanyName", RES_STR_COMPANY_NAME
26 VALUE "FileDescription", "ReactOS TCP/IPv4 Win32 netstat\0"
27 VALUE "FileVersion", RES_STR_FILE_VERSION
28 VALUE "InternalName", "netstat\0"
29 VALUE "LegalCopyright", RES_STR_LEGAL_COPYRIGHT
30 VALUE "OriginalCopyright", "Robert Dickenson (robd@reactos.org)\0"
31 VALUE "OriginalFilename", "netstat.exe\0"
32 VALUE "ProductName", RES_STR_PRODUCT_NAME
33 VALUE "ProductVersion", RES_STR_PRODUCT_VERSION
38 VALUE "Translation", 0x409, 1200
42 /////////////////////////////////////////////////////////////////////////////
48 STRINGTABLE DISCARDABLE
50 IDS_APP_TITLE "ReactOS netstat"
52 "Displays current TCP/IP protocol statistics and network connections.\n\n"\
53 "NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]\n\n"\
54 " -a Displays all connections and listening ports.\n"\
55 " -e Displays Ethernet statistics. May be combined with -s\n"\
56 " -n Displays address and port numbers in numeric form.\n"\
57 " -p proto Shows connections for protocol 'proto' TCP or UDP.\n"\
58 " If used with the -s option to display\n"\
59 " per-protocol statistics, 'proto' may be TCP, UDP, or IP.\n"\
60 " -r Displays the current routing table.\n"\
61 " -s Displays per-protocol statistics. Statistics are shown for\n"\
62 " TCP, UDP and IP by default; use -p option to display\n"\
63 " information about a subset of the protocols only.\n"\
64 " interval Redisplays selected statistics every 'interval' seconds.\n"\
65 " Press CTRL+C to stop redisplaying. By default netstat will\n"\
66 " print the current information only once.\n"