Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.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, 19 Mar 2002 02:42:29 -0600 (CST)
guy         2002/03/19 02:42:18 CST

  Modified files:
    epan                 proto.c 
  Log:
  Allow "proto_item_append_text()" to an item that doesn't have a
  representation string - set the representation string to the default
  representation.  This lets you append to an item that's been added with
  "proto_tree_add_XXX" calls that don't explicitly format the
  representation string.
  
  Revision  Changes    Path
  1.58      +9 -5      ethereal/epan/proto.c