Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-stat.c packet-ypserv.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: Fri, 1 Feb 2002 21:02:07 -0600 (CST)
guy         2002/02/01 21:02:07 CST

  Modified files:
    .                    packet-stat.c packet-ypserv.c 
  Log:
  When creating an subtree with variable-length items under it, use -1 as
  the initial length, and set the length at the end, rather than
  constructing the length from "tvb_length_remaining()".
  
  Revision  Changes    Path
  1.13      +35 -31    ethereal/packet-stat.c
  1.19      +15 -11    ethereal/packet-ypserv.c