aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-26 21:02:01 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-26 21:02:01 +0000
commit84d75ecfb427fb8366058d1ec7757a5be1f4b0f1 (patch)
treef02d6f6a178892a50e6cd19b23f3ef1ae041ec30 /tap-rtp-common.c
parentdf3d3b08881f0f5bd43bb1ccaf65d3643a8a2ed4 (diff)
From Michael Lum:
Added EVRC-WB mime types to dynamic clock rate list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26854 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index adcfe4c100..de49e03d20 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -386,6 +386,9 @@ static const mimetype_and_clock mimetype_and_clock_map[] = {
{"EVRCB", 8000}, /* [RFC4788] */
{"EVRCB0", 8000}, /* [RFC4788] */
{"EVRCB1", 8000}, /* [RFC4788] */
+ {"EVRCWB", 16000}, /* [RFC5188] */
+ {"EVRCWB0", 16000}, /* [RFC5188] */
+ {"EVRCWB1", 16000}, /* [RFC5188] */
{"G7221", 16000}, /* [RFC3047] */
{"G726-16", 8000}, /* [RFC3551][RFC4856] */
{"G726-24", 8000}, /* [RFC3551][RFC4856] */