2023-01-31 00:22:36 +00:00
|
|
|
The MSYS2 installer can be downloaded from https://www.msys2.org.
|
2021-10-26 16:04:08 +01:00
|
|
|
|
2023-01-31 00:22:36 +00:00
|
|
|
Wireshark is available as an MSYS2 binary package[1]. It can be installed using pacman,
|
|
|
|
for example using the UCRT64 shell:
|
2021-10-26 16:04:08 +01:00
|
|
|
|
2023-01-31 00:22:36 +00:00
|
|
|
$ pacman -S mingw-w64-ucrt-x86_64-wireshark
|
2021-10-26 16:04:08 +01:00
|
|
|
|
2023-05-23 20:01:26 +01:00
|
|
|
Instructions for building Wireshark from source code are available in
|
|
|
|
the Wireshark Developer's Guide.
|
2021-11-07 20:37:00 +00:00
|
|
|
|
2023-01-15 19:52:21 +00:00
|
|
|
References:
|
|
|
|
|
2023-01-31 00:22:36 +00:00
|
|
|
[1]https://packages.msys2.org/base/mingw-w64-wireshark
|