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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 15 Aug 2003 18:57:55 -0500 (CDT)
guy         2003/08/15 18:57:54 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  In "dissect_transaction2_request_parameters()", "bc" gets decremented as
  we go through the data, so we can't compare it with the current offset
  minus the starting offset - we should just test, and use, its value
  directly, as, at the end, it reflects the amount of data left.
  
  Revision  Changes    Path
  1.362     +4 -5      ethereal/packet-smb.c