Wireshark crashes on some windows PC when click Telephony > Rtpstreams
The reason is that wireshark is compiled with vs2022 and used the vc runtime is much newer than the PC's
vc runtime's mismatch causes the crash
Hope wireshark experts can tar vc runtime in the windows installer as well so that wireshark.exe will priority use itself vc runtime.
vc runtime is the files:
- msvcp140.dll
- vcruntime140.dll
- vcruntime140_1.dll
The last line of crash stack is something like:
msvcp140!mtx_do_lock+0x78
Thanks for your reading