aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-04 19:03:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-04 19:03:03 +0000
commitd5851a0953bee274eda0d86a984c6d9b0355244c (patch)
tree6e1a14270c2ae3106107f474d8bd623d12eb7d62 /doc
parent971cb8487713582445ecde807eb4a5ca2a56d14c (diff)
forgotten update
svn path=/trunk/; revision=41340
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 89ea8344c5..e61e95f26d 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2319,7 +2319,7 @@ protocol or field labels to the proto_tree:
ett, fields, little_endian, flags);
proto_item *
- proto_tree_add_split_bits_ret_val(tree, hf_index, tvb, bit_offset,
+ proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset,
crumb_spec, return_value);
void
@@ -2680,7 +2680,7 @@ proto_tree_add_bits_ret_val()
-----------------------------
Works in the same way but also returns the value of the read bits.
-proto_tree_add_split_bits_ret_val()
+proto_tree_add_split_bits_item_ret_val()
-----------------------------------
Similar, but is used for items that are made of 2 or more smaller sets of bits (crumbs)
which are not contiguous, but are concatenated to form the actual value. The size of