aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 3f908efa0b..720b734861 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -140,7 +140,7 @@ FIELDDISPLAY --For FT_UINT{8,16,24,32,64} and FT_INT{8,16,24,32,64):
--For all other types:
BASE_NONE
-FIELDCONVERT VALS(x), VALS64(x), RVALS(x), TFS(x), NULL
+FIELDCONVERT VALS(x), VALS64(x), RVALS(x), TFS(x), CF_FUNC(x), NULL
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 ""].
@@ -957,6 +957,10 @@ If the Boolean field is to be displayed as "False" or "True", the
Wireshark predefines a whole range of ready made "true_false_string"s
in tfs.h, included via packet.h.
+-- Custom
+Custom fields (BASE_CUSTOM) should use CF_FUNC(&custom_format_func) for the
+'strings' field.
+
bitmask
-------
If the field is a bitfield, then the bitmask is the mask which will