aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-18 17:09:11 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-18 17:09:11 +0000
commit6c44f75a227fb5c38c275d8ddf0cbdcd72ef516d (patch)
treebdde2af191967709e16fd1bd3528b2331412e050 /tap-rtp-common.c
parentc9bc9a7c5c07434962553efbbccf64ed14472ca3 (diff)
Fix alphabetical order of dynamic payload type mime types.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26808 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index af8b38cedc..adcfe4c100 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -380,12 +380,12 @@ static const mimetype_and_clock mimetype_and_clock_map[] = {
{"BMPEG", 90000}, /* [RFC2343],[RFC3555] */
{"BT656", 90000}, /* [RFC2431],[RFC3555] */
{"DV", 90000}, /* [RFC3189] */
+ {"EVRC", 8000}, /* [RFC3558] */
{"EVRC0", 8000}, /* [RFC4788] */
{"EVRC1", 8000}, /* [RFC4788] */
- {"EVRC", 8000}, /* [RFC3558] */
+ {"EVRCB", 8000}, /* [RFC4788] */
{"EVRCB0", 8000}, /* [RFC4788] */
{"EVRCB1", 8000}, /* [RFC4788] */
- {"EVRCB", 8000}, /* [RFC4788] */
{"G7221", 16000}, /* [RFC3047] */
{"G726-16", 8000}, /* [RFC3551][RFC4856] */
{"G726-24", 8000}, /* [RFC3551][RFC4856] */
@@ -404,8 +404,8 @@ static const mimetype_and_clock mimetype_and_clock_map[] = {
{"pointer", 90000}, /* [RFC2862] */
{"raw", 90000}, /* [RFC4175] */
{"red", 1000}, /* [RFC4102] */
- {"SMV0", 8000}, /* [RFC3558] */
{"SMV", 8000}, /* [RFC3558] */
+ {"SMV0", 8000}, /* [RFC3558] */
{"t140", 1000}, /* [RFC4103] */
{"telephone-event", 8000}, /* [RFC4733] */
};