[Wireshark-dev] Building Wireshark on Windows

2012-11-13 Thread David Ameiss
What is the platform used by Wireshark to build the "official" 32- and 64-bit Windows versions? I've followed the instructions given at http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, on Windows 7 using VS 2010EE (which seem to be the recommended platform). Builds fine, runs

[Wireshark-dev] Building Wireshark on windows

2011-04-20 Thread Mahdi Yusuf
Hi, I wondering where I can find the documentation to build Wireshark on windows, the *.chm file on the development homepage is broken. The one I am referring to can be found here . I have tried building the sources in MingW but it requires g

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-13 Thread Jeff Morriss
David Ameiss wrote: What is the platform used by Wireshark to build the "official" 32- and 64-bit Windows versions? I've followed the instructions given at http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, on Windows 7 using VS 2010EE (which seem to be the recommended platform)

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-13 Thread Gerald Combs
On 11/14/12 3:38 AM, Jeff Morriss wrote: > David Ameiss wrote: >> What is the platform used by Wireshark to build the "official" 32- and >> 64-bit Windows versions? I've followed the instructions given at >> http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, on >> Windows 7 using VS

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-13 Thread Gerald Combs
On 11/14/12 11:39 AM, Gerald Combs wrote: > Do you have the Cygwin "file" package installed on your build system? If > so, what does "file wireshark-gtk2/wireshark.exe" return? Also, are you > trying to build a 64-bit executable using Visual C++ 2010EE? If so, that > might require extra effort: >

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-14 Thread David Ameiss
"file wireshark-gtk2/wireshark.exe" returns "PE32+ executable (GUI) x86-64, for MS Windows" I believe the stackoverflow article is essentially the instructions found in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, which I followed. It's certainly possible I missed a step

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-14 Thread Jeff Morriss
David Ameiss wrote: "file wireshark-gtk2/wireshark.exe" returns "PE32+ executable (GUI) x86-64, for MS Windows" I believe the stackoverflow article is essentially the instructions found in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, which I followed. It's certainly pos

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-14 Thread David Ameiss
Interesting... Dependency Walker indicates that IESHIMS.DLL is missing on both Windows 7 and Vista, for both the official 1.8.2 build and the one I'm building. But both (official and local-built) run on Window 7, and only the official build runs on Vista. One difference I *am* seeing is that t

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-14 Thread David Ameiss
On 11/14/2012 08:00 AM, Jeff Morriss wrote: David Ameiss wrote: "file wireshark-gtk2/wireshark.exe" returns "PE32+ executable (GUI) x86-64, for MS Windows" I believe the stackoverflow article is essentially the instructions found in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.h

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-14 Thread David Ameiss
Building the 32-bit version of Wireshark in the same environment (Windows 7, VS2010EE), the resulting Wireshark.exe runs correctly on Vista. So now I'm starting to think either (a) VS2010EE 64-bit executables can only be run on Windows 7 [at least if built on Windows 7], or (b) my setup for bu

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-15 Thread Graham Bloice
On 14 November 2012 20:14, David Ameiss wrote: > Building the 32-bit version of Wireshark in the same environment (Windows > 7, VS2010EE), the resulting Wireshark.exe runs correctly on Vista. > > So now I'm starting to think either (a) VS2010EE 64-bit executables can > only be run on Windows 7 [a

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-15 Thread David Ameiss
Interesting. From the official 1.8.2 64-bit release: == Microsoft (R) COFF/PE Dumper Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file c:\program files\wireshark\wireshark.exe PE signature found File Type: EXECUTABLE IMAGE FILE HEADER VALUES

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-15 Thread Graham Bloice
On 15 November 2012 15:31, David Ameiss wrote: > Interesting. From the official 1.8.2 64-bit release: > > == > Microsoft (R) COFF/PE Dumper Version 9.00.21022.08 > Copyright (C) Microsoft Corporation. All rights reserved. > > > Dump of file c:\program files\wireshark\wireshark.exe > > PE

Re: [Wireshark-dev] Building Wireshark on Windows

2012-11-19 Thread David Ameiss
OK, I'm doing something wrong. Building the 1.8.2 distribution as-is is still giving me an error on Vista. The first VirtualProtect() call in emem_create_chunk_gp() is failing with error 87 "The parameter is incorrect". (Actually, VirtualProtect() is returning 0, and the g_assert() following it

Re: [Wireshark-dev] Building Wireshark on windows

2011-04-20 Thread Anders Broman
:00 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] Building Wireshark on windows Hi, I wondering where I can find the documentation to build Wireshark on windows, the *.chm file on the development homepage is broken. The one I am referring to can be found here<http://www.wireshark.

Re: [Wireshark-dev] Building Wireshark on windows

2011-04-20 Thread Mahdi Yusuf
*From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Behalf Of *Mahdi Yusuf > *Sent:* den 20 april 2011 18:00 > *To:* wireshark-dev@wireshark.org > *Subject:* [Wireshark-dev] Building Wireshark on windows > > Hi, > > I wondering wh

[Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
Hi folks, I can't seem to find the Visual Studio Command Prompt on my Windows 10 system with VS-2013 installed. Does anyone know how to find or install that thing? -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) ___ Sent via:

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Patrick Klos
On 6/18/2017 2:19 PM, Richard Sharpe wrote: Hi folks, I can't seem to find the Visual Studio Command Prompt on my Windows 10 system with VS-2013 installed. Does anyone know how to find or install that thing? Are you referring to the command line C compiler, et. al.? For as long as I've been

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Graham Bloice
On 18 June 2017 at 19:19, Richard Sharpe wrote: > Hi folks, > > I can't seem to find the Visual Studio Command Prompt on my Windows 10 > system with VS-2013 installed. > > Does anyone know how to find or install that thing? > > >From the start menu, locate the Visual Studio 2013 item under the "V

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
On Sun, Jun 18, 2017 at 12:26 PM, Graham Bloice wrote: > > > On 18 June 2017 at 19:19, Richard Sharpe > wrote: >> >> Hi folks, >> >> I can't seem to find the Visual Studio Command Prompt on my Windows 10 >> system with VS-2013 installed. >> >> Does anyone know how to find or install that thing? >

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
On Sun, Jun 18, 2017 at 1:25 PM, Richard Sharpe wrote: > On Sun, Jun 18, 2017 at 12:26 PM, Graham Bloice > wrote: >> >> >> On 18 June 2017 at 19:19, Richard Sharpe >> wrote: >>> >>> Hi folks, >>> >>> I can't seem to find the Visual Studio Command Prompt on my Windows 10 >>> system with VS-2013 i