Wireshark mailing list archives

Re: Branching in subtree for different packet dissection.


From: Stephen Fisher <steve () stephen-fisher com>
Date: Mon, 10 May 2010 01:47:10 -0600

On Sun, May 09, 2010 at 08:04:24PM -0700, Craig Bumpstead wrote:

What I need to do now is branch in the dissect of the sub-tree when 
the 6th byte in the data is a certain value. Is there an array that 
holds that information that i can search???

The data is contained in the tvbuff, which you can grab a value from 
using xxx = tvb_get_guint8(tvb, offset);


-- 
Steve
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: