Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Accessing parent protocol header values in proto_tree.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 3 Mar 2004 16:55:02 +0100
Hi all,

I need a value that is in a lower level protocols header.
Example:
IP->UDP->RTP->H.263, from the H.263 dissector i need to know the rtp.marker
value stored in the RTP header;
which is the best way?
Should I search the proto_tree with a g_node_find() function, or is there a
better way I am missing?
Hope I've been clear enough...
Thanks for any help.

Regards
Emile