"proto_tree_add_text()" supports printf-style formats; there's no need
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Jun 2006 07:17:00 +0000 (07:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Jun 2006 07:17:00 +0000 (07:17 +0000)
commit1b4f1334b3dffa2a3876881e6c013332c1daf12f
tree4c91da844000219a8a515917804bdda12daf1212
parentbf7e55a6e4b631ceea1fd9ee5645bda9a2557c02
"proto_tree_add_text()" supports printf-style formats; there's no need
to format into a buffer and then pass that buffer.

Make a count an "int" rather than a "size_t" to squelch a (valid)
compiler warning.

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