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

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: Thu, 12 Dec 2002 02:05:33 -0600 (CST)
guy         2002/12/12 02:05:32 CST

  Modified files:
    .                    packet-dcerpc-spoolss.c 
  Log:
  When dissecting a buffer, use the tvbuff for the buffer, as the offset
  we're using is relative to the beginning of that tvbuff, not relative to
  the beginning of the containing tvbuff; that also lets us use -1 when in
  "proto_tree_add_text()" calls when we mean "to the end of the buffer.
  
  Fix the comment for one field.
  
  Revision  Changes    Path
  1.65      +22 -22    ethereal/packet-dcerpc-spoolss.c