On Mon, Feb 12, 2007 at 09:33:33PM +0800, Jeff Morriss wrote: > /** Append to text of item after it has already been created. > @param ti the item to append the text to > @param format printf like format string > @param ... printf like parameters */ > extern void proto_item_append_text(proto_item *ti, const char *format, ...) > GNUC_FORMAT_CHECK(printf, 2,3);
.. the ti parameter comes from a proto_item ti declaration in the code and doing ti = proto_tree_add_item(...); Steve _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
