Wireshark mailing list archives

How to retrieve text displayed for a proto_item ?


From: Teto <mattator () gmail com>
Date: Thu, 22 Dec 2011 15:25:45 +0100

Hi everybody,

Easy question despite I couldn't find the answer. Here is an example -
not a real one - of what I would like to do:

proto_item* pi = proto_tree_add_text(tree, tvb, offset, 4, "Sub-tlvs number" );
col_add_fstr(cinfo, COL_INFO, "test: %s" ,
get_displayed_text_of_proto_item(pi) );

It woud ideally display  "Sub-tlvs number" in COL_INFO part. So what's
the equivalent for "get_displayed_text_of_proto_item(pi)". I tried
with PITEM_FINFO(subtree)->hfinfo->name but seems like the wrong part
(displayed nthg).

Regards
Matt
___________________________________________________________________________
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: