aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_2.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-26 15:35:38 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-04-26 15:35:38 +0000
commit9a0ab7831d7edf6d6eb4c9a588fc2efe312e441b (patch)
tree54f29fc69aa93e5e116f77030ee513c2f113d557 /epan/dissectors/packet-h248_2.c
parente6f2751cddb64cbb059176d1984c4e21d6368cef (diff)
Correct value for Baudot50
From H.248.2: Gateway control protocol: Facsimile, text conversation and call discrimination packages (page 23) [URL: http://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-H.248.2-200501-I!!PDF-E&type=items] svn path=/trunk/; revision=42263
Diffstat (limited to 'epan/dissectors/packet-h248_2.c')
-rw-r--r--epan/dissectors/packet-h248_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c
index be4579192e..3079fc0d2c 100644
--- a/epan/dissectors/packet-h248_2.c
+++ b/epan/dissectors/packet-h248_2.c
@@ -58,7 +58,7 @@ static const value_string hf_h248_2_dtone_dtt_obs_evt_val_values[] = {
{ 0x0006, "BellHi"}, /* A Bell 103 carrier on the high channel */
{ 0x0007, "BellLo"}, /* A Bell 103 low channel */
{ 0x0008, "Baudot45"}, /* Baudot45 initial carrier and characters */
- { 0x0008, "Baudot50"}, /* A Baudot50 initial carrier and characters */
+ { 0x0009, "Baudot50"}, /* A Baudot50 initial carrier and characters */
{ 0x000a, "Edt"}, /* An EDT initial tone and characters */
{ 0x000b, "DTMF"}, /* DTMF signals */
{ 0x001c, "CTM"}, /* CTM signals */