Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dns.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Aug 2001 19:51:07 -0500 (CDT)
guy         2001/08/28 19:51:06 CDT

  Modified files:
    .                    packet-dns.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.72      +24 -65    ethereal/packet-dns.c