Wireshark-dev: Re: [Wireshark-dev] [Wireshark] Reach Data
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 10 Jun 2009 02:53:01 -0700

On Jun 10, 2009, at 2:01 AM, POINTEAU Remy wrote:

So, if I want just the data, I need to dissect all the packet again?

Either you need to dissect the packet yourself or get a Wireshark protocol tree for the packet and extract that field.

In the exempl I give you, in the tree view, we can see a branch named "data", do you know where can i find the source for this implementation (the file source) ?

because if i find it, I'll just have to catch the value and send it to my program.

So what *exactly* are you doing here?

Are you adding code to Wireshark, writing your own program using libwireshark, or what?