Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-common.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: Sat, 15 Jun 2002 19:39:31 -0500 (CDT)
guy         2002/06/15 19:39:30 CDT

  Modified files:
    .                    packet-smb-common.c 
  Log:
  Fix "display_unicode_string()" to get the length of the Unicode string,
  allocate a buffer big enough to hold the ASCIIfied version of that
  string, and then ASCIIfy the Unicode string into that buffer, rather
  than ASCIIfying into a fixed-length buffer.
  
  Revision  Changes    Path
  1.12      +46 -17    ethereal/packet-smb-common.c