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

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Jan 2003 00:39:43 -0600 (CST)
tpot        2003/01/28 00:39:43 CST

  Modified files:
    .                    packet-dcerpc-browser.c 
                         packet-dcerpc-epm.c 
                         packet-dcerpc-lsa-ds.c 
                         packet-dcerpc-lsa.c packet-dcerpc-mapi.c 
                         packet-dcerpc-netlogon.c 
                         packet-dcerpc-reg.c packet-dcerpc-samr.c 
                         packet-dcerpc-srvsvc.c 
                         packet-dcerpc-tapi.c 
  Log:
  Convert dissector to callback based version of dissect_ndr_pointer().
  Strings that used to call with levels != -1 should call the
  callback helper which will append the string to the pointer item.
  
  Revision  Changes    Path
  1.9       +96 -96    ethereal/packet-dcerpc-browser.c
  1.19      +10 -10    ethereal/packet-dcerpc-epm.c
  1.7       +12 -12    ethereal/packet-dcerpc-lsa-ds.c
  1.61      +144 -145  ethereal/packet-dcerpc-lsa.c
  1.15      +6 -6      ethereal/packet-dcerpc-mapi.c
  1.66      +450 -500  ethereal/packet-dcerpc-netlogon.c
  1.13      +8 -8      ethereal/packet-dcerpc-reg.c
  1.67      +179 -190  ethereal/packet-dcerpc-samr.c
  1.46      +332 -571  ethereal/packet-dcerpc-srvsvc.c
  1.4       +9 -9      ethereal/packet-dcerpc-tapi.c