Re: [Wireshark-dev] A question about debug using DDD

2006-09-08 Thread patrick.yan
lto:[EMAIL PROTECTED] On Behalf Of ext >Ulf Lamping >Sent: Wednesday, September 06, 2006 3:06 PM >To: Developer support list for Wireshark >Subject: Re: [Wireshark-dev] A question about debug using DDD > >Nathan Jennings wrote: >> [EMAIL PROTECTED] wrote: >> >&g

Re: [Wireshark-dev] A question about debug using DDD

2006-09-06 Thread Ulf Lamping
Nathan Jennings wrote: > [EMAIL PROTECTED] wrote: > >> hello, >> >> when debug with DDD, I set a breakpoint in function "proto_register_chlip" >> by command: b proto_register_chlip. >> then: run >> >> but it display: >> Breakpoint 2, proto_register_chlip () at packet-chlip-template.c:60 >> 60

Re: [Wireshark-dev] A question about debug using DDD

2006-09-05 Thread Nathan Jennings
[EMAIL PROTECTED] wrote: > hello, > > when debug with DDD, I set a breakpoint in function "proto_register_chlip" by > command: b proto_register_chlip. > then: run > > but it display: > Breakpoint 2, proto_register_chlip () at packet-chlip-template.c:60 > 60 packet-chlip-template.c: No suc

Re: [Wireshark-dev] A question about debug using DDD

2006-09-05 Thread patrick.yan
ECTED] >[mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 05, 2006 2:52 PM >To: wireshark-dev@wireshark.org >Subject: Re: [Wireshark-dev] A question about debug using DDD > >Thanks anders. > >I have added them in makefile.common in epan/dissectors > >I use command:

Re: [Wireshark-dev] A question about debug using DDD

2006-09-04 Thread patrick.yan
t;Sent: Tuesday, September 05, 2006 2:43 PM >To: 'Developer support list for Wireshark' >Subject: Re: [Wireshark-dev] A question about debug using DDD > >Hi, >You need to add packet-chlip.c and packet-chlip.h to >makefile.common in epan\dissectors... >Brg >Anders &

Re: [Wireshark-dev] A question about debug using DDD

2006-09-04 Thread Anders Broman
question about debug using DDD Hello, I have a question about wireshark debug. I want to add a new dissector in wireshark. After python compile, I added new packet-chlip.c and packet-chlip.h file in epan\dissectors,then I make it. When debug using DDD, I cannot find these packet-chlip.c and

[Wireshark-dev] A question about debug using DDD

2006-09-04 Thread patrick
Hello, I have a question about wireshark debug. I want to add a new dissector in wireshark. After python compile, I added new packet-chlip.c and packet-chlip.h file in epan\dissectors,then I make it. When debug using DDD, I cannot find these packet-chlip.c and packet-chlip.h file in epan\diss