aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 19:43:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 19:43:54 +0000
commita86d82d001bf0d048b850efd0923a09dd0945783 (patch)
tree49b82492b29540665b4e2207239b39781b93f30f /doc
parent4a87ff36cb44705f9c651378cc1b689bd1dd1e6d (diff)
Future tense -> present tense for the encoding argument to
proto_tree_add_item() having more than just a byte order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39170 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-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