Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Guy Harris
On Apr 26, 2010, at 2:35 AM, Graham Bloice wrote: IMHO the current code is incorrect as it incorrectly casts a 32 bit value to a 64 bit one and then calls proto_tree_add_uint64 with it when the value really is a 32 bit one (lines 981-985): if (packet-key_id_mode ==

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Guy Harris
On Apr 26, 2010, at 9:38 PM, ankur madan wrote: So,is there any other solution for this problem. Use the latest version from SVN; I checked in a change that should fix the compiler warnings. ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Graham Bloice
On 27/04/2010 05:38, ankur madan wrote: So,is there any other solution for this problem.due to some reason i have 2 work on VS 2005 only.looking forward for a response. There are three main issues you will face when trying to compile Wireshark with VS2005: 1) The makefiles and sources attempt

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread ankur madan
thanks graham,it worked for me.its compiling successfully thanks ankur On Tue, Apr 27, 2010 at 2:26 PM, Graham Bloice graham.blo...@trihedral.comwrote: On 27/04/2010 05:38, ankur madan wrote: So,is there any other solution for this problem.due to some reason i have 2 work on VS 2005

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Maynard, Chris
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Graham Bloice Sent: Tuesday, April 27, 2010 4:56 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Problem during compilation On 27/04/2010 05:38, ankur madan wrote: So,is there any other solution for this problem.due to some

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Graham Bloice
On 27/04/2010 16:39, Maynard, Chris wrote: Hi Graham, While I don’t compile with VS2005, obviously many folks still do. If you ever do have the time, it would probably be beneficial to others if you would post your patches, either here on –dev or through bugzilla. Thanks. - Chris

Re: [Wireshark-dev] Problem during compilation

2010-04-27 Thread Maynard, Chris
“I'll probably put VS2008 Express in a VM (or use a linux VM) for compiling Wireshark in which case the problem will be fixed for me.” … at least until we switch to VS2010 ☺ - Chris CONFIDENTIALITY NOTICE: The contents of this email are confidential and for the exclusive use of the intended

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread ankur madan
I am compiling on windows XP n 32 bit. On Mon, Apr 26, 2010 at 3:37 AM, Stephen Fisher st...@stephen-fisher.comwrote: On Fri, Apr 23, 2010 at 02:42:35PM +0530, ankur madan wrote: packet-ieee802154.c(982) : warning C4244: '=' : conversion from 'guint64' to 'gu int32', possible loss of data

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread ankur madan
I have latest version code from the svn and latest development wireshark version.1.3.4 installed.i am still not able to resolve this issue.any help or comments are welcome thanks ankur On Mon, Apr 26, 2010 at 12:51 PM, ankur madan ankurmad...@gmail.com wrote: I am compiling on windows XP n 32

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread Graham Bloice
On 26/04/2010 10:35, Graham Bloice wrote: On 26/04/2010 10:10, ankur madan wrote: I have latest version code from the svn and latest development wireshark version.1.3.4 installed.i am still not able to resolve this issue.any help or comments are welcome thanks ankur On Mon, Apr 26, 2010

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread ankur madan
Hi, the error which i was getting in packet-ieee802154.c has been resolved using the patch given.Now i am getting following linking error: Creating library libwireshark.lib and object libwireshark.exp GeoIP.lib(GeoIP.obj) : fatal error LNK1103: debugging information corrupt; recom pile

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread Graham Bloice
On 26/04/2010 11:36, ankur madan wrote: Hi, the error which i was getting in packet-ieee802154.c has been resolved using the patch given.Now i am getting following linking error: Creating library libwireshark.lib and object libwireshark.exp GeoIP.lib(GeoIP.obj) : fatal error LNK1103:

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread Jeff Morriss
Graham Bloice wrote: On 26/04/2010 10:35, Graham Bloice wrote: On 26/04/2010 10:10, ankur madan wrote: I have latest version code from the svn and latest development wireshark version.1.3.4 installed.i am still not able to resolve this issue.any help or comments are welcome thanks

Re: [Wireshark-dev] Problem during compilation

2010-04-26 Thread ankur madan
So,is there any other solution for this problem.due to some reason i have 2 work on VS 2005 only.looking forward for a response. On Tue, Apr 27, 2010 at 1:32 AM, Jeff Morriss jeff.morriss...@gmail.comwrote: Graham Bloice wrote: On 26/04/2010 10:35, Graham Bloice wrote: On 26/04/2010 10:10,

Re: [Wireshark-dev] Problem during compilation

2010-04-25 Thread Stephen Fisher
On Fri, Apr 23, 2010 at 02:42:35PM +0530, ankur madan wrote: packet-ieee802154.c(982) : warning C4244: '=' : conversion from 'guint64' to 'gu int32', possible loss of data I see that you're compiling on Windows, but which version and is it 32-bit or 64-bit? -- Steve

[Wireshark-dev] Problem during compilation

2010-04-23 Thread ankur madan
Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason for this. The output show is the following: packet-ipmi-bridge.c packet-ipmi-chassis.c packet-ipmi-picmg.c packet-ipmi-se.c

Re: [Wireshark-dev] Problem during compilation

2010-04-23 Thread Anders Broman
: [Wireshark-dev] Problem during compilation Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason for this. The output show is the following: packet-ipmi-bridge.c packet-ipmi-chassis.c packet-ipmi

Re: [Wireshark-dev] Problem during compilation

2010-04-23 Thread ankur madan
@wireshark.org *Subject:* [Wireshark-dev] Problem during compilation Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason for this. The output show is the following: packet-ipmi

Re: [Wireshark-dev] Problem during compilation

2010-04-23 Thread ankur madan
... /Anders -- *From:* wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] *On Behalf Of *ankur madan *Sent:* den 23 april 2010 10:06 *To:* wireshark-dev@wireshark.org *Subject:* [Wireshark-dev] Problem during compilation Hi,i am

Re: [Wireshark-dev] Problem during compilation

2010-04-23 Thread Anders Broman
10:06 To: wireshark-dev@wireshark.orgmailto:wireshark-dev@wireshark.org Subject: [Wireshark-dev] Problem during compilation Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason

Re: [Wireshark-dev] Problem during compilation

2010-04-23 Thread ankur madan
-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] *On Behalf Of *ankur madan *Sent:* den 23 april 2010 12:43 *To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] Problem during compilation Hi, Upto wht time i will get the solution. looking