Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c proto.c proto.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 26 Aug 1999 02:01:54 -0500 (CDT)
gram        1999/08/26 02:01:50 CDT

  Modified files:
    .                    file.c proto.c proto.h 
  Log:
  Introduces a new global gboolean variable: proto_tree_is_visible.
  This is set before calling dissect_packet() to let the proto_tree routines
  whether or not it needs to go through the trouble of formatting strings.
  The use of this dramatically decreases the number of calls to vsnprintf.
  
  Revision  Changes    Path
  1.83      +7 -1      ethereal/file.c
  1.18      +10 -4     ethereal/proto.c
  1.8       +18 -2     ethereal/proto.h