Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-nt.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: Sat, 9 Mar 2002 16:46:30 -0600 (CST)
guy         2002/03/09 16:46:30 CST

  Modified files:
    .                    packet-dcerpc-nt.c 
  Log:
  Use -1, rather than 0, as the length when creating an item with a
  subtree under it, so that if an exception is thrown while we're
  dissecting the items in the subtree, it runs to the end of the tvbuff
  (as, if an exception is thrown, it means the item should cover the stuff
  in the tvbuff *and* stuff beyond it).
  
  Revision  Changes    Path
  1.9       +10 -2     ethereal/packet-dcerpc-nt.c