aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-21 09:38:51 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-21 09:38:51 +0000
commite74c23a4415ba4561b1adbc0f1c87d05016b83a4 (patch)
tree81ec71d64cff20fcbf9b58a54458cdf661103a85 /epan/dissectors/packet-q931.c
parent6ff1fe0d3243f9c521fe20663bf08802905bd457 (diff)
From Gerasimos Dimitriadis:
DTAP: Call state depends on coding standard. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4145 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30655 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-q931.c')
-rw-r--r--epan/dissectors/packet-q931.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-q931.c b/epan/dissectors/packet-q931.c
index b100f446cc..4ef8d58431 100644
--- a/epan/dissectors/packet-q931.c
+++ b/epan/dissectors/packet-q931.c
@@ -1435,7 +1435,7 @@ dissect_q931_change_status_ie(tvbuff_t *tvb, int offset, int len _U_, proto_tree
/*
* Dissect a Call state information element.
*/
-static const value_string q931_call_state_vals[] = {
+const value_string q931_call_state_vals[] = {
{ 0x00, "Null" },
{ 0x01, "Call initiated" },
{ 0x02, "Overlap sending" },
@@ -1449,7 +1449,7 @@ static const value_string q931_call_state_vals[] = {
{ 0x0B, "Disconnect request" },
{ 0x0C, "Disconnect indication" },
{ 0x0F, "Suspend request" },
- { 0x12, "Resume request" },
+ { 0x11, "Resume request" },
{ 0x13, "Release request" },
{ 0x16, "Call abort"},
{ 0x19, "Overlap receiving" },