Re: [Wireshark-dev] Git + Gerrit: next steps

2013-12-23 Thread Guy Harris
On Dec 21, 2013, at 2:39 AM, Joerg Mayer wrote: > On Wed, Dec 18, 2013 at 04:12:20PM -0800, Gerald Combs wrote: >> I'm assuming everyone has had a chance to test the Gerrit installation >> at test.code.wireshark.org If you haven't, now might be a good time. >> Unless anyone thinks that moving to

Re: [Wireshark-dev] Git + Gerrit: next steps

2013-12-23 Thread Gerald Combs
On 12/21/13 2:39 AM, Joerg Mayer wrote: > On Wed, Dec 18, 2013 at 04:12:20PM -0800, Gerald Combs wrote: >> I'm assuming everyone has had a chance to test the Gerrit installation >> at test.code.wireshark.org If you haven't, now might be a good time. >> Unless anyone thinks that moving to Git+Gerrit

Re: [Wireshark-dev] Is this patch to semcheck.c valid (handling FT_SYSTEM_ID) ?

2013-12-23 Thread Alexis La Goutte
There is also : ./wslua_proto.c:1261:1: error: 'ProtoField_systemid' defined but not used [-Werror=unused-function] (Fixed in revision 54397) On Mon, Dec 23, 2013 at 6:59 PM, wrote: > I believe I just missed committing that file when I added the FT_SYSTEM_ID > type. Committed (functionality)

Re: [Wireshark-dev] Is this patch to semcheck.c valid (handling FT_SYSTEM_ID) ?

2013-12-23 Thread mmann78
I believe I just missed committing that file when I added the FT_SYSTEM_ID type. Committed (functionality) to rev 54394 and thanks for the catch! -Original Message- From: Martin Mathieson To: Developer support list for Wireshark Sent: Mon, Dec 23, 2013 12:44 pm Subject: [Wireshark-d

[Wireshark-dev] Is this patch to semcheck.c valid (handling FT_SYSTEM_ID) ?

2013-12-23 Thread Martin Mathieson
My gcc build is complaining that FT_SYSTEM_ID is missing from 3 switch statements. I'm not sure I properly understand how it is used, so would appreciate if someone could take a quick look at this patch? If there are no objections I will commit it later... Thanks, Martin Index: semcheck.c ==

[Wireshark-dev] Is it possible to update the version of gcrypt?

2013-12-23 Thread Martin Mathieson
Hi, I would like to make use of an AES mode only available in the most recent version of gcrypt (1.6). Is it possible to upgrade the version that comes as a result of running the Windows 'setup' target? My guess is that its not easy, and that we take the version that came with an old version of

Re: [Wireshark-dev] [Wireshark-users] Wireshark 1.10.5 is now available

2013-12-23 Thread damker
can not connect to website http://www.wireshark.org/ ,it lasted about 1 week. damker___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/m

Re: [Wireshark-dev] Compilation failure on Fedora 20 - GTK3 issues

2013-12-23 Thread Bill Meier
On 12/20/2013 12:46 PM, Joerg Mayer wrote: As Wireshark development doesn't really care about the compatibility with future GTK versions (we are migrating to Qt) I have disabled that warning for cmake builds. So either apply a similar change to the autotools build Done in SVN #54337.