Ask Your Question
0

install tshark on windows with non admin user

asked 2018-07-09 17:33:27 +0000

Tsahi gravatar image

when installing tshark 2.6.1 on windows, it installs vc++ redistributable 2017 which requires admin rights. I was wondering if there is a way to overcome this issue? Can I compile tshark and set all the dependencies as embedded in the exe? How to do it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-07-09 18:53:01 +0000

grahamb gravatar image

updated 2018-07-09 18:54:55 +0000

It might be possible, but static linking isn't recommended by MS, and isn't supported by the Wireshark project.

Info (about VS2015, but it's also applicable to VS2017)) from MS about the uCRT (introduced in VC 2015) here, and an SO answer with some possible solutions here.

Have you looked at the Portable version of Wireshark, that includes tshark? I haven't tried that, so I don't know if has vc dependencies.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-07-09 17:33:27 +0000

Seen: 773 times

Last updated: Jul 09 '18