From 9afb5801bc2fe37a87c8df0ebfb1e3e768744b64 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 13 Nov 2010 20:09:01 +0000 Subject: [PATCH] Fix a typo. svn path=/trunk/; revision=34863 --- epan/dissectors/packet-amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-amr.c b/epan/dissectors/packet-amr.c index c14602a447..5a0415df09 100644 --- a/epan/dissectors/packet-amr.c +++ b/epan/dissectors/packet-amr.c @@ -167,7 +167,7 @@ static const value_string amr_nb_codec_mode_request_vals[] = { {6, "AMR 10,2 kbit/s"}, {7, "AMR 12,2 kbit/s (GSM-EFR)"}, {8, "Illegal Frametype - For future use"}, - {8, "Illegal Frametype - For future use"}, + {9, "Illegal Frametype - For future use"}, {10, "Illegal Frametype - For future use"}, {11, "Illegal Frametype - For future use"}, {12, "Illegal Frametype - For future use"},