aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-09-27 19:43:54 +0000
committerGuy Harris <guy@alum.mit.edu>2011-09-27 19:43:54 +0000
commit76a2642927ae52bbb060b68f2c8929e77cd08c3a (patch)
tree49b82492b29540665b4e2207239b39781b93f30f /doc/README.developer
parentea6e3281495bf9fbac59d1d7ca1e70701e21c56a (diff)
Future tense -> present tense for the encoding argument to
proto_tree_add_item() having more than just a byte order. svn path=/trunk/; revision=39170
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 838d67428d..ad094e70ef 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2344,9 +2344,9 @@ and, for integral and Boolean fields, the byte order of the value; the
byte order, for items for which that's relevant, is specified by the
'encoding' argument, which is ENC_LITTLE_ENDIAN if the value is
little-endian and ENC_BIG_ENDIAN if it is big-endian. If the byte order
-is not relevant, use ENC_NA (Not Applicable). In the future, other
-elements of the encoding, such as the character encoding for
-character strings, might be supported.
+is not relevant, use ENC_NA (Not Applicable). For some field types,
+additional encoding information, such as the character encoding for
+character strings, are supported.
Now that definitions of fields have detailed information about bitfield
fields, you can use proto_tree_add_item() with no extra processing to