Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.common alert_box.c alert_box.h dfte

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:
    .                    Makefile.common alert_box.c alert_box.h 
                         dftest.c packet-diameter.c tethereal.c 
  Removed files:
    .                    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.35      +1 -2      ethereal/Makefile.common
  1.5       +4 -13     ethereal/alert_box.c
  1.4       +7 -1      ethereal/alert_box.h
  1.10      +18 -12    ethereal/dftest.c
  1.65      +2 -2      ethereal/packet-diameter.c
  1.233     +11 -7     ethereal/tethereal.c