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 29602: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 28 Aug 2009 21:35:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29602

User: etxrab
Date: 2009/08/28 02:35 PM

Log:
 From   Neil Piercy:
 Add new protocol for 3GPP 29.414 (Nb interface RTP Mux).
 
 - Don't use C++-style comments (comments beginning with "//")
 - Don't declare variables in the middle of executable code; not all C
 compilers support that. 
 - Dont register preferences when none present.
 - Removed CHECK_COL

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -0      Makefile.common       Modified
  +218 -0    packet-nb_rtpmux.c    Added
  +152 -82   packet-rtcp.c         Modified