Commit Graph

27 Commits

Author SHA1 Message Date
Eric Pouech b421477d33 netstat: Use OEM code page for output.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-02 11:47:30 +02:00
Eric Pouech f658d9d178 netstat: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-04 11:20:33 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard 3b6b24ea42 netstat: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 11:01:22 +02:00
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-17 17:05:47 +02:00
Alexandre Julliard b13ce7597b netstat: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-30 09:54:54 +02:00
Michael Stefaniuc 27c88fc4a6 netstat: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-15 21:01:09 +02:00
Alexandre Julliard 83d6249c41 netstat: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-02 10:21:15 +01:00
Hugh McMaster ef41e8205a netstat: Fix incorrect comment. 2015-03-27 21:30:58 +09:00
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Marcus Meissner e7858100d6 netstat: Allocate WCHARs not CHARs (Coverity). 2013-09-30 11:37:32 +02:00
André Hentschel 49f550e8ed netstat: Remove superfluous casts. 2013-07-01 19:51:23 +02:00
Nikolay Sivov 423d5f29e8 netstat: No need to allocate fixed length stats structs. 2013-04-30 11:50:21 +02:00
André Hentschel b372044c39 netstat: Implement the UDP stats output. 2013-01-22 12:26:49 +01:00
André Hentschel 709b9ee819 netstat: Implement the TCP stats output. 2013-01-22 12:24:06 +01:00
André Hentschel 7b53eac79f netstat: Implement -e option. 2013-01-08 12:49:03 +01:00
André Hentschel 5263afdb68 netstat: Don't translate strings only translated in German. 2013-01-08 12:36:51 +01:00
André Hentschel 6158a5ccf3 netstat: Implement -a option. 2013-01-08 12:32:03 +01:00
Francois Gouget ca9ceddd5d netstat: Fix compilation on systems that don't support nameless unions. 2013-01-07 11:11:12 +01:00
André Hentschel fc5a2aa05c netstat: Implement the UDP table output. 2013-01-03 11:50:10 +01:00
André Hentschel c25c7f8049 netstat: Parse command line arguments. 2013-01-03 11:50:02 +01:00
André Hentschel 7357b65d62 netstat: Make functions static. 2013-01-03 11:49:51 +01:00
André Hentschel 6e989604a3 netstat: Initial implementation. 2012-12-28 11:37:52 +01:00