summaryrefslogtreecommitdiff
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-12-08 20:13:50 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-12-08 20:13:50 +0000
commit0826029ec2812e1b069027e069d19a1a73477814 (patch)
tree480d92d611e7d9415d8065a1e7a36f9a2f0abab9 /doc/README.dissector
parent93398e794e9afb2e304d27d86287db3054724755 (diff)
downloadwireshark-0826029ec2812e1b069027e069d19a1a73477814.tar.gz
Add a reference to STR_ASCII and STR_UNICODE
svn path=/trunk/; revision=53868
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 6df380078e..7538abecfc 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -133,6 +133,10 @@ FIELDDISPLAY --For FT_UINT{8,16,24,32,64} and FT_INT{8,16,24,32,64):
otherwise:
(must be) BASE_NONE
+ --For FT_STRING, FT_STRINGZ and FT_UINT_STRING:
+
+ STR_ASCII or STR_UNICODE
+
--For all other types:
BASE_NONE