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

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Thu, 13 May 2004 12:24:16 -0500 (CDT)
obiot       2004/05/13 12:24:16 CDT

  Modified files:
    .                    packet-rtcp.c 
  Log:
  As noted by Fr�d�ric Huet, RFC1889 section 6.4 says:
  "The list of items in each chunk is terminated by one or more null octets,
  the first of which is interpreted as an item type of zero to denote the end
  of the list, and the remainder as needed to pad until the next 32-bit boundary.
  
  A chunk with zero items (four null octets) is valid but useless."
  
  Process chunks with four zero octets as "padding".
  
  Revision  Changes    Path
  1.41      +14 -1     ethereal/packet-rtcp.c