Re: [Wireshark-dev] wireshark on 64 bit

2011-08-04 Thread Guy Harris
On Aug 3, 2011, at 2:39 AM, sagar Guledagudda wrote: From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of sagar Guledagudda Sent: den 3 augusti 2011 10:53 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark on 64

[Wireshark-dev] wireshark on 64 bit linux

2011-08-03 Thread sagar Guledagudda
Hi, I am trying to build the wireshark on linux for target platform 64bit. what are changes should be done in make file and any other things to be done to get it compiled for 64 bit ?? Thanks and Regards Sagar ___ Sent via:

Re: [Wireshark-dev] wireshark on 64 bit linux

2011-08-03 Thread Anders Broman
09:46 To: Developer support list for Wireshark Subject: [Wireshark-dev] wireshark on 64 bit linux Hi, I am trying to build the wireshark on linux for target platform 64bit. what are changes should be done in make file and any other things to be done to get it compiled for 64 bit ?? Thanks

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread sagar Guledagudda
...@wireshark.org] *On Behalf Of *sagar Guledagudda *Sent:* den 1 augusti 2011 09:12 *To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] wireshark on 64 bit i have done all those things. after that i am getting that linker error unresolved external inflate_fast On Mon

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread Anders Broman
dissector. Regards Anders From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of sagar Guledagudda Sent: den 3 augusti 2011 10:53 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark on 64 bit

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread sagar Guledagudda
-- *From:* wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] *On Behalf Of *sagar Guledagudda *Sent:* den 3 augusti 2011 10:53 *To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] wireshark on 64 bit Thanks that worked

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread Anders Broman
-boun...@wireshark.org] On Behalf Of sagar Guledagudda Sent: den 3 augusti 2011 11:39 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark on 64 bit But the signature of the function doesn't matches with the any of the function u have mentioned and if i remove that line

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-02 Thread sagar Guledagudda
augusti 2011 07:35 *To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] wireshark on 64 bit Yes i did that. i think this might be the problem with the gtk library . i am using the gtk package* gtk+-bundle_2.16.6-20100208_win6*4 . Is that a right one or we need to use any

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-01 Thread Anders Broman
-dev-boun...@wireshark.org] On Behalf Of sagar Guledagudda Sent: den 1 augusti 2011 07:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark on 64 bit Yes i did that. i think this might be the problem with the gtk library . i am using the gtk package gtk

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-01 Thread sagar Guledagudda
*To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] wireshark on 64 bit Yes i did that. i think this might be the problem with the gtk library . i am using the gtk package* gtk+-bundle_2.16.6-20100208_win6*4 . Is that a right one or we need to use any other version

Re: [Wireshark-dev] wireshark on 64 bit

2011-07-31 Thread sagar Guledagudda
Yes i did that. i think this might be the problem with the gtk library . i am using the gtk package* gtk+-bundle_2.16.6-20100208_win6*4 . Is that a right one or we need to use any other version specifically for 64 bit.? Thanks Sags On Sat, Jul 30, 2011 at 1:15 AM, wsgd w...@free.fr wrote: **

[Wireshark-dev] wireshark on 64 bit

2011-07-29 Thread sagar Guledagudda
hi, I am trying to compile the wireshark for target platform for 64 bit. When i do *nmake makefile.nmake *i get fallowing errror file_util.obj : fatal error LNK1112: module machine type 'X86' conflicts with ta rget machine type 'x64' NMAKE : fatal error U1077: 'c:\Program Files\Microsoft Visual

Re: [Wireshark-dev] wireshark on 64 bit

2011-07-29 Thread Graham Bloice
On 29/07/2011 08:40, sagar Guledagudda wrote: hi, I am trying to compile the wireshark for target platform for 64 bit. When i do *nmake makefile.nmake *i get fallowing errror file_util.obj : fatal error LNK1112: module machine type 'X86' conflicts with ta rget machine type 'x64' NMAKE :

Re: [Wireshark-dev] wireshark on 64 bit

2011-07-29 Thread wsgd
Did you specify a parameter to say you want to produce 64 bits when calling vcvarsall.bat ? For VC++ 2008 EE on 64 bits windows, I use : C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat Olivier Le 29/07/2011 09:40, sagar Guledagudda a écrit : hi, I am trying to compile

[Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread sagar Guledagudda
Hi, I want to compile the wireshark for target platform 64 bit version. While compiling for 32 bit i just ran the make and all the library got downloaded by themselves. but now on 64 bit i am trying the same thing and it is giving an error message as config.nmake(953) : fatal error U1050: Can't

Re: [Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread Jaap Keuter
Hi, Does this quote: See the developer's guide section C-Runtime Redistributable files for details how to get it help? Thanks, Jaap On Thu, 28 Jul 2011 17:02:02 +0530, sagar Guledagudda wrote: Hi, I want to compile the wireshark for target platform 64 bit version. While compiling

Re: [Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread sagar Guledagudda
Japp, Thank you. i got it. On Thu, Jul 28, 2011 at 5:54 PM, Jaap Keuter jaap.keu...@xs4all.nl wrote: ** Hi, Does this quote: See the developer's guide section C-Runtime Redistributable files for details how to get it help? Thanks, Jaap On Thu, 28 Jul 2011 17:02:02 +0530, sagar

Re: [Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread news.gmane.com
You get the required file here: http://lmgtfy.com/?q=vcredist_x64.exe+2008 sagar Guledagudda sagu...@gmail.com wrote in message news:CAA6RSJzCVCVTtLRSvP81U3=1k3jml4sw7f+8nzyuuy_ljzw...@mail.gmail.com... Hi, I want to compile the wireshark for target platform 64 bit version. While