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

Disable “Software Update” Pop-up On Start of Older Version of Wireshark

0

Hi

I am using Wireshark Version 2.0.3 But on every system startup or fresh installation of wireshark v2.0.3 I am prompted to upgrade to release v2.2.1; Because of upgrade personal configurations are overwritten.

But tried to do changes in Wireshark base code in config.nmake as shown as below Line No. 1737 WINSPARKLE_CONFIG=^#define HAVE_SOFTWARE_UPDATE 0 (Changed it to 0 as it is 1 by default)

Please let me know if any other changes to be taken care

Attaching Update Ref. as below alt text

Regards Dinesh

asked 19 Oct '16, 11:43

Dinesh%20Babu%20Sadu's gravatar image

Dinesh Babu ...
16131517
accept rate: 0%

edited 21 Oct '16, 03:24

Lekensteyn's gravatar image

Lekensteyn
2.2k3724


One Answer:

1

Are you trying to compile a Wireshark executable that doesn't support updates at all? If so, you should be able to pass -DENABLE_WINSPARKLE=OFF to cmake. If you simply want to disable software updates, go to Edit → Preferences → Advanced and disable the gui.update.enabled preference.

answered 21 Oct '16, 11:06

Gerald%20Combs's gravatar image

Gerald Combs ♦♦
3.3k92258
accept rate: 24%

Thanks Gerald Combs

DENABLE_WINSPARKLE=OFF worked for my requirement

(22 Oct '16, 22:41) Dinesh Babu ...