Re: [Wireshark-dev] RTCP Heuristic decoder

2009-09-11 Thread vinayak kamath
On Fri, Sep 11, 2009 at 11:28 AM, Bill Meier wrote: > > On Thu, Sep 10, 2009 at 4:59 PM, Guy Harris wrote: > > > >> On Sep 10, 2009, at 4:30 PM, vinayak kamath wrote: > >> > >>> We have our own custom decoder for a tweaked version of RTCP protocol. &g

Re: [Wireshark-dev] RTCP Heuristic decoder

2009-09-11 Thread vinayak kamath
at 4:59 PM, Guy Harris wrote: > > On Sep 10, 2009, at 4:30 PM, vinayak kamath wrote: > > > We have our own custom decoder for a tweaked version of RTCP protocol. > > Heres the code snippet where in we say anything on this udp.port &g

[Wireshark-dev] RTCP Heuristic decoder

2009-09-10 Thread vinayak kamath
Hi, We have our own custom decoder for a tweaked version of RTCP protocol. Heres the code snippet where in we say anything on this udp.port send the message to custom decoder. ## if(!TWS_PortList("FOO", configFile, (int*)portList, MAXPORTS))

Re: [Wireshark-dev] Protocol Col / Info col error

2009-03-31 Thread vinayak kamath
Hi, When i load the PCAP file pinfo->cinfo value is never null but when i click on any of the lines(my own porotocol message) on GUI the debud printfs shows the value as null I am a bit confused here Any help is appreciated... -vinayak On Tue, Mar 31, 2009 at 11:06 AM, vinayak kam

Re: [Wireshark-dev] Protocol Col / Info col error

2009-03-31 Thread vinayak kamath
orks for wireshark 0.99.5 on linux or wireshark 1.0.0 on windows. I also changed the tvb_length to tvb_reported_length thanks vinayak On Tue, Mar 31, 2009 at 10:54 AM, Guy Harris wrote: > > On Mar 31, 2009, at 10:45 AM, vinayak kamath wrote: > > > iDataLen = tvb_length(tvb); /*

Re: [Wireshark-dev] Protocol Col / Info col error

2009-03-31 Thread vinayak kamath
_INFO, "ABC: Not a ABC message"); } } return numBits; /*in case of err, 0 is returned */ } ## thanks vinayak On Mon, Mar 30, 2009 at 8:58 PM, Stephen Fisher wrote: > On Mon, Mar 30, 2009 at 05:44:26PM -0700, vinayak kamath wro

[Wireshark-dev] Protocol Col / Info col error

2009-03-30 Thread vinayak kamath
Hi, I am using wireshark 1.0.6 on RHEL 4 linux. ( Built from source code)... I have added by own dissector . I am able to decode the messages correctly. But the Protocol & Info column on GUI doesn't show the right value. Is this a known thing ??? Heres a code snippet for the dissector if (che

Re: [Wireshark-dev] RPM for Wireshark 1.0.0 & above (RHEL 4)

2009-03-27 Thread vinayak kamath
Hi Marc, Is there a website when i can get the link for rpm -vinayak On Fri, Mar 27, 2009 at 8:44 AM, Marc Milgram < ether...@mmilgram.nospammail.net> wrote: > > On Thu, 26 Mar 2009 14:15 -0700, "vinayak kamath" > wrote: > > Where can i find the RPM for

[Wireshark-dev] RPM for Wireshark 1.0.0 & above (RHEL 4)

2009-03-26 Thread vinayak kamath
Hi, Where can i find the RPM for Wireshark 1.0.0 & above version for RHEL 4 platform. thanks vinayak ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https:/