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

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, 4 Aug 2001 20:15:28 -0500 (CDT)
guy         2001/08/04 20:15:28 CDT

  Modified files:
    .                    packet-smb-browse.c packet-smb-browse.h 
                         packet-smb-pipe.c packet-smb-pipe.h 
                         packet-smb.c smb.h 
  Log:
  Remote API protocol (that seems to be what it's called in a number of
  places) dissector tvbuffified, from Ronnie Sahlberg and me.
  
  Additional "are we past the end of the buffer" checks added, so that we
  don't hand random junk to the transaction and transact2 dissectors.
  
  Revision  Changes    Path
  1.17      +20 -12    ethereal/packet-smb-browse.c
  1.4       +4 -1      ethereal/packet-smb-browse.h
  1.24      +1619 -974 ethereal/packet-smb-pipe.c
  1.4       +9 -6      ethereal/packet-smb-pipe.h
  1.95      +108 -20   ethereal/packet-smb.c
  1.10      +6 -1      ethereal/smb.h