Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/asn1 packet-asn1.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:59 -0600 (CST)
guy         2004/03/23 15:19:59 CST

  Modified files:
    plugins/asn1         packet-asn1.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.22      +2 -2      ethereal/plugins/asn1/packet-asn1.c