Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-cups.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: Wed, 19 Sep 2001 21:26:04 -0500 (CDT)
guy         2001/09/19 21:26:04 CDT

  Modified files:
    .                    packet-cups.c 
  Log:
  "value_string" arrays must end with a terminator entry.
  
  If "get_hex_uint()" supplies a "next_offset" equal to the offset fed
  into it, it found no hex digits; don't put the value into the tree if
  that's the case.
  
  If "get_unquoted_string()" or "get_quoted_string()" returns NULL, the
  string separator/terminator wasn't found; don't put the value into the
  tree if that's the case.
  
  Revision  Changes    Path
  1.6       +30 -16    ethereal/packet-cups.c