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 get the source code with GUI for windows Op?

  • retag add tags

wire shark source code with GUI

terefe's avatar
1
terefe
asked 2019-12-09 07:06:28 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Link to online code viewer

git clone https://code.wireshark.org/review/wireshark, or the equivalent with some GUI interface to git (for example, the git that Microsoft provides with Visual Studio 2017 or later (install the "Git for Windows" component) or Native git, see the Developers Guide for more info on setting up Git.

Link to release version source tarballs

Link to automated build source tarballs

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-12-09 08:30:46 +0000
grahamb's avatar
23.8k
grahamb
updated 2019-12-09 16:04:15 +0000
edit flag offensive 0 remove flag delete link

Comments

thanks for your kind response.but i couldn't find the full source code with GUI. i have just seen the whole thing on "https://code.wireshark.org/review/git..." it is alittel confusing .so could you please explain to me more.

terefe's avatar terefe (2019-12-09 13:54:08 +0000) edit

Your question is unclear. You can see the source code in your browser here https://code.wireshark.org/review/git... (The develoment section of the homepage) If this is not what you want you will have to rephrase your question.

Anders's avatar Anders (2019-12-09 15:31:49 +0000) edit

The GUI part of the source code is in the "ui/qt" directory and directories underneath it.

It uses the Qt library.

Guy Harris's avatar Guy Harris (2019-12-09 18:39:51 +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