aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 91fae35cd1..9f585c2b5c 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1253,6 +1253,10 @@ protocol or field labels to the proto_tree:
*retval);
proto_item*
+ proto_tree_add_item_ret_boolean(tree, id, tvb, start, length, encoding,
+ *retval);
+
+ proto_item*
proto_tree_add_subtree(tree, tvb, start, length, idx, tree_item,
text);