Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.c packet.h tethereal.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:04 -0500 (CDT)
guy         2000/04/04 02:03:02 CDT

  Modified files:
    .                    packet.c packet.h tethereal.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.73      +19 -1     ethereal/packet.c
  1.179     +6 -1      ethereal/packet.h
  1.24      +7 -23     ethereal/tethereal.c