Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.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: Tue, 10 Dec 2002 01:39:49 -0600 (CST)
guy         2002/12/10 01:39:48 CST

  Modified files:
    epan                 to_str.c 
  Log:
  Fix the formal argument list to "bytestring_to_str()" to match the
  changes to the actual argument lists in the calls (putting the byte
  string length after the byte string pointer).
  
  Make the byte string length actually be the length, not the length - 1.
  
  Use a #define for the longest byte string it can handle, and put in a
  "g_assert()" to check the sanity of that length.
  
  Revision  Changes    Path
  1.22      +14 -8     ethereal/epan/to_str.c