Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c epan.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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Dec 2001 22:25:09 -0600 (CST)
gram        2001/12/05 22:25:09 CST

  Modified files:
    epan                 epan.c epan.h 
  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.12      +13 -4     ethereal/epan/epan.c
  1.9       +3 -2      ethereal/epan/epan.h