aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:12:50 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:12:50 +0000
commit36431783b7bb21c867080639724d73c929b612ec (patch)
tree2693f9f23c7b669892142364b1deac9ed625413a /epan/dissectors
parent64d9306f2936ebc810598b918b1eef3fd4b2d0c1 (diff)
Removed a break which disabled some code.
svn path=/trunk/; revision=24285
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-cops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-cops.c b/epan/dissectors/packet-cops.c
index 3d73e32283..8bd97e90b9 100644
--- a/epan/dissectors/packet-cops.c
+++ b/epan/dissectors/packet-cops.c
@@ -1535,7 +1535,7 @@ static int dissect_cops_pr_object_data(tvbuff_t *tvb, packet_info *pinfo, guint3
break;
}
- case COPS_OBJ_GPERR:
+ case COPS_OBJ_GPERR:
if (s_type != 1) /* Not Global Provisioning Error Object (GPERR) */
break;
@@ -1558,8 +1558,6 @@ static int dissect_cops_pr_object_data(tvbuff_t *tvb, packet_info *pinfo, guint3
if (s_type != 1) /*Not PRC Class Provisioning Error Object (CPERR) */
break;
- break;
-
cperror = tvb_get_ntohs(tvb, offset);
cperror_sub = tvb_get_ntohs(tvb, offset + 2);
ti = proto_tree_add_text(tree, tvb, offset, 4, "Contents: Error-Code: %s, Error Sub-code: 0x%04x",