aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-09-30 14:26:43 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-09-30 14:26:43 +0000
commitbc5639cdf641f91313a7dd1b781af5b3c8293768 (patch)
treee97b7dc3265ca7db98cf2615d96d1b21ee41f7af /doc
parentf45ade999f0874e20811bad3ae3d022e6abe8b13 (diff)
FT_EUI64 need also to specifies encoding !
svn path=/trunk/; revision=39191
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 e17b0e2d86..4c61d3b374 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2335,11 +2335,11 @@ proto_register_*() function) and a value. The value will be fetched
from the tvbuff by proto_tree_add_item(), based on the type of the field
and the encoding of the value as specified by the "encoding" argument.
-For protocols, FT_NONE fields, FT_BYTES fields, FT_EUI64 fields, FT_IPv6
+For protocols, FT_NONE fields, FT_BYTES fields fields, FT_IPv6
fields, FT_IPXNET fields, and FT_OID fields, the encoding is not
relevant; the 'encoding' argument should be ENC_NA (Not Applicable).
-For integral, floating-point, Boolean, and FT_GUID fields, the encoding
+For integral, floating-point, Boolean, and FT_GUID, FT_EUI64 fields, the encoding
specifies the byte order of the value; the 'encoding' argument should be
is ENC_LITTLE_ENDIAN if the value is little-endian and ENC_BIG_ENDIAN if
it is big-endian.