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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 4 Apr 2000 02:03:20 -0500 (CDT)
guy         2000/04/04 02:03:14 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" into
  "dissect_init()" and "dissect_cleanup()", in "packet.c", so that we
  don't duplicate those routines in Ethereal and Tethereal (and so on),
  and don't have to remember to update N different versions of them if we
  have to change the way we do one-time initialization and cleanup.
  
  Revision  Changes    Path
  1.115     +4 -20     ethereal/gtk/main.c