Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c 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@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 24 Feb 2002 00:45:14 -0600 (CST)
guy         2002/02/24 00:45:13 CST

  Modified files:
    .                    file.c tethereal.c 
  Log:
  Get rid of "init_all_protocols()"; instead, have a routine
  "init_dissection()" which calls "epan_conversation_init()", does the
  work that "init_all_protocols()" did, and then calls
  "reassemble_init()", so that the standard sequence of dissection
  initialization is done in one place, rather than having multiple places
  call the same sequence of routines.
  
  Revision  Changes    Path
  1.263     +6 -25     ethereal/file.c
  1.126     +5 -24     ethereal/tethereal.c