blob: d2cf6a61c7f4d36f357cd667c5e7fea0a145106b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
The MSYS2 installer can be downloaded from https://www.msys2.org.
Wireshark is available as an MSYS2 binary package[1]. It can be installed using pacman,
for example using the UCRT64 shell:
$ pacman -S mingw-w64-ucrt-x86_64-wireshark
Instructions for building Wireshark from source code are available in
the Wireshark Developer's Guide.
References:
[1]https://packages.msys2.org/base/mingw-w64-wireshark
|