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

Wireshark 2.3 build missing wireshark-gtk.exe

0

i was building the wireskark-2.3 after the build i was not able to find wireskark-gtk.exe in the run folder, there was only wireshark.exe present.

Where can i find the wireskark-gtk.exe ? else should i do any addition on build?

Advance thanks for you response!

asked 20 Apr '17, 23:02

DhanuShalz's gravatar image

DhanuShalz
36101115
accept rate: 100%

edited 21 Apr '17, 02:48

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

1

Presumably you're building on Windows, in which case you missed the announcement that Windows is dropping the GTK based builds and the GTK build is no longer produced by default.

To enable the GTK build (which may or may not work as it's now unmaintained for Windows) add -DBUILD_wireshark_gtk=on to your CMake generation command.

answered 21 Apr '17, 02:06

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

works for me

(02 May '17, 06:18) a6mishra