While this question is a bit off topic of net sniffing, I am hoping someone might help. I am writing a Windows app using gtk. I see that Wireshark is a gtk app with a gtkrc file. My app works fine with the theme stuff on the developer PC but it doesn't when I try to redistribute. Certainly the Wireshark developers have figured out how to redistribute their app and still have the gtk theme work. Would any of the developers be willing to tell me what they had to do to get the gtk theme stuff to work on windows? asked 03 Nov '10, 04:13 damon_register |
2 Answers:
The best answer is probably to dive into the source code itself... You can browse the Wireshark source code at http://anonsvn.wireshark.org/viewvc/ - the "releases" view will let you drill down on a particular version. You can find the GTK-specific code for the latest version at: http://anonsvn.wireshark.org/viewvc/releases/wireshark-1.4.1/gtk/ answered 03 Nov '10, 19:31 wesmorgan1 edited 03 Nov '10, 20:08 |
An old question, but I just happened upon it now while searching for something else ... In a nutshell, Wireshark distributes the MS-Windows themed answered 22 Sep '12, 19:17 cmaynard ♦♦ |