Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan plugins.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: Sat, 16 Nov 2002 15:32:07 -0600 (CST)
guy         2002/11/16 15:32:07 CST

  Modified files:
    epan                 plugins.c 
  Log:
  There's no need to include "prefs.h" unless we're actually exporting the
  big table of functions - we don't use the preferences code, we just
  export routines from it.
  
  There is, however, a need to include "reassemble.h" if we're doing so,
  as some of the functions we export take a "fragment_data *" as an
  argument, and "fragment_data" is defined in "reassemble.h".
  
  The members of "patable" should be set to point to functions, and
  "p_prefs_register_obsolete_preference" isn't a function -
  "prefs_register_obsolete_preference" is.
  
  Get rid of extra white space at the ends of lines.
  
  Revision  Changes    Path
  1.61      +8 -8      ethereal/epan/plugins.c