Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap eyesdn.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: Wed, 17 Mar 2004 03:24:42 -0600 (CST)
guy         2004/03/17 03:24:42 CST

  Modified files:
    wiretap              eyesdn.c 
  Log:
  "esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointer
  (a FILE * if zlib isn't used, a gzFile if zlib is used).
  
  Use "size_t" for the amount of data to read in
  "eyesdn_check_file_type()", to squelch signed vs. unsigned warnings.
  
  Revision  Changes    Path
  1.6       +3 -3      ethereal/wiretap/eyesdn.c