diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-09-25 19:35:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-09-25 19:35:02 +0000 |
commit | 280403738f4bf14de67e192500cb5a744696b726 (patch) | |
tree | 1d67972aa9718366e7c0486bae43d182f6c86cf0 /rtp_pt.h | |
parent | 490cadfcd037abae3bda6d9941409efc8a354d37 (diff) | |
download | wireshark-280403738f4bf14de67e192500cb5a744696b726.tar.gz wireshark-280403738f4bf14de67e192500cb5a744696b726.tar.bz2 wireshark-280403738f4bf14de67e192500cb5a744696b726.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |