Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-nt.h packet-dcerpc-nt.c packet

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Apr 2003 19:49:16 -0500 (CDT)
sahlberg    2003/04/26 19:49:16 CDT

  Modified files:
    .                    packet-dcerpc-nt.h packet-dcerpc-nt.c 
                         packet-dcerpc-lsa.c 
                         packet-dcerpc-netlogon.c 
                         packet-dcerpc-samr.c 
                         packet-dcerpc-spoolss.c 
                         packet-dcerpc-srvsvc.c 
  Log:
  Not all strings in MS interfaces are unicode.
  
  Rename cb_str_postprocess which handles unicode strings to cb_wstr_postprocess.
  
  Add cb_str_postprocess which handles ASCII strings
  
  Revision  Changes    Path
  1.42      +5 -1      ethereal/packet-dcerpc-nt.h
  1.71      +62 -4     ethereal/packet-dcerpc-nt.c
  1.74      +3 -3      ethereal/packet-dcerpc-lsa.c
  1.77      +3 -3      ethereal/packet-dcerpc-netlogon.c
  1.84      +3 -3      ethereal/packet-dcerpc-samr.c
  1.96      +2 -2      ethereal/packet-dcerpc-spoolss.c
  1.55      +4 -4      ethereal/packet-dcerpc-srvsvc.c