Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 28041: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 13 Apr 2009 22:37:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28041

User: guy
Date: 2009/04/13 03:37 PM

Log:
 Section 11 of RFC 3550, "RTP over Network and Transport Protocols",
 speaks only of destination ports; in the heuristic dissectors, don't
 check whether the source port is even or odd.
 
 The total length of an RTCP packet is in tvb_reported_length(), not
 tvb_length() - the latter includes only the actual captured data, which
 might be cut short by a snapshot length.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +4 -4      packet-rtcp.c    Modified
  +2 -2      packet-rtp.c     Modified