aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-05-27 17:58:17 -0400
committerBill Meier <wmeier@newsguy.com>2014-05-27 22:02:38 +0000
commitcc3931c7971ebaae63889d88c52bb15b61f6922a (patch)
treec3e0f6279142b48746c5395d783716802ff9ac33 /doc
parentb4fb165ef30d246d1fda03eab597e1f4060ec563 (diff)
FIELDDISPLAY can be or'd with BASE_VAL64_STRING.
Change-Id: I43014922fc51ddeed70235006296500ec00bd437 Reviewed-on: https://code.wireshark.org/review/1826 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 0d5d9aef66..ff333d8fba 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -111,8 +111,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_EXT_STRING
+ or BASE_CUSTOM, possibly ORed with BASE_RANGE_STRING,
+ BASE_EXT_STRING or BASE_VAL64_STRING
--For FT_ABSOLUTE_TIME: