Re: [Wireshark-dev] Segmentation fault in dissector

2007-04-05 Thread durgabhavani.uppuluru
Hi, Thanks for your inputs. The problem has been resolved with the inclusion of the epan/emem.h for 64 bit environment. Yes, the dissector is a proprietary one. Regards, Bhavani. The information contained in this electronic message and any attachments to this message are intended for

Re: [Wireshark-dev] Segmentation fault in dissector

2007-04-05 Thread Guy Harris
On Apr 5, 2007, at 3:19 AM, [EMAIL PROTECTED] wrote: The problem has been resolved with the inclusion of the epan/ emem.h for 64 bit environment. Code should *always* include the appropriate headers for any functions it calls, to import the proper declarations for those functions;

[Wireshark-dev] Segmentation fault in dissector

2007-03-27 Thread durgabhavani.uppuluru
Hi, We are using a 32 bit machine and dissector is working fine. The same dissector when used in a 64 bit m/c is giving problems. I would like to know how is it going to get affected in the change of environment, because initially it did not even compile properly .While testing in a 64 bit

Re: [Wireshark-dev] Segmentation fault in dissector

2007-03-27 Thread ronnie sahlberg
Is this a proprietary dissector or a dissector you plan to contribute to wirehsark? On 3/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, We are using a 32 bit machine and dissector is working fine. The same dissector when used in a 64 bit m/c is giving problems. I would like to

[Wireshark-dev] Segmentation fault in dissector

2007-03-27 Thread taraniteja.vishwanatha
Hi , We are using a 32 bit machine and dissector is working fine. The same dissector when used in a 64 bit m/c is giving problems. I would like to know how is it going to get affected in the change of environment, because initially it did not even compile properly .While testing in a 64 bit

Re: [Wireshark-dev] Segmentation fault in dissector

2007-03-27 Thread Guy Harris
On Mar 27, 2007, at 6:36 AM, [EMAIL PROTECTED] wrote: We are using a 32 bit machine and dissector is working fine. The same dissector when used in a 64 bit m/c is giving problems. Is this a dissector you've written? If so, are you 1) calling routines without including the