Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Reviewing the code (epan/wslua/init_wslua.c) it's not obvious what this is for.

It used to be just a text item (put there with proto_tree_add_text() API); it was converted to an item as part of the removal of that API.

Note that hf_wslua_fake is already hidden; presumably you see it because you're always showing hidden items.

Anyway, the only way to keep it from being displayed would be to delete it from the code. It might be worth submitting a patch to do that - and asking for the Lua developers' opinion before merging the patch.