aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-12 08:56:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-12 08:56:05 +0000
commit3f106745c4d63a3fda31bd3aa398f3e6e3915ea1 (patch)
treecdcad9d78d64c646f2f05163694937805c8bd741 /packet-rtp.c
parent804424efa8930d8e9236994d491b6edda1d05eef (diff)
From Ainsley Pereira: add a text description PT_CN_OLD.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11144 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rtp.c')
-rw-r--r--packet-rtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rtp.c b/packet-rtp.c
index 8efe8a4208..7b0ad9eae0 100644
--- a/packet-rtp.c
+++ b/packet-rtp.c
@@ -6,7 +6,7 @@
* Copyright 2000, Philips Electronics N.V.
* Written by Andreas Sikkema <h323@ramdyne.nl>
*
- * $Id: packet-rtp.c,v 1.47 2004/06/01 23:08:00 guy Exp $
+ * $Id: packet-rtp.c,v 1.48 2004/06/12 08:56:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -159,6 +159,7 @@ const value_string rtp_payload_type_vals[] =
{ PT_DVI4_11025, "DVI4 11025 samples/s" },
{ PT_DVI4_22050, "DVI4 22050 samples/s" },
{ PT_G729, "ITU-T G.729" },
+ { PT_CN_OLD, "Comfort noise (old)" },
{ PT_CELB, "Sun CellB video encoding" },
{ PT_JPEG, "JPEG-compressed video" },
{ PT_NV, "'nv' program" },