Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 1 Apr 2001 19:38:37 -0500 (CDT)
hagbard     2001/04/01 19:38:37 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Added two new arguments to epan_init() and proto_init() to
  allow the passing of register_all_protocols() and
  register_all_protocol_handoffs() through epan_init() to proto_init().
  This allows the removal of the compile time dependence of proto.c
  on register.h.  Modified dftest.c, tethereal.c, and gtk/main.c to
  use the new style epan_init() and depend on register.h.
  
  Revision  Changes    Path
  1.186     +3 -2      ethereal/gtk/main.c