Re: [Wireshark-dev] NFS4 stream has malformed packes

2007-12-29 Thread Toralf Förster
I created http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2148 for this. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 signature.asc Description: This is a digitally signed message part. ___ Wi

Re: [Wireshark-dev] Need to dissect gmail

2007-12-29 Thread yin sun
is this gmail referring to google mail? It is an application on top of HTTP, so you need to catpure all the HTTP messages. I don't think wireshark can "dissect gmail packets", they are a bunch of javascript and html. On Dec 29, 2007 8:38 AM, prashanth joshi <[EMAIL PROTECTED]> wrote: > Hi all, > I

Re: [Wireshark-dev] Need to dissect gmail

2007-12-29 Thread Abhik Sarkar
Hi Prashanth, The gmail UI is based on AJAX (http://en.wikipedia.org/wiki/Ajax_(programming)). This means that the traffic between the client and the Google servers is largely XML/HTTP... both of which are supported in Wireshark. Hope this helps Abhik. On Dec 29, 2007 5:38 PM, prashanth joshi <[

[Wireshark-dev] Need to dissect gmail

2007-12-29 Thread prashanth joshi
Hi all, I need to dissect the GMAIL packets in the network. How ever GMAIL is not recognized by wireshark still. So how do I capture a packet carrying the gmail payload? Regards, Prashanth - Never miss a thing. Make Yahoo your homepage._

Re: [Wireshark-dev] tvb_new* functions

2007-12-29 Thread Abhik Sarkar
Hi Joerg, I was thinking about it, but what I did was so, well, unstructured, that I was not too sure. Anyway, I will try to come up with something and if it looks OK, I will definitely update the page. Regards, Abhik. On Dec 29, 2007 4:24 PM, Joerg Mayer <[EMAIL PROTECTED]> wrote: > On Sat, De

Re: [Wireshark-dev] tvb_new* functions

2007-12-29 Thread Joerg Mayer
On Sat, Dec 29, 2007 at 03:52:25PM +0400, Abhik Sarkar wrote: > While debugging this, I came across a couple of very interesting pages > in the Wiki: > http://wiki.wireshark.org/PerPacketMemoryCorrupted > http://wiki.wireshark.org/Development/Canary > and learnt a few things! > > These pages are a

Re: [Wireshark-dev] tvb_new* functions

2007-12-29 Thread Abhik Sarkar
Just so everyone knows, the issue was not caused by the tvb* functions, but by a very simple error in an ep_alloc call: char_array = ep_alloc(sizeof(gchar)*26); g_sprintf(char_array, "0C0504%04x%04x0804%04x%02x%02x", port_rec->dst_port, port_rec->src_port,