Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api.h plugin_api_list.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 23 Mar 2004 15:19:58 -0600 (CST)
guy         2004/03/23 15:19:58 CST

  Modified files:
    plugins              plugin_api.h plugin_api_list.c 
  Log:
  Make "epan_init()" take, as additional arguments, pointers to routines
  that dissectors should call to report file open and read errors, and
  have "report_open_failure()" and "report_read_failure()" call through
  those pointers, rather than being defined and exported by the
  application using libethereal - instead, the application would define
  those functions and pass pointers to them to 'epan_init()".
  
  Move "report_err.h" to the epan directory, as the functions it declares
  are now part of the libethereal API.
  
  Revision  Changes    Path
  1.61      +2 -2      ethereal/plugins/plugin_api.h
  1.31      +3 -3      ethereal/plugins/plugin_api_list.c