Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-pipe.c packet-smb.c smb.h

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: Fri, 16 Nov 2001 01:56:30 -0600 (CST)
guy         2001/11/16 01:56:30 CST

  Modified files:
    .                    packet-smb-pipe.c packet-smb.c smb.h 
  Log:
  Cleanup of request/response matching, from Ronnie Sahlberg.
  
  Get rid of "Response to" stuff in the LANMAN dissector, as that's now
  done in the SMB dissector.
  
  Add a routine for dissecting unknown SMBs (gets the word and byte
  counts, and just adds text entries for the word and byte parameters, if
  any), and replace null pointers in the dissector table with pointers to
  that routine.  Get rid of the check for a null dissector pointer.
  
  Revision  Changes    Path
  1.41      +25 -10    ethereal/packet-smb-pipe.c
  1.151     +424 -871  ethereal/packet-smb.c
  1.19      +4 -25     ethereal/smb.h