Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Juan Jose Martin Carrascosa
Awesome. Good job! - Juanjo On Thursday, April 16, 2015, Graham Bloice graham.blo...@trihedral.com wrote: Woohoo. Change to delete *.nmake incoming :-) On 16 April 2015 at 04:06, Gerald Combs ger...@wireshark.org javascript:_e(%7B%7D,'cvml','ger...@wireshark.org'); wrote: We reached a

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Graham Bloice
Woohoo. Change to delete *.nmake incoming :-) On 16 April 2015 at 04:06, Gerald Combs ger...@wireshark.org wrote: We reached a bit of a milestone today. The packages created by the 32-bit and 64-bit Windows builders at https://buildbot.wireshark.org/trunk/waterfall are now produced using

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Roland Knall
Hi Am I correct, that as for now, there is no plan to move the download of the necessary libraries for building Wireshark on Windows from the nmake system to cmake as well? Also, the wiki pages do not seem to reflect the cmake build and the buildbot waterfall display only seem to run cmake, but

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Graham Bloice
On 16 April 2015 at 09:29, Roland Knall rkn...@gmail.com wrote: Also, the wiki pages do not seem to reflect the cmake build and the buildbot waterfall display only seem to run cmake, but not build using it? Would be helpful to setup a cmake enforced build on Windows, which is still a little

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Graham Bloice
On 16 April 2015 at 10:11, Roland Knall rkn...@gmail.com wrote: Hi Very cool + 1 The waterfall display was a little bit misleading, but found it now. Still waiting for the get-go in my company to install VS2013, but will try it as soon as possible. VS2015 is out soon! I suspect that the

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Graham Bloice
On 16 April 2015 at 09:29, Roland Knall rkn...@gmail.com wrote: Hi Am I correct, that as for now, there is no plan to move the download of the necessary libraries for building Wireshark on Windows from the nmake system to cmake as well? The download of libraries is in CMake (excepting QT).

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Roland Knall
Hi Very cool + 1 The waterfall display was a little bit misleading, but found it now. Still waiting for the get-go in my company to install VS2013, but will try it as soon as possible. As of dependencies, this leaves more or less the mac plattform with the setup script. I played around with

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Pascal Quantin
2015-04-16 5:06 GMT+02:00 Gerald Combs ger...@wireshark.org: We reached a bit of a milestone today. The packages created by the 32-bit and 64-bit Windows builders at https://buildbot.wireshark.org/trunk/waterfall are now produced using CMake and MSBuild. Thanks to everyone for helping to

Re: [Wireshark-dev] My first dissector

2015-04-16 Thread Pascal Quantin
2015-04-16 10:41 GMT+02:00 14mpdn+2zn37jzosz...@guerrillamail.com: Hi Pascal, Alexis and all, Thanks for your time and answers, very helpful. I did provide all the code, there just isn't much yet. I wanted to get something running first, before I would add more code, such that I know I have

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Bálint Réczey
Great! Good job! Cheers, Balint 2015-04-16 10:19 GMT+02:00 Graham Bloice graham.blo...@trihedral.com: Woohoo. Change to delete *.nmake incoming :-) On 16 April 2015 at 04:06, Gerald Combs ger...@wireshark.org wrote: We reached a bit of a milestone today. The packages created by the

Re: [Wireshark-dev] My first dissector

2015-04-16 Thread 14mpdn+2zn37jzosz4r8
Hi Pascal, Alexis and all, Thanks for your time and answers, very helpful. I did provide all the code, there just isn't much yet. I wanted to get something running first, before I would add more code, such that I know I have a base set-up working. I did forget to mention a probably important

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Graham Bloice
On 16 April 2015 at 11:49, Pascal Quantin pascal.quan...@gmail.com wrote: 2015-04-16 5:06 GMT+02:00 Gerald Combs ger...@wireshark.org: We reached a bit of a milestone today. The packages created by the 32-bit and 64-bit Windows builders at https://buildbot.wireshark.org/trunk/waterfall are

[Wireshark-dev] Problems creating CORBA dissector

2015-04-16 Thread Andy Ling
Hi, I have just updated to Wireshark 1.12.4 and I'm trying to build a dissector from our CORBA IDL. I have done this before for earlier versions of Wireshark, so know the basic procedure. I am building on Windows 7 I am creating the package-quentin.c file using the command

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Pascal Quantin
2015-04-16 14:55 GMT+02:00 Graham Bloice graham.blo...@trihedral.com: On 16 April 2015 at 11:49, Pascal Quantin pascal.quan...@gmail.com wrote: 2015-04-16 5:06 GMT+02:00 Gerald Combs ger...@wireshark.org: We reached a bit of a milestone today. The packages created by the 32-bit and

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Anders Broman
Hi, The checkAPI target is missing from the cmake build isn't it? Regards Anders Pascal Quantin skrev den 2015-04-16 15:09: 2015-04-16 14:55 GMT+02:00 Graham Bloice graham.blo...@trihedral.com mailto:graham.blo...@trihedral.com: On 16 April 2015 at 11:49, Pascal Quantin

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Gerald Combs
It's defined in cmake/modules/UseCheckAPI.cmake which is included by the top-level CMakeLists.txt. It's run by the Visual Studio Code Analysis builder. On 4/16/15 7:12 AM, Anders Broman wrote: Hi, The checkAPI target is missing from the cmake build isn't it? Regards Anders Pascal Quantin

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Gerald Combs
We're also missing a .dmg target (packaging/macosx/osx-dmg.sh). I think that's the only thing missing on the OS X builders. On 4/16/15 2:11 AM, Roland Knall wrote: Hi Very cool + 1 The waterfall display was a little bit misleading, but found it now. Still waiting for the get-go in my

Re: [Wireshark-dev] Problems creating CORBA dissector

2015-04-16 Thread Andy Ling
I have just updated to Wireshark 1.12.4 and I’m trying to build a dissector from our CORBA IDL. I have done this before for earlier versions of Wireshark, so know the basic procedure. I am building on Windows 7 Then when I come to use it I am getting lots of “Malformed Packet” errors

Re: [Wireshark-dev] Windows automated builds migrated to CMake

2015-04-16 Thread Gerald Combs
On 4/16/15 5:55 AM, Graham Bloice wrote: This is down to the subsystem type. The nmake builds are marked as Windows Gui and the CMake builds as Windows Console. It's a linker flag, supplied in $(guiflags) for nmake builds (or $(conflags) for command line programs e.g. tshark.exe). I

Re: [Wireshark-dev] Gerrit upgrade schedule

2015-04-16 Thread Pascal Quantin
2015-04-02 1:06 GMT+02:00 Gerald Combs ger...@wireshark.org: As was discussed last month, Google's OpenID is going away on the 20th. Logins to code.wireshark.org using Google will break on that date. The Gerrit development team has been busy making releases recently to account for this.

Re: [Wireshark-dev] Gerrit upgrade schedule

2015-04-16 Thread Gerald Combs
On 4/16/15 1:17 PM, Pascal Quantin wrote: 2015-04-02 1:06 GMT+02:00 Gerald Combs ger...@wireshark.org mailto:ger...@wireshark.org: As was discussed last month, Google's OpenID is going away on the 20th. Logins to code.wireshark.org http://code.wireshark.org using Google will

Re: [Wireshark-dev] Gerrit upgrade schedule

2015-04-16 Thread Pascal Quantin
Le 16 avr. 2015 11:29 PM, Gerald Combs ger...@wireshark.org a écrit : On 4/16/15 1:17 PM, Pascal Quantin wrote: 2015-04-02 1:06 GMT+02:00 Gerald Combs ger...@wireshark.org mailto:ger...@wireshark.org: As was discussed last month, Google's OpenID is going away on the 20th.