aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e164.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-10-17 06:24:43 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-10-17 06:24:43 +0000
commit74825dbc9bc4c41666b2b2f0cb8953eebbfce9d0 (patch)
tree3661dc72b4080d1ae66a609a74e6bd4834fb4bce /epan/dissectors/packet-e164.c
parent6bec9d3d9e9382f41924339563f17aba6b346798 (diff)
Properly decode "South Africa"
svn path=/trunk/; revision=23212
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 :