Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-browser.c packet-dcerpc-lsa-ds

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: Thu, 30 Jan 2003 02:19:42 -0600 (CST)
guy         2003/01/30 02:19:41 CST

  Modified files:
    .                    packet-dcerpc-browser.c 
                         packet-dcerpc-lsa-ds.c 
                         packet-dcerpc-lsa.c 
                         packet-dcerpc-netlogon.c 
                         packet-dcerpc-nt.c packet-dcerpc-nt.h 
                         packet-dcerpc-reg.c packet-dcerpc-samr.c 
                         packet-dcerpc-spoolss.c 
                         packet-dcerpc-srvsvc.c 
                         packet-dcerpc-tapi.c 
  Log:
  Generalize "cb_str_postprocess()" to allow the string to be appended to
  items N levels up from the item being processed, and use that to
  decorate the tree as it was decorated before.
  
  Revision  Changes    Path
  1.10      +23 -23    ethereal/packet-dcerpc-browser.c
  1.8       +4 -4      ethereal/packet-dcerpc-lsa-ds.c
  1.63      +33 -33    ethereal/packet-dcerpc-lsa.c
  1.68      +178 -178  ethereal/packet-dcerpc-netlogon.c
  1.59      +22 -9     ethereal/packet-dcerpc-nt.c
  1.37      +7 -6      ethereal/packet-dcerpc-nt.h
  1.14      +4 -4      ethereal/packet-dcerpc-reg.c
  1.69      +72 -72    ethereal/packet-dcerpc-samr.c
  1.76      +14 -14    ethereal/packet-dcerpc-spoolss.c
  1.48      +140 -140  ethereal/packet-dcerpc-srvsvc.c
  1.5       +3 -3      ethereal/packet-dcerpc-tapi.c