[Wireshark-dev] Plugin Version

2016-01-18 Thread Paul Offord
Hi, I'm having problems setting the Version information for a plugin I have developed. I've changed the version information in moduleinfo.nmake: # The version MODULE_VERSION_MAJOR=0 MODULE_VERSION_MINOR=99 MODULE_VERSION_MICRO=3 MODULE_VERSION_EXTRA=0 and in CMakeLists.txt: set_module_info(sy

Re: [Wireshark-dev] Mac Build Error

2016-01-18 Thread David Morsberger
> On Jan 18, 2016, at 2:48 AM, Stig Bjørlykke wrote: > > On Mon, Jan 18, 2016 at 6:27 AM, David Morsberger > wrote: > I have been unable to resolve the following build errors on my Mac with 10.11. > > Maybe you have a outdated declare_wslua.h in your source director

Re: [Wireshark-dev] Mac Build Error

2016-01-18 Thread Stig Bjørlykke
On Mon, Jan 18, 2016 at 4:04 PM, David Morsberger wrote: > Not exactly sure how the outdated file showed up in the wireshark source > (not build) hierarchy. > Have a look at the timestamp for some of the other generated files to find when this happened. Maybe you did a build with this source dir

Re: [Wireshark-dev] Plugin Version

2016-01-18 Thread Pascal Quantin
Hi Paul, 2016-01-18 14:37 GMT+01:00 Paul Offord : > Hi, > > > > I’m having problems setting the Version information for a plugin I have > developed. I’ve changed the version information in moduleinfo.nmake: > > > > # The version > > MODULE_VERSION_MAJOR=0 > > MODULE_VERSION_MINOR=99 > > MODULE_V

[Wireshark-dev] Automated Builds

2016-01-18 Thread David Morsberger
Is there an issue with the automated build server. I see the last win64 build was on 15-Jan at 09:03. I am hoping to test a win64 version tonight with at least merge set 7002a9cb3f23f2af2c95352d01eb557753d299c5 Thanks, David

Re: [Wireshark-dev] Automated Builds

2016-01-18 Thread Pascal Quantin
Hi David, 2016-01-18 22:36 GMT+01:00 David Morsberger : > Is there an issue with the automated build server. I see the last win64 > build was on 15-Jan at 09:03. > > I am hoping to test a win64 version tonight with at least merge set > 7002a9cb3f23f2af2c95352d01eb557753d299c5 > According to http

Re: [Wireshark-dev] Plugin Version

2016-01-18 Thread Paul Offord
Thanks Pascal – that’s fixed it. Best regards…Paul From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: 18 January 2016 20:16 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Plugin Version Hi Paul, 2016-

Re: [Wireshark-dev] Automated Builds

2016-01-18 Thread Gerald Combs
On 1/18/16 1:42 PM, Pascal Quantin wrote: > Hi David, > > 2016-01-18 22:36 GMT+01:00 David Morsberger >: > > Is there an issue with the automated build server. I see the last win64 > build was on 15-Jan at 09:03. > > I am hoping to test a win64 version to

Re: [Wireshark-dev] Automated Builds

2016-01-18 Thread David Morsberger
Thank You! That resolved it. On Mon, Jan 18, 2016 at 5:16 PM, Gerald Combs wrote: > On 1/18/16 1:42 PM, Pascal Quantin wrote: > > Hi David, > > > > 2016-01-18 22:36 GMT+01:00 David Morsberger > >: > > > > Is there an issue with the automated build server. I see t

[Wireshark-dev] nmake link error when subdir presents in dissector plugin project

2016-01-18 Thread Ran Bao
Hello Currently my project have the similar file structure as follow: dissector_folder |folder |packet-folder-xxx.c |packet-xxx.c |Makefile.nmake |Makefile.common |--- other files CMake and automake works fine with this file structure. However, when built on Windows with