Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-lsa.c packet-dcerpc-netlogon.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, 8 Feb 2003 03:41:46 -0600 (CST)
guy         2003/02/08 03:41:45 CST

  Modified files:
    .                    packet-dcerpc-lsa.c 
                         packet-dcerpc-netlogon.c 
                         packet-dcerpc-nt.c packet-dcerpc-nt.h 
                         packet-dcerpc-samr.c 
  Log:
  Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as it
  adds 2 levels to the tree.  Fix calls to it not to add 1 for that level.
  
  The NT and LM challenges in a NETWORK_INFO structure are opaque arrays
  of bytes, not Unicode strings; dissect them as such, adding a new
  routine "dissect_ndr_counted_byte_array()" for that purpose.
  
  Get rid of some extra colons in names - the colon is put there if a
  string is appended, so putting a colon in there explicitly gives double
  colons.
  
  Decorate some higher-level tree nodes with strings.
  
  Revision  Changes    Path
  1.72      +7 -7      ethereal/packet-dcerpc-lsa.c
  1.74      +6 -6      ethereal/packet-dcerpc-netlogon.c
  1.67      +60 -4     ethereal/packet-dcerpc-nt.c
  1.41      +6 -1      ethereal/packet-dcerpc-nt.h
  1.76      +19 -19    ethereal/packet-dcerpc-samr.c