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 Please let me know if any other changes to be taken care Attaching Update Ref. as below Regards Dinesh asked 19 Oct '16, 11:43 Dinesh Babu ... edited 21 Oct '16, 03:24 Lekensteyn |
One Answer:
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 answered 21 Oct '16, 11:06 Gerald Combs ♦♦ |
Thanks Gerald Combs
DENABLE_WINSPARKLE=OFF worked for my requirement