From 0826029ec2812e1b069027e069d19a1a73477814 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sun, 8 Dec 2013 20:13:50 +0000 Subject: [PATCH] Add a reference to STR_ASCII and STR_UNICODE svn path=/trunk/; revision=53868 --- doc/README.dissector | 4 ++++ 1 file changed, 4 insertions(+) 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