aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_q1950.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-06-21 15:14:48 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-21 13:16:48 +0000
commit6b019093eb4aa7a74cf81820760ff17b2bf44244 (patch)
tree5fbe537cc8b373fdbb31c15ceb23ebb7da8af80d /epan/dissectors/packet-h248_q1950.c
parent57b6bc158dfded711436232a14d8ab669fc59e7a (diff)
[H248-Q1950] Correct signal ids.
Change-Id: Iafb030313ed3b715a09146d131dfb4ffdcb7961a Reviewed-on: https://code.wireshark.org/review/16054 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-h248_q1950.c')
-rw-r--r--epan/dissectors/packet-h248_q1950.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c
index f6685534aa..6f57dd6ec7 100644
--- a/epan/dissectors/packet-h248_q1950.c
+++ b/epan/dissectors/packet-h248_q1950.c
@@ -410,10 +410,11 @@ static h248_pkg_param_t h248_pkg_h248_pkg_bcg_sig_bdt_params[] = {
};
static const value_string h248_pkg_bcg_signals_vals[] = {
- { 0x0041, "Dial Tone (bdt)" },
- { 0x0042, "Ringing Tone (brt)" },
- { 0x0043, "Busy Tone (bbt)" },
- { 0x0044, "Congestion Tone (bct)" },
+ { 0x0040, "Dial Tone (bdt)" },
+ { 0x0041, "Ringing Tone (brt)" },
+ { 0x0042, "Busy Tone (bbt)" },
+ { 0x0043, "Congestion Tone (bct)" },
+ { 0x0044, "Special information tone (bsit)" },
{ 0x0045, "Warning Tone (bwt)" },
{ 0x0046, "Payphone Recognition Tone (bpt)" },
{ 0x0047, "Call Waiting Tone (bcw)" },