wireshark/include
João Valverde 1a8e1b1466 Use explicit test for Clang with compiler attributes
Clang likes to pretend to be other compilers but does not implement
the full range of pragmas other compilers have. Make Clang
always use __attribute__, it should be better supported than
the alternatives, for example with clang-cl.

Do not use __GNUC__ to select Clang, it does not work with
clang-cl. Test explicitly for __clang__ instead.

Fixes #19385.
2023-10-27 16:30:00 +00:00
..
wireshark.h Revert "plugins: Do not require a "type" subfolder hierarchy" 2023-10-18 14:30:46 +00:00
ws_attributes.h Use explicit test for Clang with compiler attributes 2023-10-27 16:30:00 +00:00
ws_codepoints.h Add a #define for REPLACEMENT CHARACTER and use it. 2022-10-16 23:36:12 +00:00
ws_compiler_tests.h Improve a compiler test and diagnostic control 2023-04-16 15:08:45 +00:00
ws_diag_control.h Fix misppellings in root and ui directories 2023-09-26 00:26:25 -04:00
ws_exit_codes.h With -D, always let the user know if capture_interface_list() fails. 2023-08-27 17:20:12 -07:00
ws_log_defs.h Rename the Lua log domain 2023-08-17 15:39:21 +01:00
ws_posix_compat.h Windows: Make use of SSIZE_T 2023-06-07 16:04:06 +00:00
ws_symbol_export.h Enable rpathification and working relocation on Linux (take 3) 2023-02-13 00:24:21 +00:00