Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-nt.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, 11 Jan 2003 01:52:36 -0600 (CST)
guy         2003/01/11 01:52:36 CST

  Modified files:
    .                    packet-dcerpc-nt.c 
  Log:
  "hf_nt_str" is of type FT_STRING, so it should be set to an ASCII
  string; set it to the result of the "fake_unicode()" call, not to the
  raw Unicode string.  (Yes, we should have support for strings that don't
  have 8-bit characters - and somehow handle strings in packets in
  multiple character sets, e.g. ISO 8859/x and other EUC codes, the
  Macintosh extended character set, various DOS/Windows code pages, and
  Unicode - but we don't have it now.)
  
  Revision  Changes    Path
  1.52      +33 -6     ethereal/packet-dcerpc-nt.c