Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c packet_win.c print_dlg.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:11 -0600 (CST)
gram        2001/12/05 22:25:10 CST

  Modified files:
    gtk                  main.c packet_win.c print_dlg.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.217     +7 -7      ethereal/gtk/main.c
  1.27      +4 -7      ethereal/gtk/packet_win.c
  1.25      +2 -2      ethereal/gtk/print_dlg.c