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

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: Sun, 23 Feb 2003 19:22:22 -0600 (CST)
guy         2003/02/23 19:22:22 CST

  Modified files:
    .                    packet-dcerpc-nt.c 
                         packet-dcerpc-spoolss.c packet-dcerpc.c 
                         packet-dcerpc.h packet-srvloc.c 
  Log:
  Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,
  give it a byte-order argument, and move it to "epan/tvbuff.c".
  
  Use it to handle UCS-2 strings in version 1 of the Service Location
  Protocol.  In SRVLOC V1, use registered fields that are already there
  for SRVLOC V2, and add some as needed.  Fix some field names.
  
  Revision  Changes    Path
  1.68      +4 -3      ethereal/packet-dcerpc-nt.c
  1.90      +6 -6      ethereal/packet-dcerpc-spoolss.c
  1.110     +3 -35     ethereal/packet-dcerpc.c
  1.31      +1 -3      ethereal/packet-dcerpc.h
  1.37      +143 -132  ethereal/packet-srvloc.c