aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.developer b/doc/README.developer
index f0561b6075..185b1630ed 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2326,13 +2326,13 @@ protocol or field labels to the proto_tree:
proto_tree_add_bitmask_text(tree, tvb, offset, len, name, fallback,
ett, fields, little_endian, flags);
- proto_item *
- proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset,
- crumb_spec, return_value);
+ proto_item *
+ proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset,
+ crumb_spec, return_value);
- void
- proto_tree_add_split_bits_crumb(tree, hf_index, tvb, bit_offset,
- crumb_spec, crumb_index);
+ void
+ proto_tree_add_split_bits_crumb(tree, hf_index, tvb, bit_offset,
+ crumb_spec, crumb_index);
The 'tree' argument is the tree to which the item is to be added. The
'tvb' argument is the tvbuff from which the item's value is being