From 7ee82aac064ac84759b8329318047076bcb2e959 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 7 Mar 2012 16:38:08 +0000 Subject: [PATCH] Update descriptions of hf[] FIELDDISPLAY and BITMASK fields. svn path=/trunk/; revision=41400 --- doc/README.developer | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/README.developer b/doc/README.developer index 79cd3d695e..f0561b6075 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1133,7 +1133,8 @@ FIELDTYPE FT_NONE, FT_BOOLEAN, FT_UINT8, FT_UINT16, FT_UINT24, FIELDDISPLAY --For FT_UINT{8,16,24,32,64} and FT_INT{8,16,24,32,64): BASE_DEC, BASE_HEX, BASE_OCT, BASE_DEC_HEX, BASE_HEX_DEC, - or BASE_CUSTOM, possibly ORed with BASE_RANGE_STRING + or BASE_CUSTOM, possibly ORed with BASE_RANGE_STRING or + BASE_EXT_STRING --For FT_ABSOLUTE_TIME: @@ -1152,7 +1153,8 @@ FIELDDISPLAY --For FT_UINT{8,16,24,32,64} and FT_INT{8,16,24,32,64): BASE_NONE FIELDCONVERT VALS(x), RVALS(x), TFS(x), NULL -BITMASK Usually 0x0 unless using the TFS(x) field conversion. +BITMASK Used to mask a field not 8-bit aligned or with a size other + than a multiple of 8 bits FIELDDESCR A brief description of the field, or NULL. [Please do not use ""]. PARENT_SUBFIELD Lower level protocol field used for lookup, i.e. "tcp.port" ID_VALUE Lower level protocol field value that identifies this protocol