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: Sun, 28 Jan 2001 14:26:20 -0600 (CST)
guy         2001/01/28 14:26:20 CST

  Modified files:
    epan                 plugins.c 
  Log:
  Add "col_clear()" to the list of functions in the transfer vector for
  plugins, as the MGCP dissector uses it.
  
  Don't set pointers to "dfilter_init()" and "dfilter_cleanup()" in that
  transfer vector, as there *aren't* any pointers to them in the transfer
  vector.
  
  Revision  Changes    Path
  1.20      +2 -4      ethereal/epan/plugins.c