aboutsummaryrefslogtreecommitdiffstats
path: root/rtp_pt.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-25 19:35:02 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-25 19:35:02 +0000
commit280403738f4bf14de67e192500cb5a744696b726 (patch)
tree1d67972aa9718366e7c0486bae43d182f6c86cf0 /rtp_pt.h
parent490cadfcd037abae3bda6d9941409efc8a354d37 (diff)
Add PT_CN_OLD, so the RTP analysis code can get the RTP payload types it
needs from this header. svn path=/trunk/; revision=8542
Diffstat (limited to 'rtp_pt.h')
-rw-r--r--rtp_pt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtp_pt.h b/rtp_pt.h
index 8cc09da8d2..55cab1f3e8 100644
--- a/rtp_pt.h
+++ b/rtp_pt.h
@@ -1,7 +1,7 @@
/* rtp_pt.h
* Defines RTP payload types
*
- * $Id: rtp_pt.h,v 1.1 2003/08/23 06:36:46 guy Exp $
+ * $Id: rtp_pt.h,v 1.2 2003/09/25 19:35:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -51,6 +51,7 @@
#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
+#define PT_CN_OLD 19 /* Payload type reserved (old version Comfort Noise) */
#define PT_CELB 25 /* RFC 2029 */
#define PT_JPEG 26 /* RFC 2435 */
#define PT_NV 28 /* RFC 1890 */