diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-11-26 21:02:01 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-11-26 21:02:01 +0000 |
commit | ecfdb2f5a20503223fbc33f937e91ded6d986132 (patch) | |
tree | f02d6f6a178892a50e6cd19b23f3ef1ae041ec30 /tap-rtp-common.c | |
parent | 4ab1deefc060f1f98bc2aafaf2b850598847efe5 (diff) | |
download | wireshark-ecfdb2f5a20503223fbc33f937e91ded6d986132.tar.gz wireshark-ecfdb2f5a20503223fbc33f937e91ded6d986132.tar.bz2 wireshark-ecfdb2f5a20503223fbc33f937e91ded6d986132.zip |
From Michael Lum:
Added EVRC-WB mime types to dynamic clock rate list.
svn path=/trunk/; revision=26854
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r-- | tap-rtp-common.c | 3 |
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] */ |