netstat: Initial implementation

Alexandre Julliard julliard at winehq.org
Thu Dec 27 05:24:12 CST 2012


André Hentschel <nerv at dawncrow.de> writes:

> +STRINGTABLE
> +{
> +  IDS_TCP_UNKNOWN,     "???"
> +  IDS_TCP_CLOSED,      "CLOSED"
> +  IDS_TCP_LISTENING,   "LISTENING"
> +  IDS_TCP_SYN_SENT,    "SYN_SENT"
> +  IDS_TCP_SYN_RCVD,    "SYN_RCVD"
> +  IDS_TCP_ESTABLISHED, "ESTABLISHED"
> +  IDS_TCP_FIN_WAIT1,   "FIN_WAIT1"
> +  IDS_TCP_FIN_WAIT2,   "FIN_WAIT2"
> +  IDS_TCP_CLOSE_WAIT,  "CLOSE_WAIT"
> +  IDS_TCP_CLOSING,     "CLOSING"
> +  IDS_TCP_LAST_ACK,    "LAST_ACK"
> +  IDS_TCP_TIME_WAIT,   "TIME_WAIT"
> +  IDS_TCP_DELETE_TCB,  "DELETE_TCB"

It's not useful to put these in resources, we don't want to have to
translate them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list