https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5870
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jeff.morriss.ws@xxxxxxxxx
Resolution| |FIXED
--- Comment #4 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-05-04 08:26:48 PDT ---
Nice feature. I had to modify it (in rev 36983) so that the check for whether
to continue printing is only performed at the top-level of the tree. Otherwise
it could start printing a tree only to not print certain subtrees (e.g.,
because the subitem's abbreviation did not match the protocol). A common
example of this would be items added with proto_tree_add_text(): their
abbreviation is simply "text".
Marking was fixed since it's been checked in already.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.