Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Pascal Quantin
lexis La Goutte > > Sent: den 31 augusti 2015 09:43 > > To: Developer support list for Wireshark > > Subject: Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue > > > > > > > > > > > > > > > > On Sun, Aug 30, 2015 at 11:25 PM, Bil

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Pascal Quantin
2015-08-31 18:10 GMT+02:00 Bill Meier : > On 8/31/2015 4:24 AM, Pascal Quantin wrote: > >> > May be directly move to GeoIP 2 ? >> > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10658 >> > >> > >> > >> > I think the code is available from here: >> > >> > https://github.com/maxmind/li

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Bill Meier
On 8/31/2015 4:24 AM, Pascal Quantin wrote: > May be directly move to GeoIP 2 ? > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10658 > > > > I think the code is available from here: > > https://github.com/maxmind/libmaxminddb Hi all, I propose to do it in 2 steps as changing the

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Anders Broman
lf Of Alexis La Goutte > > Sent: den 31 augusti 2015 09:43 > > To: Developer support list for Wireshark > > Subject: Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue > > > > > > > > > > > > > > > > On Sun, Aug 30, 2015 at 11:25

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Pascal Quantin
Le 31 août 2015 10:09 AM, "Anders Broman" a écrit : > > > > > > From: wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] On Behalf Of Alexis La Goutte > Sent: den 31 augusti 2015 09:43 > To: Developer support list for Wireshark &

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Anders Broman
From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Alexis La Goutte Sent: den 31 augusti 2015 09:43 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue On Sun, Aug 30, 2015 at 11:25 PM, Bill Meier

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-31 Thread Alexis La Goutte
On Sun, Aug 30, 2015 at 11:25 PM, Bill Meier wrote: > On 8/12/2015 12:21 PM, Bill Meier wrote: > >> >> 2. I had to disable building with geoip because: >> >> #error: Macro definition of snprintf conflicts with Stan >> dard Library function declaration (compiling source file packet-ip.c) >> >> >>

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-30 Thread Bill Meier
On 8/12/2015 12:21 PM, Bill Meier wrote: 2. I had to disable building with geoip because: #error: Macro definition of snprintf conflicts with Stan dard Library function declaration (compiling source file packet-ip.c) A little digging finds that the Windows Wireshark version of the GeoIP

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-29 Thread Pascal Quantin
Hi all, 2015-08-12 18:57 GMT+02:00 Pascal Quantin : > Hi, > Le 12 août 2015 6:21 PM, "Bill Meier" a écrit : > > > > [Resend] > > > > I see that several people (Anders, ...) been building with MSVC-2015 > (VC14) and have fixed a number of issues. > > > > So: I decided to download VC14 and give it

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Pascal Quantin
Le 12 août 2015 7:19 PM, "Graham Bloice" a écrit : > > On 12 August 2015 at 17:57, Pascal Quantin wrote: >> >> Hi, >> >> Le 12 août 2015 6:21 PM, "Bill Meier" a écrit : >> > >> > [Resend] >> > >> > I see that several people (Anders, ...) been building with MSVC-2015 (VC14) and have fixed a numbe

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Bill Meier
On 8/12/2015 3:17 PM, Bill Meier wrote: I used nmake Oops: I hadn't checked for and noticed change #8683. I would have saved myself a lot of effort. I'll try it out. Ok: There are a few additional changes needed to config.nmake when building on a 32-bit Windows system. I'll upload a re

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Bill Meier
I used nmake > > If using NMake, I assume that you've updated config.nmake & etc. Is there some reason you've not committed the changes ? Oops: I hadn't checked for and noticed change #8683. I would have saved myself a lot of effort. I'll try it out. > > So far:

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Graham Bloice
On 12 August 2015 at 18:37, Guy Harris wrote: > > On Aug 12, 2015, at 10:18 AM, Graham Bloice > wrote: > > > FYI Windows CMake doesn't currently seem to configure without Qt, I'm > not too fussed about that as on Windows the Qt version is the main build. > > ...and people are probably a *lot* le

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Graham Bloice
On 12 August 2015 at 18:38, Anders Broman wrote: > Graham Bloice skrev den 2015-08-12 19:18: > > On 12 August 2015 at 17:57, Pascal Quantin > wrote: > >> Hi, >> Le 12 août 2015 6:21 PM, "Bill Meier" a écrit : >> > >> > [Resend] >> > >> > I see that several people (Anders, ...) been building wit

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Anders Broman
Graham Bloice skrev den 2015-08-12 19:18: On 12 August 2015 at 17:57, Pascal Quantin > wrote: Hi, Le 12 août 2015 6:21 PM, "Bill Meier" mailto:wme...@newsguy.com>> a écrit : > > [Resend] > > I see that several people (Anders, ...) been bu

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Guy Harris
On Aug 12, 2015, at 10:18 AM, Graham Bloice wrote: > FYI Windows CMake doesn't currently seem to configure without Qt, I'm not too > fussed about that as on Windows the Qt version is the main build. ...and people are probably a *lot* less likely to want CLI-only builds on Windows than on UN*X

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Graham Bloice
On 12 August 2015 at 17:57, Pascal Quantin wrote: > Hi, > Le 12 août 2015 6:21 PM, "Bill Meier" a écrit : > > > > [Resend] > > > > I see that several people (Anders, ...) been building with MSVC-2015 > (VC14) and have fixed a number of issues. > > > > So: I decided to download VC14 and give it a

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Pascal Quantin
Hi, Le 12 août 2015 6:21 PM, "Bill Meier" a écrit : > > [Resend] > > I see that several people (Anders, ...) been building with MSVC-2015 (VC14) and have fixed a number of issues. > > So: I decided to download VC14 and give it a try (using NMake). > > A few questions: > > Are you using CMake or NM

Re: [Wireshark-dev] MSVC 2015 (VC14) notes/issue

2015-08-12 Thread Graham Bloice
On 12 August 2015 at 17:21, Bill Meier wrote: > [Resend] > > I see that several people (Anders, ...) been building with MSVC-2015 > (VC14) and have fixed a number of issues. > > So: I decided to download VC14 and give it a try (using NMake). > > A few questions: > > Are you using CMake or NMake ?