Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-lsa.c packet-dcerpc-mapi.c pac

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: Fri, 7 Feb 2003 16:44:56 -0600 (CST)
guy         2003/02/07 16:44:56 CST

  Modified files:
    .                    packet-dcerpc-lsa.c packet-dcerpc-mapi.c 
                         packet-dcerpc-netlogon.c 
                         packet-dcerpc-nt.c packet-dcerpc-samr.c 
                         packet-dcerpc-spoolss.c 
                         packet-dcerpc-srvsvc.c packet-dcerpc.c 
                         packet-dcerpc.h 
  Log:
  Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to
  "dissect_ndr_char_cvstring()" and "dissect_ndr_wchar_cvstring()", to
  indicate that they're for conformant varying strings.
  
  Rename "dissect_ndr_character_array()" to "dissect_ndr_cvstring()", to
  indicate that it's for conformant varying strings.
  
  Revision  Changes    Path
  1.71      +2 -2      ethereal/packet-dcerpc-lsa.c
  1.19      +4 -4      ethereal/packet-dcerpc-mapi.c
  1.73      +3 -3      ethereal/packet-dcerpc-netlogon.c
  1.66      +3 -3      ethereal/packet-dcerpc-nt.c
  1.75      +3 -3      ethereal/packet-dcerpc-samr.c
  1.85      +3 -3      ethereal/packet-dcerpc-spoolss.c
  1.52      +4 -4      ethereal/packet-dcerpc-srvsvc.c
  1.104     +22 -10    ethereal/packet-dcerpc.c
  1.29      +4 -4      ethereal/packet-dcerpc.h