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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Dec 2001 22:25:08 -0600 (CST)
gram        2001/12/05 22:25:08 CST

  Modified files:
    .                    file.c file.h proto_hier_stats.c 
                         tethereal.c 
  Log:
  Remove proto_tree from capture_file and PacketWinData, since they
  already contain a pointer to an epan_dissect_t, which contains
  the proto_tree.
  
  Routines calling epan_dissect_new() do not create their own
  proto_tree via proto_tree_create_root(); instead, they pass a boolean
  to epan_dissect_new() telling it whether it should create the root
  proto_tree.
  
  Revision  Changes    Path
  1.251     +13 -36    ethereal/file.c
  1.88      +1 -2      ethereal/file.h
  1.5       +3 -7      ethereal/proto_hier_stats.c
  1.103     +7 -14     ethereal/tethereal.c