Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-24 Thread Guy Harris
On Aug 23, 2011, at 10:32 PM, Anders Broman wrote: > If we could use the gtkvumeter from here > http://buzztard.svn.sourceforge.net/viewvc/buzztard/trunk/buzztard/src/ui/edit/gtkvumeter.c?view=log > the work to adapt it would be minimal I think. At least as I understand it, the capture interfa

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-24 Thread Gerald Combs
On 8/23/11 10:32 PM, Anders Broman wrote: > If we could use the gtkvumeter from here > http://buzztard.svn.sourceforge.net/viewvc/buzztard/trunk/buzztard/src/ui/edit/gtkvumeter.c?view=log > the work to adapt it would be minimal I think. > The vumeter isn't displayed on any of my systems unfortunate

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-23 Thread Anders Broman
Guy Harris skrev 2011-08-24 03:11: On Aug 18, 2011, at 11:39 PM, Anders Broman wrote: - gtkvumeter.c must be fixed or disabled. It's used, as far as I can tell, only to display the RSSI and link speed values for 802.11 interfaces in the Capture -> Interfaces dialog. If that information is u

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-23 Thread Guy Harris
On Aug 18, 2011, at 11:39 PM, Anders Broman wrote: > - gtkvumeter.c must be fixed or disabled. It's used, as far as I can tell, only to display the RSSI and link speed values for 802.11 interfaces in the Capture -> Interfaces dialog. If that information is useful in that dialog, we should upda

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-19 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Balint Reczey Sent: den 19 augusti 2011 10:45 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Brutal patch to build with GTK 3.0 On 08/19/2011 02:01 AM

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-19 Thread Balint Reczey
On 08/19/2011 02:01 AM, Stephen Fisher wrote: On Thu, Aug 18, 2011 at 05:55:43PM -0600, Stephen Fisher wrote: On Thu, Aug 18, 2011 at 06:31:56PM +0200, Anders Broman wrote: I don't mind if some one commits the patch, but I think you have to build with the new UI MANAGER on GTK 3.0 as there is

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Joerg Mayer Sent: den 19 augusti 2011 07:23 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Brutal patch to build with GTK 3.0 On Thu, Aug 18

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Joerg Mayer
On Thu, Aug 18, 2011 at 03:00:23PM +0200, Anders Broman wrote: > With the enclosed patch Wireshark builds on GTK3.0. Colors are messed up etc > but it should be possible to start to fix things and actually see what's > happening. > I wouldn't be surprised if many patches leading up to this are fa

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Stephen Fisher
On Thu, Aug 18, 2011 at 05:55:43PM -0600, Stephen Fisher wrote: > On Thu, Aug 18, 2011 at 06:31:56PM +0200, Anders Broman wrote: > > > I don't mind if some one commits the patch, but I think you have to > > build with the new UI MANAGER on GTK 3.0 as there is quite a bit of > > "factory" stuff

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Stephen Fisher
On Thu, Aug 18, 2011 at 06:31:56PM +0200, Anders Broman wrote: > I don't mind if some one commits the patch, but I think you have to > build with the new UI MANAGER on GTK 3.0 as there is quite a bit of > "factory" stuff left to fix. Unless we want to break the remaining > statistics functions

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Anders Broman
Stephen Fisher skrev 2011-08-18 18:24: On Thu, Aug 18, 2011 at 03:00:23PM +0200, Anders Broman wrote: With the enclosed patch Wireshark builds on GTK3.0. Colors are messed up etc but it should be possible to start to fix things and actually see what's happening. I wouldn't be surprised if many

Re: [Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Stephen Fisher
On Thu, Aug 18, 2011 at 03:00:23PM +0200, Anders Broman wrote: > With the enclosed patch Wireshark builds on GTK3.0. Colors are messed > up etc but it should be possible to start to fix things and actually > see what's happening. I wouldn't be surprised if many patches leading > up to this are

[Wireshark-dev] Brutal patch to build with GTK 3.0

2011-08-18 Thread Anders Broman
Hi, With the enclosed patch Wireshark builds on GTK3.0. Colors are messed up etc but it should be possible to start to fix things and actually see what's happening. I wouldn't be surprised if many patches leading up to this are faulty. Color handling should probably be rewritten to use GdkRGBA