Wireshark-dev: [Wireshark-dev] wireshark crashes on some windows PC when click Telephony > Rtps

From: 何正军 <zhenghe.cisco@xxxxxxxxx>
Date: Fri, 11 Apr 2025 09:47:41
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: 
  1.  msvcp140.dll
  2. vcruntime140.dll
  3. vcruntime140_1.dll

The last line of crash stack is something like:
msvcp140!mtx_do_lock+0x78 

Thanks for your reading