aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.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-isup.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-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 95e2fa9a52..4cd81e7102 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -2624,7 +2624,7 @@ dissect_nsap(tvbuff_t *parameter_tvb,gint offset,gint len, proto_tree *parameter
case 0x0200 :
switch ( cc & 0x00f0 ) {
case 0 :
- case 7 :
+ case 0x70 :
cc_length = 2;
break;
default :