aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-11-29 00:13:59 +0000
committerMichael Mann <mmann78@netscape.net>2015-11-30 18:28:10 +0000
commitdc9f7820176b7c7c85f6ac290a2ca2d0941219e1 (patch)
tree721e701d62744b700e9a5346603f98543840ea86 /doc/README.dissector
parentb3b30624f6f662372c722e579756da7f49b1929b (diff)
Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.
<MISSING> implies that the field should be there and isn't. Allow dissectors to specify when a zero-sized array for a field is perfectly valid. Ping-Bug: 11803 Change-Id: I3fd60e3c6f832c6b4a3a8837ebc52c3e74e795ae Reviewed-on: https://code.wireshark.org/review/12271 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: João Valverde <j@v6e.pt> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 0adf1ca951..11acb0507e 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -141,6 +141,7 @@ FIELDDISPLAY --For FT_UINT{8,16,24,32,40,48,56,64} and
SEP_DOT, SEP_DASH, SEP_COLON, or SEP_SPACE to provide
a separator between bytes.
BASE_NONE has no separator between bytes
+ BASE_ALLOW_ZERO displays <none> instead of <MISSING> for zero sized byte array
--For FT_IPv4: