Add a "proto_item_append_text()" routine, which is like
authorGuy Harris <guy@alum.mit.edu>
Wed, 29 Aug 2001 00:51:10 +0000 (00:51 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 29 Aug 2001 00:51:10 +0000 (00:51 -0000)
commitfbe8da33f5813f07f94594c0e285c843c28d3618
treec2d7f081d77aba8081c231a31755adf32170df26
parentaa4cd01b9bcd64fc3785668692f2be0f19f69bb8
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.

svn path=/trunk/; revision=3880
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