wireshark/ui
João Valverde d9353d1684 Fix MSYS2 build
Fix:

```
FAILED: run/extcap/randpktdump.exe
cmd.exe /C "cd . && D:\a\_temp\msys64\ucrt64\bin\gcc.exe -fvisibility=hidden  -Wall -Wextra -Wpointer-arith -Wformat-security -fno-strict-overflow -fexcess-precision=fast -Wvla -Wattributes -Wpragmas -Wredundant-decls -Wunreachable-code -Wlogical-op -Wno-error=stringop-overflow= -Wno-error=deprecated-declarations -Wframe-larger-than=32768 -Wno-format-truncation -fdiagnostics-color=always -Wshadow -Wold-style-definition -Wstrict-prototypes -Wno-pointer-sign -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -fmacro-prefix-map=D:/a/wireshark/wireshark/build/src/wireshark/= -fmacro-prefix-map=D:/a/wireshark/wireshark/build/src/build-UCRT64/= -O3 -DNDEBUG -pipe     -Wl,--as-needed  -municode CMakeFiles/cli_main.dir/cli_main.c.obj extcap/CMakeFiles/extcap-base.dir/extcap-base.c.obj extcap/CMakeFiles/randpktdump.dir/randpktdump.c.obj extcap/CMakeFiles/randpktdump.dir/__/resources/randpktdump.rc.obj -o run\extcap\randpktdump.exe -Wl,--out-implib,run\librandpktdump.dll.a -Wl,--major-image-version,0,--minor-image-version,0  run/librandpkt_core.a  run/libwiretap.dll.a  -lws2_32  run/libui.a  run/libwsutil.dll.a  D:/a/_temp/msys64/ucrt64/lib/libglib-2.0.dll.a  -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
D:/a/_temp/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: run/libui.a(failure_message.c.obj):failure_messag:(.text+0x129): undefined reference to `__imp_wtap_strerror'
```

After this change:

```
[2177/2600] Linking C executable run/dumpcap
Warning: Unused direct dependencies:
	/usr/lib/libnl-route-3.so.200
	/home/jpv/code/wireshark/devel/build/run/libwiretap.so.0
```
2023-02-06 19:35:43 +00:00
..
cli follow: Add function for sub stream id to registration 2023-01-05 05:04:33 +00:00
logray extcap: Fix of handling default values 2023-02-06 18:29:25 +00:00
macosx
qt extcap: Fix of handling default values 2023-02-06 18:29:25 +00:00
win32 MinGW: Disable -Wcast-function-type warnings 2023-01-14 14:52:53 +00:00
CMakeLists.txt Fix MSYS2 build 2023-02-06 19:35:43 +00:00
alert_box.c
alert_box.h
all_files_wildcard.h
capture.c
capture.h
capture_globals.h
capture_info.h
capture_ui_utils.c
capture_ui_utils.h
clopts_common.c
clopts_common.h
cmdarg_err.c
cmdarg_err.h
commandline.c Windows: Store "gui.console_open" in the Windows registry 2022-10-11 14:25:04 +01:00
commandline.h
decode_as_utils.c
decode_as_utils.h
dissect_opts.c
dissect_opts.h
exit_codes.h Set unique exit codes for processes 2023-01-11 09:56:26 +00:00
export_pdu_ui_utils.c
export_pdu_ui_utils.h
failure_message.c
failure_message.h
file_dialog.c
file_dialog.h
filter_files.c
filter_files.h
firewall_rules.c
firewall_rules.h
help_url.c Install documentation (HTML manuals) to DOCDIR 2023-01-19 01:40:59 +00:00
help_url.h
iface_lists.c Fix more unused variables and enable unused-but-set-variable errors. 2022-11-08 13:49:44 -08:00
iface_lists.h
iface_toolbar.c
iface_toolbar.h
io_graph_item.c
io_graph_item.h
language.c
language.h
last_open_dir.h
main_statusbar.h
mcast_stream.c
mcast_stream.h
packet_list_utils.c epan: Allow FT_IPv4, FT_IPv6 custom columns to be resolved or not. 2022-12-26 16:12:19 +00:00
packet_list_utils.h
packet_range.c
packet_range.h
persfilepath_opt.c
persfilepath_opt.h
preference_utils.c ui: Check occurrence when check for existing custom column 2023-01-17 08:34:09 +00:00
preference_utils.h
profile.c
profile.h
progress_dlg.h
proto_hier_stats.c Proto hierarchy stats: obtain capture file read lock 2023-01-15 16:09:17 +00:00
proto_hier_stats.h
recent.c
recent.h
recent_utils.h
rtp_media.c
rtp_media.h
rtp_stream.c
rtp_stream.h
rtp_stream_id.c
rtp_stream_id.h
service_response_time.c
service_response_time.h
simple_dialog.h
software_update.c
software_update.h
ssl_key_export.c
ssl_key_export.h
summary.c Do not require using wsgcrypt.h 2023-02-06 15:52:10 +00:00
summary.h
tap-credentials.h
tap-iax2-analysis.c
tap-iax2-analysis.h
tap-rlc-graph.c dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
tap-rlc-graph.h
tap-rtp-analysis.c
tap-rtp-analysis.h
tap-rtp-common.c
tap-rtp-common.h
tap-sctp-analysis.c
tap-sctp-analysis.h
tap-tcp-stream.c dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
tap-tcp-stream.h
tap_export_pdu.c
tap_export_pdu.h
taps.h
text_import.c
text_import.h
text_import_regex.c
text_import_regex.h
text_import_scanner.h
text_import_scanner.l Add macros to control lemon diagnostics 2022-11-20 10:11:27 +00:00
time_shift.c
time_shift.h
urls.h
util.c
util.h
version_info.c CMake: Cleanup unnecessary linking with shared libraries 2023-02-06 15:04:46 +00:00
version_info.h
voip_calls.c Fix more unused variables and enable unused-but-set-variable errors. 2022-11-08 13:49:44 -08:00
voip_calls.h
ws_ui_util.h MinGW: Fix -Wreturn-type 2023-01-13 22:41:04 +00:00