This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How can I open different pcap files in Wsh portable?

0

Hello! Since Wireshark Version 2.x.x it is impossible to open more than one pcap File. If one pcap file is already openend and I try to open a further one, I got an error message (from Wireshark Portable PortableApps.com Launcher) that one instance of wireshark is still running and that I should close all instances. What can I do that I can open more than one pcap file? At present I still use Wireshark Portable Version 1.12.8. to avoid this problem.

Best regards Andreas

asked 09 Sep '16, 00:15

Boettcher's gravatar image

Boettcher
6112
accept rate: 0%


One Answer:

0

Hi Andreas,

as far as I know this is a limitation of the PortableApps.com launcher, not from Wireshark (done on purpose if I remember properly to handle the registry redirection). Wireshark 1.12 was built with an older version of PA.com Launcher that was not doing this check.

answered 09 Sep '16, 08:23

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

According to the PA.c documentation this should work by default, but it looks like we have to set the [Launch]SingleAppInstance key: https://code.wireshark.org/review/#/c/17616

(09 Sep '16, 15:22) Gerald Combs ♦♦