http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48049
User: eapache
Date: 2013/03/04 06:18 AM
Log:
From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339
This patch adds a new public API, proto_tree_add_bitmask_len(), identical to
proto_tree_add_bitmask() but using a caller-supplied length rather than an
inferred one. The underlying proto_item_add_bitmask_tree() code is modified
to display only fields for which all defined bits are available, and to
ignore bits that have no corresponding defined field ("forward compatibility"
cases).
From me: minor edits, see the bug for more details.
Directory: /trunk/doc/
Changes Path Action
+34 -9 README.developer Modified
Directory: /trunk/epan/
Changes Path Action
+75 -6 proto.c Modified
+23 -0 proto.h Modified