wireshark/include
João Valverde 4448b6494e Add a ws_posix_compat.h header
Currently used to define ssize_t on platforms that lack it.

Fix some Windows build errors caused by moving the definition into a
separate header.

Fix some narrowing warnings on Windows x64 from changing the definition
of ssize_t from long int to int64_t.

The casts in dumpcap are ugly but necessary. The whole code needs
to be rewritten for portability, or the warnings disabled.
2021-12-21 01:30:06 +00:00
..
wireshark.h Add a ws_posix_compat.h header 2021-12-21 01:30:06 +00:00
ws_attributes.h Prefer the portable _Noreturn attribute (C11) 2021-12-18 18:54:08 +00:00
ws_compiler_tests.h
ws_diag_control.h
ws_log_defs.h Define more log domains for extcaps 2021-12-05 00:28:26 +00:00
ws_posix_compat.h Add a ws_posix_compat.h header 2021-12-21 01:30:06 +00:00
ws_symbol_export.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00