aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index ff0d5480b1..3f908efa0b 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1102,10 +1102,12 @@ protocol or field labels to the proto_tree:
proto_tree_add_item(tree, id, tvb, start, length, encoding);
proto_item*
- proto_tree_add_subtree(tree, tvb, start, length, label);
+ proto_tree_add_subtree(tree, tvb, start, length, subtree_id, tree_item,
+ label);
proto_item*
- proto_tree_add_subtree_format(tree, tvb, start, length, format, ...);
+ proto_tree_add_subtree_format(tree, tvb, start, length, subtree_id,
+ tree_item. format, ...);
proto_item*
proto_tree_add_none_format(tree, id, tvb, start, length, format, ...);