Ethereal-cvs: [Ethereal-cvs] rev 13040: /trunk/epan/dissectors/: packet-rtcp.c

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

Date: Fri, 14 Jan 2005 19:28:14 -0000
User: guy
Date: 2005/01/14 01:28 PM

Log:
 If an item in a source description chunk begins with 4 bytes of zero,
 that doesn't mean it's padding at the end of a previous item - it might,
 for example, be the *first* item in the chunk.  Don't treat it as
 padding.
 
 Do, however, treat an item that begins with a zero byte as an item, but
 break out of the loop processing items as soon as the item type is put
 into the protocol tree, as there's no length field or data in an
 RTCP_SDES_END item.  Fix the comment for that loop to indicate that the
 loop checks both for end-of-frame and for an RTCP_SDES_END item.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +7 -16     packet-rtcp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13040&view=rev