aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e164.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-17 06:24:43 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-17 06:24:43 +0000
commit041f2f61d74248ac3b6f634931630cbbec51dbd7 (patch)
tree3661dc72b4080d1ae66a609a74e6bd4834fb4bce /epan/dissectors/packet-e164.c
parentc745d6a4aef85cc886ef809abee21d7566b2e303 (diff)
Properly decode "South Africa"
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23212 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-e164.c')
-rw-r--r--epan/dissectors/packet-e164.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e164.c b/epan/dissectors/packet-e164.c
index 16bb00078e..9f45a17569 100644
--- a/epan/dissectors/packet-e164.c
+++ b/epan/dissectors/packet-e164.c
@@ -447,7 +447,7 @@ dissect_e164_cc(tvbuff_t *tvb, proto_tree *tree, int offset, gboolean bcd_coded)
case 0x0200:
switch ( cc & 0x00f0 ) {
case 0:
- case 7 :
+ case 0x70 :
cc_length = 2;
break;
default :