Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as per
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Oct 2004 08:02:58 +0000 (08:02 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Oct 2004 08:02:58 +0000 (08:02 +0000)
commitf19ec7315b2211ff134473c1631ffdc0fe8ea8cd
tree987bd424c03dc30ccaa7b03b76b142b18f0cc0a9
parenta243bbd750e5820e8f3c229b654308b9fb1449f6
Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as per
RFC 2132, which says

Options containing NVT ASCII data SHOULD NOT include a trailing
NULL; however, the receiver of such options MUST be prepared to
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
delete trailing nulls if they exist.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12295 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-bootp.c