[PATCH] netstat: Clarify labels in UDP statistics.

Lauri Kenttä lauri.kentta at gmail.com
Sat Feb 9 06:03:27 CST 2013


Change labels in UDP statistics so that they better reflect the actual meanings as described in MSDN [1].

[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa366929%28v=vs.85%29.aspx
---
 programs/netstat/netstat.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/netstat/netstat.rc b/programs/netstat/netstat.rc
index 90ec410..d3729aa 100644
--- a/programs/netstat/netstat.rc
+++ b/programs/netstat/netstat.rc
@@ -49,7 +49,7 @@ STRINGTABLE
   IDS_TCP_SEGM_RETRAN, "Segments Retransmitted"
   IDS_UDP_STAT,        "UDP Statistics for IPv4"
   IDS_UDP_DGRAMS_RECV, "Datagrams Received"
-  IDS_UDP_NO_PORTS,    "No Ports"
-  IDS_UDP_RECV_ERRORS, "Receive Errors"
+  IDS_UDP_NO_PORTS,    "Invalid Port Errors"
+  IDS_UDP_RECV_ERRORS, "Invalid Datagrams"
   IDS_UDP_DGRAMS_SENT, "Datagrams Sent"
 }
-- 
1.8.1.2




More information about the wine-patches mailing list