Re: [Wireshark-dev] [Wireshark-commits] rev 45212: /trunk/ui/gtk/ /trunk/ui/gtk/: gui_utils.c

2012-09-29 Thread Bill Meier
On 9/29/2012 11:49 AM, cmayn...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=45212 User: cmaynard Date: 2012/09/29 08:49 AM Log: Revert most of r45210. We don't use the return value of GetExitCodeProcess(), but it still needs to be called to get

Re: [Wireshark-dev] [Wireshark-commits] rev 45212: /trunk/ui/gtk/ /trunk/ui/gtk/: gui_utils.c

2012-09-29 Thread Bill Meier
On 9/29/2012 12:02 PM, Bill Meier wrote: On 9/29/2012 11:49 AM, cmayn...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=45212 User: cmaynard Date: 2012/09/29 08:49 AM Log: Revert most of r45210. We don't use the return value of GetExitCodeProcess(), but

Re: [Wireshark-dev] RRC filters

2012-09-29 Thread Pascal Quantin
2012/9/27 Pascal Quantin pascal.quan...@gmail.com 2012/9/26 Anders Broman a.bro...@bredband.net Pascal Quantin skrev 2012-09-26 19:41: 2012/9/25 Lucio Di Giovannantonio lucio.digiovannanto...@gmail.com Hi pascal, thank you for your resply, maybe container could be better? Regards

Re: [Wireshark-dev] [Wireshark-commits] rev 45212: /trunk/ui/gtk/ /trunk/ui/gtk/: gui_utils.c

2012-09-29 Thread Maynard, Chris
Good point Bill. I hadn't actually looked too deeply here; I just wanted to appease the buildbot. See: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/2646/steps/nmake%20all/logs/stdio So maybe a minimal patch such as this is what is needed? Maybe that was the original

Re: [Wireshark-dev] [Wireshark-commits] rev 45212: /trunk/ui/gtk/ /trunk/ui/gtk/: gui_utils.c

2012-09-29 Thread Evan Huus
On Sat, Sep 29, 2012 at 2:20 PM, Maynard, Chris christopher.mayn...@gtech.com wrote: Good point Bill. I hadn't actually looked too deeply here; I just wanted to appease the buildbot. See: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/2646/steps/nmake%20all/logs/stdio

Re: [Wireshark-dev] Compilation failure - privileges.c: In function 'relinquish_special_privs_perm' - ignoring return value of 'setresgid', declared with attribute warn_unused_result [-Werror=unused-r

2012-09-29 Thread Bill Meier
On 8/21/2012 2:19 AM, Guy Harris wrote: On Aug 20, 2012, at 12:49 PM, Kaul wrote: If it were git, I'm sure I could easily use 'git bisect' and find the issue. As Evan Huus indicated, what you probably need to bisect is compiler updates. :-) The offending routine is probably

Re: [Wireshark-dev] Compilation failure - privileges.c: In function 'relinquish_special_privs_perm' - ignoring return value of 'setresgid', declared with attribute warn_unused_result [-Werror=unused-r

2012-09-29 Thread Evan Huus
On Sat, Sep 29, 2012 at 4:05 PM, Bill Meier wme...@newsguy.com wrote: On 8/21/2012 2:19 AM, Guy Harris wrote: On Aug 20, 2012, at 12:49 PM, Kaul wrote: If it were git, I'm sure I could easily use 'git bisect' and find the issue. As Evan Huus indicated, what you probably need to bisect is