Add a "proto_item_append_text()" routine, which is like
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Aug 2001 00:51:10 +0000 (00:51 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Aug 2001 00:51:10 +0000 (00:51 +0000)
commitf8fc4673750ec1bcd05fa4d15349d80efb6e6fc3
treec2d7f081d77aba8081c231a31755adf32170df26
parenta0d1164eeff18f4021c92fb5f6975d240d01dc90
Add a "proto_item_append_text()" routine, which is like
"proto_item_set_text()" except that it appends the result of the
formatting to the item's current text, rather than replacing the item's
current text.  Use it in the DNS dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3880 f5534014-38df-0310-8fa8-9805f1628bb7
doc/README.developer
epan/plugins.c
epan/proto.c
epan/proto.h
packet-dns.c
plugins/plugin_api.c
plugins/plugin_api.h
plugins/plugin_table.h