Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan report_err.h Makefile.am epan.c epan.h

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:56 -0600 (CST)
guy         2004/03/23 15:19:56 CST

  Modified files:
    epan                 Makefile.am epan.c epan.h 
  Added files:
    epan                 report_err.h 
  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.44      +3 -2      ethereal/epan/Makefile.am
  1.24      +30 -3     ethereal/epan/epan.c
  1.16      +5 -3      ethereal/epan/epan.h