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

Remotely update Wireshark install

Hi,

Does anybody know how I can remotely update the version of Wireshark on a numbers of servers and end user devices?

Ideally, a script to run on each machine, or a solution through Qualys would be great.

Thanks

Tcham123's avatar
1
Tcham123
asked 2022-05-03 09:20:01 +0000
Jaap's avatar
13.7k
Jaap
updated 2022-05-03 09:29:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I do this with BigFix. the actual commands are:

C:\PROGRA~1\WIRESH~1\UNINST~1.exe /S
Wireshark-win64-3.6.3.exe /S

I also ensure that I do not have any Wireshark-related processes running, which will cause this to fail. A lot of our Windows servers have dumpcap running in which case it has to be stopped, then the update run, then dumpcap started again.

If the install involves an update of npcap, it will also fail - I have not yet figured out how to automate that.

Timo's avatar
1
Timo
answered 2022-05-04 21:47:30 +0000
edit flag offensive 0 remove flag delete link

Comments

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