First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How can I turn off the automatic update function?

  • retag add tags

Hi, is there a way that I deactivate the automatic update function in Wireshark?

Christian_R's avatar
2.1k
Christian_R
asked 2018-05-10 16:37:00 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Edit -> Preferences -> Advanced -> gui.update.enabled -> FALSE

cmaynard's avatar
11.1k
cmaynard
answered 2018-05-10 17:13:57 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you.

Christian_R's avatar Christian_R (2018-05-10 17:37:45 +0000) edit

@cmaynard Can I set it via a global configuration file also?

Christian_R's avatar Christian_R (2018-05-10 18:14:35 +0000) edit

Yes, you can directly edit your preferences file if you wish. Look for:

# Check for updates (Windows only)
# TRUE or FALSE (case-insensitive)
#gui.update.enabled: TRUE

The default is TRUE, so change it to:

gui.update.enabled: FALSE

The preferences file is typically located in %APPDATA%\Wireshark\preferences, but you may have multiple files if you use profiles. In case your preferences are installed in a non-standard location, you can use Wireshark's Help -> About Wireshark -> Folders to find where your Personal configuration files are located.

cmaynard's avatar cmaynard (2018-05-10 18:22:48 +0000) edit

Ah that was a missing link: The file is now located in %APPDATA% . I used the Help-About-Folders dialog for my search. But the Global config folder just shows:

Global configuration        C:\Program Files\Wireshark
Christian_R's avatar Christian_R (2018-05-10 18:28:07 +0000) edit

For the Protable Version the %APPDATA% directory is at

YOURTINSTALLDIR\Data

Christian_R's avatar Christian_R (2018-05-10 21:02:35 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer