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

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

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxx>
Date: Sun, 2 Nov 2003 17:12:35 -0600 (CST)
gerald      2003/11/02 17:12:34 CST

  Modified files:
    plugins              plugin_api_list.c 
  Log:
  From Gisle Vanem:
  
  * Added a new function get_file_in_temp() to
    epan/filesystem.c. This because of asn1.dll plugin which
    had code to write to a log-file "c:\temp\ethereal.log". I feel
    this patch makes this safer; I don't even have a c:\temp dir.
  
  * Patched packet-asn1.c to use get_file_in_temp().
  
  * Added some #undef to packet-snmp.c to silence gcc.
  
  * Changed "%u" -> "%lu" formats in util.c
  
  Rename get_file_in_temp() to get_tempfile_path() to match other function
  names.
  
  Revision  Changes    Path
  1.13      +2 -1      ethereal/plugins/plugin_api_list.c