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: Thu, 12 Feb 2004 15:25:07 -0600 (CST)
guy         2004/02/12 15:25:07 CST

  Modified files:
    wiretap              eyesdn.c 
  Log:
  Use "guint8" for 8-bit binary data.
  
  "file_getc()" returns either an 8-bit unsigned value, or -1 for error or
  EOF; store its return value into an "int", and check for -1 and return
  -2, in "esc_read()" (rather than checking "file_error()" at the end).
  
  Clean up some comments, routine names, and variable names - eyeSDN files
  are binary, not text.
  
  In "parse_eyesdn_packet_data()", handle the case of an EOF from
  "esc_read()".
  
  Revision  Changes    Path
  1.2       +41 -37    ethereal/wiretap/eyesdn.c