Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tds.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: Mon, 19 Aug 2002 21:04:03 -0500 (CDT)
guy         2002/08/19 21:04:02 CDT

  Modified files:
    .                    packet-tds.c 
  Log:
  If thou art dissecting a protocol that can have multiple PDUs per frame
  and where the PDU header has a length field that is the length of the
  entire PDU, including the header, thou shalt not try to loop doing that
  if thou findest a packet with a length of zero, lest thou spin in an
  infinite loop.
  
  Revision  Changes    Path
  1.2       +4 -1      ethereal/packet-tds.c