Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-logon.c packet-smb.c packet-smb-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: Tue, 30 Apr 2002 06:03:12 -0500 (CDT)
guy         2002/04/30 06:03:11 CDT

  Modified files:
    .                    packet-smb-logon.c packet-smb.c 
                         packet-smb-pipe.c smb.h 
                         packet-dcerpc-samr.c packet-dcerpc-nt.c 
                         packet-smb-common.c packet-smb-common.h 
                         packet-smb-browse.c 
  Log:
  Get rid of some unused arguments, and mark some others as unused.
  
  Remove the declaration of "dissect_nt_sid()" from
  "packet-dcerpc-samr.c"; get it by including "packet-smb-common.h",
  instead.
  
  Revision  Changes    Path
  1.26      +66 -68    ethereal/packet-smb-logon.c
  1.254     +304 -324  ethereal/packet-smb.c
  1.76      +53 -60    ethereal/packet-smb-pipe.c
  1.38      +5 -5      ethereal/smb.h
  1.38      +3 -4      ethereal/packet-dcerpc-samr.c
  1.29      +2 -3      ethereal/packet-dcerpc-nt.c
  1.9       +4 -4      ethereal/packet-smb-common.c
  1.10      +5 -6      ethereal/packet-smb-common.h
  1.22      +7 -7      ethereal/packet-smb-browse.c