Re: [Wireshark-dev] Unable to add my dissector for tcp.dstport

2008-01-14 Thread Vikas Jain
Thanks for your responses. I am going to implement as per your suggestions. -Vikas > Date: Fri, 11 Jan 2008 23:57:59 -0800 > From: [EMAIL PROTECTED] > To: wireshark-dev@wireshark.org > Subject: Re: [Wireshark-dev] Unable to add my dissector for tcp.dstport > > Vikas Jain

Re: [Wireshark-dev] Unable to add my dissector for tcp.dstport

2008-01-11 Thread Vikas Jain
Appreciate all your responses. The protocol for which I am implementing my dissector has messages both that are sent by the client to the server port 50505 and and by the server (from port 50505) to the client. The messages are different in both the directions and each of these messages has a

[Wireshark-dev] Unable to add my dissector for tcp.dstport

2008-01-11 Thread Vikas Jain
Hi, I am developing a dissector for my protocol that uses TCP as the underlying layer and dissects messages that are destined for TCP destination port of 50505. I did the following implementation for my proto_reg_handoff* method: void proto_reg_handoff_foo() { dissector_handle_t foo_hand

Re: [Wireshark-dev] sed related error while building wireshark (0.99.7 version)

2007-12-25 Thread Vikas Jain
I was not pointing to the correct sed program in my environment settings. After I rectified that, I was able to build the wireshark successfully. Thanks, Vikas From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Wed, 26 Dec 2007 05:01:37 +Subject: [Wireshark-dev] sed related error while buildi

[Wireshark-dev] sed related error while building wireshark (0.99.7 version)

2007-12-25 Thread Vikas Jain
Hi, I am setting up the environment on my Windows machine to build Wireshark. I am following instructions as per section 2.2 of the developer's guide. All the tool installation looks good and the tool verification by the nmake also looks good. I have downloaded the sources for 0.99.7 version

[Wireshark-dev] Installing Microsoft Platform SDK2003 R2 Server for Wireshark build environment

2007-12-24 Thread Vikas Jain
Hi, I am new to Wireshark development and trying to set up the wireshark build environment for the windows platform. One of the items mentioned on the Wiki and in developer's guide is to install the Platform SDK Server 2003 R2. I was just curious as to why the installation of Server 2003 R