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