[Wireshark-dev] Questions about dev

2006-11-07 Thread Neha Chahal
- Thanks and Regards, Neha Chahal Cell- 443 207 0414 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Questions about dev

2006-11-07 Thread Neha Chahal
On 11/7/06, Guy Harris <[EMAIL PROTECTED]> wrote: > Neha Chahal wrote: > > > I am very new to the ethereal source code. I want to add a dissector > > that understands my protocol –" my_proto". > > > > Problem statement: > > > > I have a bin

Re: [Wireshark-dev] Questions about dev

2006-11-07 Thread Neha Chahal
On 11/7/06, Guy Harris <[EMAIL PROTECTED]> wrote: > Neha Chahal wrote: > > > The format of the file is binary > > "Binary" isn't a format for a packet capture; there are several capture > file formats, all of which are binary, but they're not all

[Wireshark-dev] Segmentation fault at file_read

2006-11-07 Thread Neha Chahal
ur help. -- Thanks and Regards, Neha Chahal ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Core points to wtap_buf_ptr in wtap.c at line 556

2006-11-08 Thread Neha Chahal
Hi I am trying to test my code in the wiretap directory.When I run tethereal on my binary file it crashes randomly.The core points here-- Loaded symbols for /lib/libresolv.so.2#0  0x0038fbfd in wtap_buf_

[Wireshark-dev] Questions about frame buffer

2006-11-08 Thread Neha Chahal
or closing any files. I am not able to understand what could be the problem. Please if someone could suggest something. -- Thanks and Regards, Neha Chahal Cell- 443 207 0414 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.

Re: [Wireshark-dev] Questions about dev

2006-11-08 Thread Neha Chahal
recompilation)in Wireshark.regards,  Tomas-Original Message- From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]] On Behalf Of Neha Chahal Sent: Tuesday, November 07, 2006 9:13 PMTo: Developer support list for WiresharkSubject: Re: [Wireshark-dev] Questions about devOn 11/7/06, Guy Harris &

[Wireshark-dev] How do I make use of my dissector.

2006-11-17 Thread Neha Chahal
oper. Please help by answering these questions. Thank you in advance ! Thanks and Regards, Neha Chahal ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] How do I make use of my dissector.

2006-11-17 Thread Neha Chahal
already stripped off by the application layer. Can i just right a dissector independent of the udp/tcp ports/protocol. ? And I will move to wireshark. I have already actually. Thank you Regards, Neha On 11/17/06, Guy Harris <[EMAIL PROTECTED]> wrote: On Nov 17, 2006, at 2:53 PM, Neha

Re: [Wireshark-dev] How do I make use of my dissector.

2006-11-17 Thread Neha Chahal
Is there a hueristic dissector I can follow to write my dissector. Can someone please point me to a sample program or some documentation on this. Thank you Neha On 11/17/06, Neha Chahal <[EMAIL PROTECTED]> wrote: Thank you ! My capture file just has packets in my protocol format. It do

Re: [Wireshark-dev] How do I nest dissectors

2006-11-18 Thread Neha Chahal
ect/01/?href=http://clk.atdmt.com/MSN/go/msnnkwlo005001msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev -- Thanks and Regards, Neha Chahal Cell- 443 207 0414 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] How do I make use of my dissector.

2006-11-18 Thread Neha Chahal
Thank you! it works now, dissects my file fine. Regards, Neha On 11/17/06, Guy Harris <[EMAIL PROTECTED]> wrote: On Nov 17, 2006, at 5:11 PM, Neha Chahal wrote: > Is there a hueristic dissector I can follow to write my dissector. > Can someone please point me to a sample pro