aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDevan Lai <devanl@davisinstruments.com>2019-09-19 16:04:45 -0700
committerPeter Wu <peter@lekensteyn.nl>2019-09-20 23:57:26 +0000
commit42b72e149a079eec281d9ca9d5800e4c5f307711 (patch)
tree3ccb493726ee4c9b6f7dab65dbe013092337fb80 /doc
parentcf12ef274894658d87d3d82e3c660cfd009692ab (diff)
README.dissector: fix proto_tree_add_bitmask_len signature
proto_tree_add_bitmask_len also expects an expert information field to display in the event that the decodeable length is less than the specified length. Bug: 16061 Change-Id: If8061b0754cd6862799ab76bf9c10e16ed5d8f38 Reviewed-on: https://code.wireshark.org/review/34567 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 30ee62f534..387632a47c 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1587,7 +1587,7 @@ protocol or field labels to the proto_tree:
proto_item *
proto_tree_add_bitmask_len(tree, tvb, start, len, header, ett, fields,
- encoding);
+ exp, encoding);
proto_item *
proto_tree_add_bitmask_text(tree, tvb, offset, len, name, fallback,