Re: [Wireshark-dev] need some more information on bug 8454

2013-05-01 Thread Subh. Singh
Hi Jeff, > >> I am debugging Wireshark using glibtool ( using OS X 10.8 ) . >> >> I tried to print the log using following ways : >> + printf(" my method is called "); >> + g_print("my method is called "); >> + g_warning("my method is called "); >> >> but none of them worked for me. >> > > All of

Re: [Wireshark-dev] need some more information on bug 8454

2013-05-01 Thread Jeff Morriss
On 05/01/13 14:44, Subh. Singh wrote: Hi Jeff, I am debugging Wireshark using glibtool ( using OS X 10.8 ) . I tried to print the log using following ways : + printf(" my method is called "); + g_print("my method is called "); + g_warning("my method is called "); but none of them worked for m

Re: [Wireshark-dev] need some more information on bug 8454

2013-05-01 Thread Subh. Singh
Hi Jeff, I am debugging Wireshark using glibtool ( using OS X 10.8 ) . I tried to print the log using following ways : + printf(" my method is called "); + g_print("my method is called "); + g_warning("my method is called "); but none of them worked for me. Sorry for previous blank link. Pleas

Re: [Wireshark-dev] need some more information on bug 8454

2013-05-01 Thread Jeff Morriss
On 04/21/13 04:34, Subh. Singh wrote: Hi Jeff, I started looking on bug 8454 . On running wireshark on glibtool I found that some object files are missing. Please see thislog . For some reason that

Re: [Wireshark-dev] need some more information on bug 8454

2013-04-30 Thread Subh. Singh
hi all, Can someone please help to load get_int_value on gdb. I tried but I am not getting any clue to do this. Thanks and Regards Subhash Kumar Singh On Sun, Apr 21, 2013 at 2:04 PM, Subh. Singh wrote: > Hi Jeff, > > I started looking on bug > 8454

[Wireshark-dev] need some more information on bug 8454

2013-04-21 Thread Subh. Singh
Hi Jeff, I started looking on bug 8454 . On running wireshark on glibtool I found that some object files are missing. Please see this log . when I tried to add the break point for method get_int_valu