aboutsummaryrefslogtreecommitdiffstats
path: root/epan/rtp_pt.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-30 02:57:06 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-30 02:57:06 +0000
commit37698182970445c8c424f8f05b6c8945c96fd01f (patch)
treef3bc549cfe9b88c4c8d5a0aacd5d77f1e3cd2044 /epan/rtp_pt.h
parent45b7b8dc1533c2d6fedff8147d3ca4e323b73729 (diff)
Update RFC numbers in some comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26303 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/rtp_pt.h')
-rw-r--r--epan/rtp_pt.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/epan/rtp_pt.h b/epan/rtp_pt.h
index f3f551dadc..95450f796c 100644
--- a/epan/rtp_pt.h
+++ b/epan/rtp_pt.h
@@ -30,26 +30,26 @@
/*
* RTP Payload types
* Table B.2 / H.225.0
- * Also RFC 1890, and
+ * Also RFC 3551, and
*
* http://www.iana.org/assignments/rtp-parameters
*/
-#define PT_PCMU 0 /* RFC 1890 */
-#define PT_1016 1 /* RFC 1890 */
-#define PT_G721 2 /* RFC 1890 */
-#define PT_GSM 3 /* RFC 1890 */
+#define PT_PCMU 0 /* RFC 3551 */
+#define PT_1016 1 /* RFC 1890 (reserved in RFC 3551) */
+#define PT_G721 2 /* RFC 1890 (reserved in RFC 3551) */
+#define PT_GSM 3 /* RFC 3551 */
#define PT_G723 4 /* From Vineet Kumar of Intel; see the Web page */
-#define PT_DVI4_8000 5 /* RFC 1890 */
-#define PT_DVI4_16000 6 /* RFC 1890 */
-#define PT_LPC 7 /* RFC 1890 */
-#define PT_PCMA 8 /* RFC 1890 */
-#define PT_G722 9 /* RFC 1890 */
-#define PT_L16_STEREO 10 /* RFC 1890 */
-#define PT_L16_MONO 11 /* RFC 1890 */
+#define PT_DVI4_8000 5 /* RFC 3551 */
+#define PT_DVI4_16000 6 /* RFC 3551 */
+#define PT_LPC 7 /* RFC 3551 */
+#define PT_PCMA 8 /* RFC 3551 */
+#define PT_G722 9 /* RFC 3551 */
+#define PT_L16_STEREO 10 /* RFC 3551 */
+#define PT_L16_MONO 11 /* RFC 3551 */
#define PT_QCELP 12 /* Qualcomm Code Excited Linear Predictive coding? */
#define PT_CN 13 /* RFC 3389 */
-#define PT_MPA 14 /* RFC 1890, RFC 2250 */
-#define PT_G728 15 /* RFC 1890 */
+#define PT_MPA 14 /* RFC 3551, RFC 2250 */
+#define PT_G728 15 /* RFC 3551 */
#define PT_DVI4_11025 16 /* from Joseph Di Pol of Sun; see the Web page */
#define PT_DVI4_22050 17 /* from Joseph Di Pol of Sun; see the Web page */
#define PT_G729 18