Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet.h

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:15 -0600 (CST)
guy         2002/02/24 00:45:15 CST

  Modified files:
    epan                 packet.c packet.h 
  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.61      +15 -4     ethereal/epan/packet.c
  1.53      +3 -3      ethereal/epan/packet.h